]> git.donarmstrong.com Git - lilypond.git/commit
Fix cyclic dependence with rest-collisions.
authorJoe Neeman <joeneeman@gmail.com>
Thu, 1 Jul 2010 07:55:14 +0000 (10:55 +0300)
committerJoe Neeman <joeneeman@gmail.com>
Thu, 1 Jul 2010 08:22:41 +0000 (11:22 +0300)
commitec376e079a0dc586ba3fe17113993525f2be69c2
treec947d377c7298092a02da787d9fdf90925e4199e
parente036a8b8a67f08c1fee0b558a0dee88b1d5e54ce
Fix cyclic dependence with rest-collisions.

Previously, the height of a Note_column with a rest depended
on the height of the rest, which invoked the rest-collision
callback, which depended on the Note_column again.
lily/rest-collision.cc