]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta-skip-alternatives.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / repeat-volta-skip-alternatives.ly
index 9b359bd9b3260f8d2add2d1b8e5fe6056e0b0e38..6956721043817c2bc616020394fb491e7df40f12 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.2.0"
+\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 } }