lilypond-user
[Top][All Lists]
Advanced

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

Re: Change the color of ledger lines


From: M Watts
Subject: Re: Change the color of ledger lines
Date: Mon, 18 Apr 2011 21:03:31 +1000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100413 Fedora/3.0.4-2.fc13 Thunderbird/3.0.4

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'''
    }
  >>
}



reply via email to

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