]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta-skip-alternatives.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / repeat-volta-skip-alternatives.ly
index 9b359bd9b3260f8d2add2d1b8e5fe6056e0b0e38..6f4e422002ffe0faf7e6e81038cb623c84148fee 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.2.0"
+\version "2.16.0"
 \header {
 
     texidoc = "When too few alternatives are present, the first
@@ -6,8 +6,11 @@ alternative is repeated, by printing a range for the 1st repeat."
 
 }
 
+\paper { ragged-right = ##t } 
 
-\score {  \notes \relative c'' \context Voice {
+
+\relative c'' \context Voice {
   \repeat volta 3 c1
-    \alternative { d f } e4 } } 
+    \alternative { d f } e4
+}