lilypond-user
[Top][All Lists]
Advanced

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

Warning with voltaSpannerDuration


From: Dr. med. Kai Lautenschläger
Subject: Warning with voltaSpannerDuration
Date: Tue, 9 Oct 2012 21:47:03 +0200

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


reply via email to

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