X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-beam-triplet.ly;h=a9229e1df26980ecd078223c6d90c3126a26fd3d;hb=8522deaaf7844bcd4604ed61e6073d99feb1c518;hp=dfc164f33ff3a4efa43521e5be9f2f81b893870c;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/auto-beam-triplet.ly b/input/regression/auto-beam-triplet.ly index dfc164f33f..a9229e1df2 100644 --- a/input/regression/auto-beam-triplet.ly +++ b/input/regression/auto-beam-triplet.ly @@ -1,15 +1,13 @@ \header { -texidoc = "Automatic beaming is also done on tuplets." + texidoc = "Automatic beaming is also done on tuplets." } -\version "2.6.0" +\version "2.17.11" +\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 + \tuplet 6/4 { c c c c c c} }