]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/music-map.ly
Fix #557.
[lilypond.git] / input / regression / music-map.ly
index 5006a502b40cbc74d797bada5bbc913cee6305b0..1450098a1ca648e0277eb2b38d851f850e8fa0e4 100644 (file)
@@ -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  } >> 
 }