]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-triplet.ly
* lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
[lilypond.git] / input / regression / auto-beam-triplet.ly
index 2c50be38513c131b932db58939d7d1851f3ae8ff..06a874df80781e252b7be6900ba58573607282fe 100644 (file)
@@ -4,12 +4,12 @@
 texidoc = "Automatic beaming is also done on tuplets."
 }
 
-\version "2.2.0"
+\version "2.4.0"
 
 \score{
-       \notes\relative c''{
+       \relative c''{
                c8 c c c
                \times 4/6 { c c c c c c}
        }
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 }