lilypond-user
[Top][All Lists]
Advanced

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

How to reset a SystemStartBracket-override?


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

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

\version "2.14.2"

one = \relative c' { 
        \once\override StaffGroup.SystemStartBracket #'color = #red
        a \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--tp32499159p32499159.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]