]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-triplet.ly
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / input / regression / auto-beam-triplet.ly
index 2181af3225c09f8f2c56ca88eaac50d590b2d5f1..a597b0d963d1bbadfb4bd5fe49cf712c1cf360d5 100644 (file)
@@ -1,14 +1,15 @@
+
 \header
 {
 texidoc = "Automatic beaming is also done on tuplets."
 }
 
-\version "1.7.18"
+\version "2.3.22"
 
 \score{
-       \notes\relative c''{
+       \relative c''{
                c8 c c c
                \times 4/6 { c c c c c c}
        }
-       \paper{ }
+    \layout { raggedright= ##t }
 }