lilypond-user
[Top][All Lists]
Advanced

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

Re: How to reset a SystemStartBracket-override?


From: harm6
Subject: Re: How to reset a SystemStartBracket-override?
Date: Mon, 19 Sep 2011 16:06:42 -0700 (PDT)


harm6 wrote:
> 
> Hi,
> 
> in the (simplified) example below I can't revert the \override of the
> SystemStartBracket, although I set \once and tried with \revert.
> I want the \override to be printed only at the first time occuring in the
> score. 
> 
> What am I missing?
> 
> Regards,
>   Harm
> 
> 

Ooops,

this should be the code:

\version "2.14.2"

one = \relative c' { 
        \once\override StaffGroup.SystemStartBracket #'color = #red
        a1 \break 
        \revert StaffGroup.SystemStartBracket #'color
        a
}

two = \relative c' {
        c c
}


\new StaffGroup <<
  \new Staff \one
  \new Staff \two 
  >>

-- 
View this message in context: 
http://old.nabble.com/How-to-reset-a-SystemStartBracket-override--tp32499159p32499178.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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