From: Han-Wen Nienhuys Date: Fri, 5 Aug 2005 14:11:13 +0000 (+0000) Subject: * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if X-Git-Tag: release/2.7.4~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7bd2f2ee08c511c1e62494b596ea3b1704a46a9a;p=lilypond.git * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if columns is empty * lily/tuplet-bracket.cc (print): on the left, the overshoot is relative to the right edge of the prefatory matter. --- diff --git a/lily/tuplet-bracket.cc b/lily/tuplet-bracket.cc index a70c46ef6d..41044b1c22 100644 --- a/lily/tuplet-bracket.cc +++ b/lily/tuplet-bracket.cc @@ -193,8 +193,8 @@ Tuplet_bracket::print (SCM smob) } else if (d == RIGHT && (columns.is_empty () - || bounds[d] != columns.top())) - + || (bounds[d]->get_column () != + dynamic_cast (columns.top())->get_column ()))) { /* TODO: make padding tunable?