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.


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to