X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmusic-map.ly;h=c0e8816ebf011089e72dd6dfa7955d33153d2126;hb=def419dfd961fee6fd0bf49321ae130143b618af;hp=3afea4a35b1072bc263b571c9c449525149518d0;hpb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;p=lilypond.git diff --git a/input/regression/music-map.ly b/input/regression/music-map.ly index 3afea4a35b..c0e8816ebf 100644 --- a/input/regression/music-map.ly +++ b/input/regression/music-map.ly @@ -4,13 +4,13 @@ "With @code{music-map}, you can apply functions operating on a single piece of music to an entire music expression. In this example, -the the function @code{notes-to-skip} changes a note to a skip. When +the function @code{notes-to-skip} changes a note to a skip. When applied to an entire music expression in the 1st measure, the scripts and dynamics are left over. These are put onto the 2nd measure." } -\version "2.11.51" +\version "2.14.0" #(define (notes-to-skip m) "Convert all stuff with duration (notes, lyrics, bass figures, etc.) to skips. @@ -29,7 +29,7 @@ Scripts and dynamics are maintained. \layout { ragged-right= ##t } -foobar = \transpose c c' { c4\>-^ c4-^ c4\!-^ c4-^ } +foobar = \transpose c c' { c4\>-^ c4-^ c4\!-^ c4-^ } \relative c'' \context Voice { @@ -37,5 +37,5 @@ foobar = \transpose c c' { c4\>-^ c4-^ c4\!-^ c4-^ } << \applyMusic #(lambda (x) (music-map notes-to-skip x)) \foobar - { d8 d d d d d d d } >> + { d8 d d d d d d d } >> }