]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-triplet.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / auto-beam-triplet.ly
index 06a874df80781e252b7be6900ba58573607282fe..1467c06dd33a10fb4a344aaa9dfdd0d317f9c70b 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.4.0"
+\version "2.11.51"
+\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}
 }