On 2021-07-09 1:22 pm, ming tsang wrote:
I try to run the following lilypond code.\version "2.23.3" \markup { \note #"16" #1 }
The markup command was changed (in version 2.22, I think) so that you now specify a duration, not a string:
%%%%
\markup \note { 16 } #UP
%%%%
-- Aaron Hill
