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.15.0-1~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bef241311921e55fd9260bae6141c1cb0305a518;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 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;