all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ruijie Yu via "Emacs development discussions." <emacs-devel@gnu.org>
To: Po Lu <luangruo@yahoo.com>
Cc: emacs-devel@gnu.org
Subject: Re: master 391ff93f763 3/4: * doc/misc/calc.texi (Musical Notes): Fix build with Texinfo 4.13.
Date: Wed, 9 Aug 2023 13:48:49 +0800	[thread overview]
Message-ID: <757DBAD0-0467-44DB-9955-5DEACCEAA097@netyu.xyz> (raw)
In-Reply-To: <20230809015052.0CD2CC038BE@vcs2.savannah.gnu.org>

Hello Po Lu,

On Aug 9, 2023, at 09:51, Po Lu via Mailing list for Emacs changes <emacs-diffs@gnu.org> wrote:
> 
> branch: master
> commit 391ff93f763228fb62a8d658a190a60e4a0a1791
> Author: Po Lu <luangruo@yahoo.com>
> Commit: Po Lu <luangruo@yahoo.com>
> 
>    * doc/misc/calc.texi (Musical Notes): Fix build with Texinfo 4.13.
> ---
> doc/misc/calc.texi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
> index 00c0fa6001a..5064f76e7b8 100644
> --- a/doc/misc/calc.texi
> +++ b/doc/misc/calc.texi
> @@ -28476,12 +28476,12 @@ B and
> the octave numbered 0 was chosen to correspond to the lowest
> audible frequency.  Using this system, middle C (about 261.625 Hz)
> corresponds to the note @slanted{C} in octave 4 and is denoted
> -@slanted{C@sub{4}}.  Any frequency can be described by giving a note plus an
> +@slanted{C4}.  Any frequency can be described by giving a note plus an
> offset in cents (where a cent is a ratio of frequencies so that a
> semitone consists of 100 cents).

I presume you made this change because of a newly introduced warning/error -- sorry if I have missed any relevant discussion. 

However, the new version would (IIRC) misalign with the usual musical notation, where we have "C" and "4" side by side in italics, but what we really need is "C" and subscripted "4", maybe both italicized (I don’t know whether we really need italicization, someone else might have a better idea). 

I don’t have any experience in writing texi files, but can we do this instead without triggering any warnings/errors? 

    @slanted{C}@sub{@slanted{4}}

> The midi note number system assigns numbers to notes so that
> -@slanted{C@sub{-1}} corresponds to the midi note number 0 and @slanted{G@sub{9}}
> +@slanted{C-1} corresponds to the midi note number 0 and @slanted{G9}
> corresponds to the midi note number 127.   A midi controller can have
> up to 128 keys and each midi note number from  0 to 127 corresponds to
> a possible key.

And also here regarding C-1 and G9. 

Thanks. 

--
Best,


RY



       reply	other threads:[~2023-08-09  5:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230809015052.0CD2CC038BE@vcs2.savannah.gnu.org>
2023-08-09  5:48 ` Ruijie Yu via Emacs development discussions. [this message]
2023-08-09  5:55   ` master 391ff93f763 3/4: * doc/misc/calc.texi (Musical Notes): Fix build with Texinfo 4.13 Po Lu
2023-08-09 11:51     ` Eli Zaretskii
2023-08-09 12:24       ` Po Lu
2023-08-09 12:56         ` Eli Zaretskii
2023-08-09 13:04           ` Po Lu
2023-08-09 13:23             ` Eli Zaretskii
2023-08-09 13:27               ` Po Lu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=757DBAD0-0467-44DB-9955-5DEACCEAA097@netyu.xyz \
    --to=emacs-devel@gnu.org \
    --cc=luangruo@yahoo.com \
    --cc=ruijie@netyu.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.