bug-lilypond
[Top][All Lists]
Advanced

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

Re: Change the color of ledger lines


From: Xavier Scheuer
Subject: Re: Change the color of ledger lines
Date: Mon, 18 Apr 2011 12:06:05 +0200

On 18 April 2011 11:53, Nick Payne <address@hidden> 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 <address@hidden>



reply via email to

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