X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fauto-beam-triplet.ly;h=2a7bb39c7afe7f53ab500504c067feb6088a1dcd;hb=2055f35c47a045a50a01ff4dba8524322cfc3b48;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..2a7bb39c7a 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.14.0" +\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 + \times 4/6 { c c c c c c} }