X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-beam-triplet.ly;h=01cee7f8311bd2dde8f1ed27b3e4749136aded3b;hb=0a7f1c7430c178fbfbe26bb7013acb474718ef1f;hp=2181af3225c09f8f2c56ca88eaac50d590b2d5f1;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/auto-beam-triplet.ly b/input/regression/auto-beam-triplet.ly index 2181af3225..01cee7f831 100644 --- a/input/regression/auto-beam-triplet.ly +++ b/input/regression/auto-beam-triplet.ly @@ -1,14 +1,13 @@ + \header { -texidoc = "Automatic beaming is also done on tuplets." + texidoc = "Automatic beaming is also done on tuplets." } -\version "1.7.18" +\version "2.12.0" +\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 + \times 4/6 { c c c c c c} }