]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-triplet.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / auto-beam-triplet.ly
index b9561621e287c301a6620cdedbe89eb1b84230a6..01cee7f8311bd2dde8f1ed27b3e4749136aded3b 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.12.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}
 }