]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta-skip-alternatives.ly
(staff_eligible): new function.
[lilypond.git] / input / regression / repeat-volta-skip-alternatives.ly
index 963407b5abc685908cc127a6facac3d28e92a460..30effa0c484f012fa3602650f1c8d24a19c43fec 100644 (file)
@@ -1,11 +1,13 @@
 \version "1.9.8"
 \header {
-    texidoc = "When too few alternatives are present, the first alternative is repeated,
-by printing a range for the 1st repeat."
-    }
 
+    texidoc = "When too few alternatives are present, the first
+alternative is repeated, by printing a range for the 1st repeat."
 
-\score {  \notes \context Voice {
+}
+
+
+\score {  \notes \relative c'' \context Voice {
   \repeat volta 3 c1
     \alternative { d f } e4 } }