From 1df239d3dacd3df172726ec467f73403d63f6f20 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Tue, 31 May 2011 14:22:03 +0300 Subject: [PATCH] Remove kludge from beam collision code. This is no longer needed since the fix to bug 1667. --- lily/beam.cc | 5 ----- 1 file changed, 5 deletions(-) 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; -- 2.39.5