]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta-skip-alternatives.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / repeat-volta-skip-alternatives.ly
index 963407b5abc685908cc127a6facac3d28e92a460..6cd3ee1ca47fe56cc66cee33844fa319570a2922 100644 (file)
@@ -1,11 +1,16 @@
-\version "1.9.8"
+\version "2.12.0"
 \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 {
+}
+
+\paper { ragged-right = ##t } 
+
+
+\relative c'' \context Voice {
   \repeat volta 3 c1
-    \alternative { d f } e4 } } 
+    \alternative { d f } e4
+}