]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta-skip-alternatives.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / repeat-volta-skip-alternatives.ly
index 6213acb8b6e027ba152b1a60f20b8e0bb7bb1084..6f4e422002ffe0faf7e6e81038cb623c84148fee 100644 (file)
@@ -1,11 +1,16 @@
-\version "1.9.1"
+\version "2.16.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
+}