X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-beam-triplet.ly;h=a9229e1df26980ecd078223c6d90c3126a26fd3d;hb=08c1ead90d9f49e66ce54208639fb9ef48ca52a6;hp=45adfe3fabe9aceffb5fd45ff6a3dc63f4b08534;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/auto-beam-triplet.ly b/input/regression/auto-beam-triplet.ly index 45adfe3fab..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.1.22" +\version "2.17.11" +\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 + \tuplet 6/4 { c c c c c c} }