X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-beam-triplet.ly;h=1467c06dd33a10fb4a344aaa9dfdd0d317f9c70b;hb=2734734ab89b8b4ce1aa2a0afca41a624b0fd2da;hp=3f3a0306d5fbae8a6f39001f0e7bd7acbdb2a577;hpb=d6ea2dbcdb39dd65c7fd423782fa31ccbdaf34a9;p=lilypond.git diff --git a/input/regression/auto-beam-triplet.ly b/input/regression/auto-beam-triplet.ly index 3f3a0306d5..1467c06dd3 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.9.1" +\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} }