Hi Fennel, Am 30.08.24 um 01:53 schrieb Fennel:
I have a note object in markup, like so: |\version "2.24.4" \markup { "blah blah" \note {2} #1 "blah blah" } | I’d like the note to be a bit smaller relative to the text. How do I do this?
Believe it or not: \markup { "blah blah" \smaller \note {2} #1 "blah blah" } actually works :-). But more to the point, all font size commands affect notes. So you can use \small, \smaller,\tiny, \teeny etc., \fontsize #-5 etc. Lukas