]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/music-map.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / regression / music-map.ly
index ab7a2e5986bdeced2223e3ba7090c08e041727ee..475c61afddd32778ca46e09b3f0d1fc4041914ac 100644 (file)
@@ -1,3 +1,4 @@
+#(ly:set-option 'old-relative)
 \header {
 
 texidoc =
@@ -10,7 +11,7 @@ dynamics are left over. These are put onto the 2nd measure."
 
 }
 
-\version "1.7.8"
+\version "2.1.7"
 
 #(define (notes-to-skip m)
 "Convert all stuff with duration (notes, lyrics, bass figures, etc.) to skips.
@@ -27,13 +28,15 @@ Scripts and dynamics are maintained.
 )
 
 
-foobar = \notes \transpose c c' { c4-\>-^ c4-^ c4-\!-^ c4-^  } 
+    \paper { raggedright= ##t }
+
+foobar = \notes \transpose c c' { c4\>-^ c4-^ c4\!-^ c4-^  } 
 
 \score {
   \notes \relative c''  \context Voice {
        \foobar
 
-       < \apply #(lambda (x) (music-map notes-to-skip x))
+       << \apply #(lambda (x) (music-map notes-to-skip x))
                \foobar
-          { d2 d2 } > 
+          { d2 d2 } >> 
 }}