From bef241311921e55fd9260bae6141c1cb0305a518 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 288eb226bc..8a30752c38 100644 --- a/lily/beam.cc +++ b/lily/beam.cc @@ -1203,11 +1203,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.2