]> 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 88bfb59f96f689239561522d475eda8b49ab9fe2..522bb38ade4cecd458a5d4c6cc241b5bf21096cd 100644 (file)
@@ -1,12 +1,11 @@
-\version "1.7.6"
+\version "2.7.39"
 
 \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'} 
@@ -17,11 +16,12 @@ mel = \notes \context Staff {
   \bar "|."
 }
 
-\score { \notes {
+\score {  {
   \mel \break
-%%  \apply #unfold-repeats \mel  FIXME
+  \applyMusic #unfold-repeats \mel 
  }
 }
 
 
-%% new-chords-done %%
+
+