lilypond-user
[Top][All Lists]
Advanced

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

Re: changing notehead color within a chord


From: Nick Didkovsky
Subject: Re: changing notehead color within a chord
Date: Sun, 01 Feb 2009 23:37:47 -0500
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

Thanks very much Jon, for your quick reply. Works great
Best
Nick

Jonathan Kulp wrote:
Nick Didkovsky wrote:
Hello

I am changing notehead color with ...
\override NoteHead #'color = #'(1.0 0.7 0.0)
... which works fine.

But how can I change the notehead color within a chord?

Thanks
Nick Didkovsky


You want the \tweak command to affect individual items inside a chord:

\relative c' {
  <c \tweak #'color #green e g>4
}

Jon




reply via email to

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