On Jan 26, 2013, at 2:12 PM, Noeck wrote:
>
> Is there a difference between:
> \new Staff \with { \override Clef.color = #red } { a }
> and
> \new Staff { \override Staff.Clef.color = #red a }
Although David has provided an illustration of the difference (mostly due to
the faulty grace note implementation), this snippet should be:
\score {
\new StaffGroup <<
\new Staff { \grace { c'8 } f'4 }
\new Staff \with { \override Clef #'color = #red } { a }
>>
}
\score {
\new StaffGroup <<
\new Staff { \grace { c'8 } f'4 }
\new Staff { \override Staff.Clef #'color = #red a }
>>
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user