|
| From: | Jonathan Kulp |
| Subject: | Re: changing notehead color within a chord |
| Date: | Sun, 01 Feb 2009 22:18:59 -0600 |
| User-agent: | Thunderbird 2.0.0.19 (X11/20090105) |
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
--
Jonathan Kulp
http://www.jonathankulp.com
| [Prev in Thread] | Current Thread | [Next in Thread] |