]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta-skip-alternatives.ly
(neumeDemoPaper): remove duplication from
[lilypond.git] / input / regression / repeat-volta-skip-alternatives.ly
index 30effa0c484f012fa3602650f1c8d24a19c43fec..6956721043817c2bc616020394fb491e7df40f12 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.8"
+\version "2.3.4"
 \header {
 
     texidoc = "When too few alternatives are present, the first
@@ -7,7 +7,7 @@ alternative is repeated, by printing a range for the 1st repeat."
 }
 
 
-\score {  \notes \relative c'' \context Voice {
+\score {   \relative c'' \context Voice {
   \repeat volta 3 c1
     \alternative { d f } e4 } }