Le 14/10/2022 à 22:19, Federico Bruni a écrit :
I also had to replace # with ♯ (utf8) to specify sharp notes in a tuning, otherwise I got a Guile error.


LilyPond likely interpreted # as introducing Scheme code.
Was this something that used to work in 2.22? If so, what
is the code?


utf8 character is even prettier.


You can also use

\number ♯

in order to take the glyph from Feta instead of some
text font.

There is also

\markup \musicglyph "accidentals.sharp"

which works in 2.22, but it uses a different glyph. The
one \number gives you is specifically meant for text and
was added by Werner in 2.23.


Reply via email to