On 04/18/2011 08:06 PM, Xavier Scheuer wrote:

I know see the real problem: it is not possible to change the color of
ledger lines _in the middle of the score_.

Yes, you can start with an override, but can't revert it.

\score {
  <<
    \new Staff { c c' c'' c''' }
    \new Staff {
      \override Staff.LedgerLineSpanner #'color = #red
      \clef bass
      c c'
      \revert Staff.LedgerLineSpanner #'color % no effect!
      c'' c'''
    }
  >>
}

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

Reply via email to