]> 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 08069723f716f663acfc77f6fa66455dd2e96bf9..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.1.36"
+\version "2.11.51"
+\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}
 }