]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-triplet.ly
* lily/parser.yy (bass_number),
[lilypond.git] / input / regression / auto-beam-triplet.ly
index 6e500421a3f5780f53ae939e0c5d50c31d50be75..06a874df80781e252b7be6900ba58573607282fe 100644 (file)
@@ -1,15 +1,15 @@
+
 \header
 {
 texidoc = "Automatic beaming is also done on tuplets."
 }
 
-\version "1.7.6"
+\version "2.4.0"
 
 \score{
-       \notes\relative c''{
+       \relative c''{
                c8 c c c
                \times 4/6 { c c c c c c}
        }
-       \paper{ }
+    \layout { raggedright= ##t }
 }
-%% new-chords-done %%
\ No newline at end of file