28x { d a b fs | g d g a }

https://gitlab.com/lilypond/lilypond/-/merge_requests/937

That is a clever proposal. I am already fond of it.
Thank you.

This looks so "natural" (in the non-computer science-way of the meaning) one is surprised it works. :-)

What this means is that if you create a custom note
name language (with the undocumented not-yet-having-interface
#(set! language-pitch-names (acons 'mylang my-pitch-alist
language-pitch-names))), you won't be able to call a
note 'x', because

{ c4 x4 }

will be understood as

{ c 4x 4 }

I don't see that as a big deal. Using 'r' or 'R' or 'q'
as a note name is already not supported. To me, the
addition of this shorthand is worth a new element on
this list.

I agree with regard to pitch names; but what about Lyricmode (and also Figuremode etc.)?

Lukas


Reply via email to