On 18 April 2011 11:53, Nick Payne <[email protected]> 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 <[email protected]>
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel