X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fbeaming-ternary-metrum.ly;h=65658ac9a1d68faecbf6f700c1241e5b7ae91513;hb=65a309c41e9f18befa34328a60efab9132e402c9;hp=6909d1035bc7e244c32a080a96cbeea03b4ddb10;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/beaming-ternary-metrum.ly b/input/regression/beaming-ternary-metrum.ly index 6909d1035b..65658ac9a1 100644 --- a/input/regression/beaming-ternary-metrum.ly +++ b/input/regression/beaming-ternary-metrum.ly @@ -1,14 +1,19 @@ -\version "2.1.26" +\version "2.16.0" + \header { -texidoc = "Automatic beaming works also in ternary time sigs." -} -\score { - \notes \relative c'' { -\time 6/8 - c8.[ c16 c16 c16] + texidoc = "Automatic beaming works also in ternary time sigs. + As desired, the measure is split in half, with beats 1-3 and + 4-6 beamed together as a whole." + } -\paper { raggedright = ##t} + +\layout { ragged-right = ##t} + +\relative c'' { + \time 6/8 + c8. c16 c16 c16 + c8. c16 c16 c16 }