X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmusic-map.ly;h=1450098a1ca648e0277eb2b38d851f850e8fa0e4;hb=4b8dc8caac9bae6dc9856be8e38ef7b5b42854cb;hp=5006a502b40cbc74d797bada5bbc913cee6305b0;hpb=d02446a61d3eabfde67ed48928ae07766c97750f;p=lilypond.git diff --git a/input/regression/music-map.ly b/input/regression/music-map.ly index 5006a502b4..1450098a1c 100644 --- a/input/regression/music-map.ly +++ b/input/regression/music-map.ly @@ -10,7 +10,7 @@ and dynamics are left over. These are put onto the 2nd measure." } -\version "2.7.32" +\version "2.10.0" #(define (notes-to-skip m) "Convert all stuff with duration (notes, lyrics, bass figures, etc.) to skips. @@ -37,5 +37,5 @@ foobar = \transpose c c' { c4\>-^ c4-^ c4\!-^ c4-^ } << \applyMusic #(lambda (x) (music-map notes-to-skip x)) \foobar - { d2 d2 } >> + { d8 d d d d d d d } >> }