]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-triplet.ly
Fix 614.
[lilypond.git] / input / regression / auto-beam-triplet.ly
index a597b0d963d1bbadfb4bd5fe49cf712c1cf360d5..9763a09abf90e02fcd8b27ff722d0b982942e0c0 100644 (file)
@@ -1,15 +1,13 @@
 
 \header
 {
-texidoc = "Automatic beaming is also done on tuplets."
+  texidoc = "Automatic beaming is also done on tuplets."
 }
 
-\version "2.3.22"
+\version "2.10.0"
+\layout { ragged-right= ##t }
 
-\score{
-       \relative c''{
-               c8 c c c
-               \times 4/6 { c c c c c c}
-       }
-    \layout { raggedright= ##t }
+\relative c''{
+  c8 c c c
+  \times 4/6 { c c c c c c}
 }