From f64302fab863d732e20d9395d8e15338216b56f2 Mon Sep 17 00:00:00 2001 From: hanwen Date: Fri, 5 Aug 2005 14:11:13 +0000 Subject: [PATCH] * 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. --- lily/tuplet-bracket.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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? -- 2.39.5