From: Joe Neeman Date: Tue, 31 May 2011 11:22:03 +0000 (+0300) Subject: Remove kludge from beam collision code. X-Git-Tag: release/2.14.2-1~32 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1df239d3dacd3df172726ec467f73403d63f6f20;p=lilypond.git Remove kludge from beam collision code. This is no longer needed since the fix to bug 1667. --- diff --git a/lily/beam.cc b/lily/beam.cc index 29c5ba6675..66c58ef8dc 100644 --- a/lily/beam.cc +++ b/lily/beam.cc @@ -1209,11 +1209,6 @@ Beam::shift_region_to_valid (SCM grob, SCM posns) if (!covered[i]->is_live()) continue; - // TODO - use this logic in is_cross_staff. - if (is_cross_staff (me) - && Align_interface::has_interface (common_refpoint_of_array (stems, me, Y_AXIS))) - continue; - if (Beam::has_interface (covered[i]) && is_cross_staff (covered[i])) continue;