X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeaming-ternary-metrum.ly;h=4af5c8d602a3e8189b7f20df4a9b16365ec8ef5a;hb=f70f949ada045f29480bdfde1e855fa5367dc639;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..4af5c8d602 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 3 + 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] }