lilypond-user
[Top][All Lists]
Advanced

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

Re: Small note within a chord


From: David Kastrup
Subject: Re: Small note within a chord
Date: Sun, 11 Jul 2021 19:03:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Ralph Palmer <palmer.r.violin@gmail.com> writes:

>> So, one can do
>>
>>
>>
>> {<c' \tweak font-size #-2 e' g'>}
>>
>>
>>
>> HTH,
>>
>>
>>
>> Carl
>>
>> palmer.r.violin@gmail.com
>>
> Thanks, Carl! I spaced it on \tweak.

You can also do

{<c' \single \override NoteHead.font-size = #-2 e' g'>}

Basically whatever override does the trick for some job can be converted
into a tweak (which you need inside of chords) by using \single before
it.

-- 
David Kastrup



reply via email to

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