]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta-skip-alternatives.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / repeat-volta-skip-alternatives.ly
index b16a6868eba04e0cded4e7ae6eb0ae6b65537acd..db52a0fd1ecfdb25a82d187db678db2026d44afa 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.4.0"
+\version "2.19.21"
 \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 {
-  \repeat volta 3 c1
-    \alternative { d f } e4 } } 
+
+\relative \context Voice {
+  \repeat volta 3 c''1
+    \alternative { d f } e4
+}