X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeaming-ternary-metrum.ly;h=9aeaa004a912ca9b660217877217182d31d47963;hb=0ef916567cbdf84627f6d35e33390457703f53b5;hp=63efc88908edb284580207696479ebace2b7e800;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/beaming-ternary-metrum.ly b/input/regression/beaming-ternary-metrum.ly index 63efc88908..9aeaa004a9 100644 --- a/input/regression/beaming-ternary-metrum.ly +++ b/input/regression/beaming-ternary-metrum.ly @@ -1,12 +1,21 @@ -\version "2.7.13" +\version "2.10.0" + \header { - texidoc = "Automatic beaming works also in ternary time sigs." + + 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." + } -\layout { 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] }