]> git.donarmstrong.com Git - lilypond.git/commit
Fix drastic overestimation of staff heights.
authorJoe Neeman <joeneeman@gmail.com>
Fri, 1 Oct 2010 23:10:54 +0000 (16:10 -0700)
committerJoe Neeman <joeneeman@gmail.com>
Fri, 1 Oct 2010 23:16:03 +0000 (16:16 -0700)
commitbd815715c3aa550810f75529a8c0bfb092856668
tree8fc7bb8c48e6451dd6061e05f6777529421da656
parent4229c17e857363657ccc567b6fa172f60b40cf2c
Fix drastic overestimation of staff heights.

The outside-staff simulation in f530eeb5bba has severe problems
when there many outside-staff objects per bar. This patch
mitigates the problems by assuming that outside-staff objects
don't intersect with each other (but only with the staff).
flower/include/interval.hh
flower/include/interval.tcc
input/regression/page-breaking-outside-staff-estimation2.ly [new file with mode: 0644]
lily/axis-group-interface.cc