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