]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-triplet.ly
Merge branch 'lilypond/translation' of /home/lilycvs/git/lily/ into lilypond/translation
[lilypond.git] / input / regression / auto-beam-triplet.ly
index b9561621e287c301a6620cdedbe89eb1b84230a6..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 "1.9.8"
+\version "2.10.0"
+\layout { ragged-right= ##t }
 
-\score{
-       \notes\relative c''{
-               c8 c c c
-               \times 4/6 { c c c c c c}
-       }
-    \paper { raggedright= ##t }
+\relative c''{
+  c8 c c c
+  \times 4/6 { c c c c c c}
 }