]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 Aug 2005 14:11:13 +0000 (14:11 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 Aug 2005 14:11:13 +0000 (14:11 +0000)
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

index a70c46ef6d6ff6379e869a17977ac4db19e9be4c..41044b1c22cbe5667cab14dd017b30b1fe9b3c6b 100644 (file)
@@ -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<Item*> (columns.top())->get_column ())))
        {
          /*
            TODO: make padding tunable?