Comment #5 on issue 2193 by [email protected]: collision between beams and rests
http://code.google.com/p/lilypond/issues/detail?id=2193
The patch fixes the example in the issue - however, the issue has to be reformulated a bit.
The only reason that the beam in the example avoided the rest is because stems and flags used to be coupled. The beam collision engraver avoided stems, and so avoided the flag. Now that they're decoupled, one has to explicitly tell the Beam_collision_engraver to avoid flags (which is what my patch does). However, this has nothing to do with rests. So far as I know, beams have never avoided rests.
_______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
