|
From: | Lukas-Fabian Moser |
Subject: | Re: Change size of note object in markup |
Date: | Fri, 30 Aug 2024 07:10:05 +0200 |
User-agent: | Mozilla Thunderbird |
Hi 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
[Prev in Thread] | Current Thread | [Next in Thread] |