X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-multiplicity-over-rests.ly;h=f3b6b96323150d844dac3962875f840c8d895455;hb=750b714488c5af6eae22d07163bba8b554734ac6;hp=56b703c2971082e2fdb5514ef568240934ca6092;hpb=2940cdd12c135ef94e4c95ac815e76014eef9c79;p=lilypond.git diff --git a/input/regression/beam-multiplicity-over-rests.ly b/input/regression/beam-multiplicity-over-rests.ly index 56b703c297..f3b6b96323 100644 --- a/input/regression/beam-multiplicity-over-rests.ly +++ b/input/regression/beam-multiplicity-over-rests.ly @@ -1,15 +1,15 @@ -\version "2.14.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 +}