]> git.donarmstrong.com Git - lilypond.git/commitdiff
ensure that ties don't avoid invisible accidentals
authorJoe Neeman <joeneeman@gmail.com>
Sat, 14 Jul 2007 00:35:13 +0000 (10:35 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Sat, 14 Jul 2007 00:35:13 +0000 (10:35 +1000)
lily/tie-formatting-problem.cc

index 935a1e018cd6c36b39c73c4602d385805511f355..51bee1b6cf3b555f23eb9feb342e98af2871759d 100644 (file)
@@ -194,6 +194,9 @@ Tie_formatting_problem::set_column_chord_outline (vector<Item*> bounds,
            }
          
          Grob *acc = unsmob_grob (heads[i]->get_object ("accidental-grob"));
+         if (acc)
+           acc->get_property ("stencil"); /* trigger tie-related suicide */
+
          if (acc && acc->is_live () && dir == RIGHT)
            {
              boxes.push_back (Box (acc->extent (x_refpoint_, X_AXIS),