X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeaming-ternary-metrum.ly;h=0580f2e6dae2a219547da842b0b6b5af2caa31bf;hb=ba8eee4036ebb86c32f23c784adcf3bf2ef5fe3b;hp=907edf10f43672073725ac0979c9e3246aa61981;hpb=079be3c9a14d13e594cb1c1924058322a93ca1b5;p=lilypond.git diff --git a/input/regression/beaming-ternary-metrum.ly b/input/regression/beaming-ternary-metrum.ly index 907edf10f4..0580f2e6da 100644 --- a/input/regression/beaming-ternary-metrum.ly +++ b/input/regression/beaming-ternary-metrum.ly @@ -1,12 +1,11 @@ -\version "2.12.0" +\version "2.13.29" \header { - texidoc = "Automatic beaming works also in ternary time sigs. In - this case, the 8th is a beat, so the 16ths are split into two - groups. This can be avoided by overriding @code{beatLength} to be - three 8th notes." + 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." } @@ -14,8 +13,7 @@ \relative c'' { \time 6/8 - c8.[ c16 c16 c16] - \set beatLength = #(ly:make-moment 3 8) - c8.[ c16 c16 c16] + c8. c16 c16 c16 + c8. c16 c16 c16 }