]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/music-map.ly
(conv): \apply -> \applymusic
[lilypond.git] / input / regression / music-map.ly
index 67c5d7852ee58855ce522d8848f0f08a7321e6c7..6246f42dc6728b9ba4cd5bca6171d7da8e3ceebc 100644 (file)
@@ -10,7 +10,7 @@ dynamics are left over. These are put onto the 2nd measure."
 
 }
 
-\version "2.2.0"
+\version "2.3.1"
 
 #(define (notes-to-skip m)
 "Convert all stuff with duration (notes, lyrics, bass figures, etc.) to skips.
@@ -35,7 +35,7 @@ foobar = \notes \transpose c c' { c4\>-^ c4-^ c4\!-^ c4-^  }
   \notes \relative c''  \context Voice {
        \foobar
 
-       << \apply #(lambda (x) (music-map notes-to-skip x))
+       << \applymusic #(lambda (x) (music-map notes-to-skip x))
                \foobar
           { d2 d2 } >> 
 }}