X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeaming-ternary-metrum.ly;h=c22eaec5f0766674cd67307d3cd10ab65e224ef3;hb=46eb67a07e39cf052e5712f2fc5eb90fd7124c74;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..c22eaec5f0 100644 --- a/input/regression/beaming-ternary-metrum.ly +++ b/input/regression/beaming-ternary-metrum.ly @@ -1,21 +1,19 @@ -\version "2.12.0" +\version "2.19.21" \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." } \layout { ragged-right = ##t} -\relative c'' { +\relative { \time 6/8 - c8.[ c16 c16 c16] - \set beatLength = #(ly:make-moment 3 8) - c8.[ c16 c16 c16] + c''8. c16 c16 c16 + c8. c16 c16 c16 }