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