]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta-skip-alternatives.ly
Changes to fix pdf doc creation, and some minor doc additions.
[lilypond.git] / input / regression / repeat-volta-skip-alternatives.ly
index ed612cef84085492254651e670d3b6719fc759d2..15eb69a5006f6ec22f9da28edece444efec74743 100644 (file)
@@ -1,3 +1,16 @@
-\score {  \notes \context Voice {
+\version "2.7.39"
+\header {
+
+    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
+} 
+