]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-triplet.ly
* lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
[lilypond.git] / input / regression / auto-beam-triplet.ly
index 2b0a5dedbbfbda7103bbaf825b9b3d59277d7bd0..26f548cc486e51e262110e183a15cb66027faad7 100644 (file)
@@ -1,15 +1,15 @@
+
 \header
 {
 texidoc = "Automatic beaming is also done on tuplets."
 }
 
-\version "1.7.16"
+\version "2.3.4"
 
 \score{
-       \notes\relative c''{
+       \relative c''{
                c8 c c c
                \times 4/6 { c c c c c c}
        }
-       \paper{ }
+    \paper { raggedright= ##t }
 }
-%% new-chords-done %%
\ No newline at end of file