lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Change size of note object in markup


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,

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]