]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta-skip-alternatives.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / repeat-volta-skip-alternatives.ly
index 6f4e422002ffe0faf7e6e81038cb623c84148fee..db52a0fd1ecfdb25a82d187db678db2026d44afa 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 \header {
 
     texidoc = "When too few alternatives are present, the first
@@ -9,8 +9,8 @@ alternative is repeated, by printing a range for the 1st repeat."
 \paper { ragged-right = ##t } 
 
 
-\relative c'' \context Voice {
-  \repeat volta 3 c1
+\relative \context Voice {
+  \repeat volta 3 c''1
     \alternative { d f } e4
 }