]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-triplet.ly
*** empty log message ***
[lilypond.git] / input / regression / auto-beam-triplet.ly
index 3f3a0306d5fbae8a6f39001f0e7bd7acbdb2a577..a597b0d963d1bbadfb4bd5fe49cf712c1cf360d5 100644 (file)
@@ -4,12 +4,12 @@
 texidoc = "Automatic beaming is also done on tuplets."
 }
 
-\version "1.9.1"
+\version "2.3.22"
 
 \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 }
 }