]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/unfold-all-repeats.ly
more conversion for dash-change.
[lilypond.git] / input / test / unfold-all-repeats.ly
index 28a7cb1a6404f5c335700ad7995918a2d4a3e9ee..6424b8937e9d262b59e8261f3820acd5b7d921a4 100644 (file)
@@ -1,13 +1,11 @@
-\version "1.9.1"
-% regression.  -gp
+\version "2.7.32"
 
 \header { 
-texidoc = "The standard function unfold-repeats will recursively unfold
-all repeats for correct MIDI output. Thanks to Rune Zedeler."
+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 
  }
 }
 
 
 
+