]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta-skip-alternatives.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / repeat-volta-skip-alternatives.ly
index 35bfb520fea9968b69eb82370c3debc1f150c6da..ef5298c27a4fc2f5ff5e903e737448c540087f6b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.22"
+\version "2.14.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
+}