Am Mi., 27. Mai 2026 um 03:02 Uhr schrieb David Poon <[email protected]>:
> From what I can tell, the only way to get baroque breves into markup is using
> the glyph names, but maybe someone can correct me? (I tried using \note {
> \breve }, but couldn't find a way to adjust the default notehead style to
> baroque outside of the staff.
\markup {
\override #'(style . baroque) \note { \breve } #1
%% or
\override #'(style . mensural) \note { \breve } #1
}
works here.
Cheers,
Harm
