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


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to