]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/unfold-all-repeats.ly
*** empty log message ***
[lilypond.git] / input / test / unfold-all-repeats.ly
index 0a17f8caa96875eff7d7d345b9d01b5c22f04455..522bb38ade4cecd458a5d4c6cc241b5bf21096cd 100644 (file)
@@ -1,13 +1,11 @@
-\version "2.1.28"
-% regression.  -gp
+\version "2.7.39"
 
 \header { 
 texidoc = "Applying the standard function @code{unfold-repeats} unfolds 
 recursively all repeats for a correct MIDI output."
 }
 
-
-mel = \notes \context Staff {
+mel =  \context Staff {
   \repeat tremolo 8 {c'32 e' }
   \repeat percent 2 { c''8 d'' }
   \repeat volta 2 {c'4 d' e' f'} 
@@ -18,11 +16,12 @@ mel = \notes \context Staff {
   \bar "|."
 }
 
-\score { \notes {
+\score {  {
   \mel \break
-  \apply #unfold-repeats \mel 
+  \applyMusic #unfold-repeats \mel 
  }
 }
 
 
 
+