lilypond-user
[Top][All Lists]
Advanced

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

Re: calling header declarations in score


From: Malte Meyn
Subject: Re: calling header declarations in score
Date: Fri, 11 Mar 2016 07:12:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0


Am 11.03.2016 um 04:07 schrieb Jaime Oliver:
I am not sure why this doesn’t work… any help?

modifiedNote has to be defined without backslash just like every other variable or music or event function. Then, the braces aren’t necessary but you need the \etc for the music argument of this function.

\version "2.19.37"

modifiedNote =
\tweak color #grey
\tweak font-size #-2
\tweak Accidental.color #grey
\tweak Accidental.font-size #-2
\etc

\relative c'' {
<a \modifiedNote c>4 f g b
}



reply via email to

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