]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/music-map.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / music-map.ly
index 86057ddbb80e9bfb14ff26e764f24c68d784166b..661dc03511970f36156483fcb6bccfd1baeadc8b 100644 (file)
@@ -10,7 +10,7 @@ and dynamics are left over. These are put onto the 2nd measure."
 
 }
 
-\version "2.7.10"
+\version "2.12.0"
 
 #(define (notes-to-skip m)
   "Convert all stuff with duration (notes, lyrics, bass figures, etc.) to skips.
@@ -27,7 +27,7 @@ Scripts and dynamics are maintained.
 )
 
 
-\layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 foobar =  \transpose c c' { c4\>-^ c4-^ c4\!-^ c4-^  } 
 
@@ -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  } >> 
 }