X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeaming-ternary-metrum.ly;h=ddc3cedf638629ef2f7b60b6a4b0daf1f267307a;hb=a58143ffd322981ea22351c44a0d5929f18892e5;hp=124fd6b0a1f025312308d3d4275a8b2f9fb5498a;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/regression/beaming-ternary-metrum.ly b/input/regression/beaming-ternary-metrum.ly index 124fd6b0a1..ddc3cedf63 100644 --- a/input/regression/beaming-ternary-metrum.ly +++ b/input/regression/beaming-ternary-metrum.ly @@ -1,13 +1,21 @@ -\version "1.7.18" + +\version "2.11.51" + \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 { raggedright = ##t} + +\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 %% +