X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fmusic-map.ly;fp=input%2Fregression%2Fmusic-map.ly;h=86057ddbb80e9bfb14ff26e764f24c68d784166b;hb=01afb846676872dca8f4dfb14f1ea83fecaf6b3c;hp=c381b74e0a01c54f9afa7dc41c3e051950faea94;hpb=4700a805e1627eb33cc38d7d3fa20e9d96ffe70f;p=lilypond.git diff --git a/input/regression/music-map.ly b/input/regression/music-map.ly index c381b74e0a..86057ddbb8 100644 --- a/input/regression/music-map.ly +++ b/input/regression/music-map.ly @@ -2,11 +2,11 @@ texidoc = - "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 applied -to an entire music expression in the 1st measure, the scripts and -dynamics are left over. These are put onto the 2nd measure." + "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 +applied to an entire music expression in the 1st measure, the scripts +and dynamics are left over. These are put onto the 2nd measure." } @@ -35,7 +35,7 @@ foobar = \transpose c c' { c4\>-^ c4-^ c4\!-^ c4-^ } \relative c'' \context Voice { \foobar - << pplyMusic #(lambda (x) (music-map notes-to-skip x)) + << \applyMusic #(lambda (x) (music-map notes-to-skip x)) \foobar { d2 d2 } >> }