]> git.donarmstrong.com Git - lilypond.git/commit
Terminates Slur::outside_staff_callback early if grob is out of slur's range.
authorMike Solomon <mike@apollinemike.com>
Thu, 22 Sep 2011 08:12:40 +0000 (10:12 +0200)
committerMike Solomon <mike@apollinemike.com>
Thu, 22 Sep 2011 08:12:40 +0000 (10:12 +0200)
commitdd855b6da30a050359a94ac719e0fc37a2fca666
tree7870c8872b44d669d269612d3f60b64c552e2998
parent98afde57a6d72294c6fdedad4e1ff093b9bf5706
Terminates Slur::outside_staff_callback early if grob is out of slur's range.

This reduces the chance that there will be a programming error when looking
for a Bezier intersection, as grobs that no longer intersect with the slur
will not be considered for shifting.
input/regression/slur-vestigial-outside-staff-callback.ly [new file with mode: 0644]
lily/slur.cc