X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fauto-beam-triplet.ly;h=a9229e1df26980ecd078223c6d90c3126a26fd3d;hb=92f8192a33842605b39a1c9f6949638aba76d8e9;hp=6e500421a3f5780f53ae939e0c5d50c31d50be75;hpb=aae91f7e94146d56727471074c4d2795d666521f;p=lilypond.git diff --git a/input/regression/auto-beam-triplet.ly b/input/regression/auto-beam-triplet.ly index 6e500421a3..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 "1.7.6" +\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{ } +\relative c''{ + c8 c c c + \tuplet 6/4 { c c c c c c} } -%% new-chords-done %% \ No newline at end of file