On 18 April 2011 11:53, Nick Payne <nick.pa...@internode.on.net> wrote:
>
> Using
>
> \override Staff.LedgerLineSpanner #'color = #red
>
> works for me in making the ledger lines and not the staff red.
>
> \version "2.13.59"
> \score {
>   \new Staff {
>          \override Staff.LedgerLineSpanner #'color = #red
>          c c' c'' c'''
>   }
> }

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

Is this a known issue?
Does it exist a workaround?
Cc: to bug-lilypond

%% It is not possible to change the color of ledger lines in the middle
%% of a score.
%%

\version "2.13.60"

\score {
  \new Staff {
    c c' c'' c'''
    \override Staff.LedgerLineSpanner #'color = #red  % no effect!
    c c' c'' c'''
  }
}


Cheers,
Xavier

-- 
Xavier Scheuer <x.sche...@gmail.com>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to