]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-triplet.ly
Issue 4048 (3/5) Add midi regtest decrescendo-single-contrary-target
[lilypond.git] / input / regression / auto-beam-triplet.ly
index b732ee7ae254a6b5228910344bd61261bc79ab39..a9229e1df26980ecd078223c6d90c3126a26fd3d 100644 (file)
@@ -4,10 +4,10 @@
   texidoc = "Automatic beaming is also done on tuplets."
 }
 
-\version "2.7.13"
-\layout { raggedright= ##t }
+\version "2.17.11"
+\layout { ragged-right= ##t }
 
 \relative c''{
   c8 c c c
-  \times 4/6 { c c c c c c}
+  \tuplet 6/4 { c c c c c c}
 }