]> 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 87f5b2d75025f24b6c892132c3e2600be325e6b3..6cd3ee1ca47fe56cc66cee33844fa319570a2922 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.17"
+\version "2.12.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 {   \relative c'' \context Voice {
+
+\relative c'' \context Voice {
   \repeat volta 3 c1
-    \alternative { d f } e4 } } 
+    \alternative { d f } e4
+}