X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeaming-ternary-metrum.ly;h=907edf10f43672073725ac0979c9e3246aa61981;hb=1a788358cd2d55e1d8f7556861e984f94c1ce2e9;hp=402623666d1177675638f61ea638c8139e2936c9;hpb=0eeb762ef648edae9e9abde3d078cf3d814a8f36;p=lilypond.git diff --git a/input/regression/beaming-ternary-metrum.ly b/input/regression/beaming-ternary-metrum.ly index 402623666d..907edf10f4 100644 --- a/input/regression/beaming-ternary-metrum.ly +++ b/input/regression/beaming-ternary-metrum.ly @@ -1,13 +1,21 @@ -\version "1.5.68" + +\version "2.12.0" + \header { -texidoc = "automatic beaming also works in ternary time sigs." -} -\score { - \notes \context Staff { -\time 6/8 -[c8. c16 c16 c16] + 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." + } -\paper { linewidth = -1. } + +\layout { ragged-right = ##t} + +\relative c'' { + \time 6/8 + c8.[ c16 c16 c16] + \set beatLength = #(ly:make-moment 3 8) + c8.[ c16 c16 c16] } -%% new-chords-done %% \ No newline at end of file +