]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / repeat-volta.ly
index 2614b237e8401819cee32c3efca80b3305c4f711..8ec19447065d1b77b401c84e2a11642b281138f2 100644 (file)
@@ -1,4 +1,6 @@
-\version "2.14.0"
+\version "2.19.21"
+#(ly:set-option 'warning-as-error #f)
+#(ly:expect-warning (_ "More alternatives than repeats.  Junking excess alternatives"))
 
 \header{
   texidoc="
@@ -9,9 +11,9 @@ If they don't barlines should still be shown.
 
 %%  no alts.
 
-\context Voice \relative c'' {
+\context Voice \relative {
   %% repeat non aligning with barlines.
-  \repeat volta 3 { c^"3x 0alt" d e }
+  \repeat volta 3 { c''^"3x 0alt" d e }
   %% less alts than body
   \repeat volta 4 { c^"4x 2alt" d } \alternative { e f }
   %% more alts than body