]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 07d34f1c87ed78f490b4bcc7c487c9dc5381b95d..821731207e9f9c07d086925bf2d006b99a091917 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.3.1"
+\version "2.3.4"
 
 \header { texidoc = "Volta repeats may be unfolded through the Scheme
     function @code{unfold-repeats}."
 
 }
 
-nots = \notes\relative c'   {
+nots = \relative c'   {
     c4 \repeat volta 2 c4 \alternative { d e  }
 }
 
 \score {
-    \notes \context Voice {
+     \context Voice {
        \nots
        \bar "||"
        \applymusic #unfold-repeats \nots