X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-multiplicity-over-rests.ly;h=f3b6b96323150d844dac3962875f840c8d895455;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=ddf2cc147ade65c66940adfd3e7a9fb36d5810fe;hpb=d664f5a7153ec2b1a1c4c9fba2d2174bf3140695;p=lilypond.git diff --git a/input/regression/beam-multiplicity-over-rests.ly b/input/regression/beam-multiplicity-over-rests.ly index ddf2cc147a..f3b6b96323 100644 --- a/input/regression/beam-multiplicity-over-rests.ly +++ b/input/regression/beam-multiplicity-over-rests.ly @@ -1,15 +1,15 @@ -\version "2.12.0" +\version "2.19.21" \header { - texidoc = "When a beam goes over a rest, there should not be any -beamlets pointing towards the rest unless absolutely necessary." + texidoc = "When a beam goes over a rest, beamlets should be as necessary + to show the beat structure." } -\relative c' { - c8[ r16 c32 c32] +\relative { + c'8[ r16 c32 c32] c32[ r16 c32 c8] - c32[ r16 c64 c8 c64] + c32[ r16 c64 c64 ~ 16.. c64] c32[ c32 r16 c8] c16[ r32 c32 r16 c16] c16[ r16 c32 r32 c16] -} \ No newline at end of file +}