sorry, I forgot the example:

\version "2.17.4"
music = {
        \relative c'' {
                \repeat unfold 2 { g4 f a b }
        }
}
\score { 
        \new Staff <<
                \set Score.voltaSpannerDuration = #(ly:make-moment 2 1 )
                \repeat volta 2 { \music \music \music }
                \alternative {
                        { \music \music \music  }
                        { \music \music \music  }
                }       
        >>
}


The following warning is given: (sorry, it's in german)
[…]
Interpretation der Musik...[8]
Warnung: Volta-Klammer kann nicht beendet werden
[16]
Warnung: Volta-Klammer kann nicht beendet werden
Vorverarbeitung der grafischen Elemente...
[…]

Best regards
Kai
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to