]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-formatting-problem.cc
Remove tied accidentals after line-breaking
[lilypond.git] / lily / tie-formatting-problem.cc
index d4755f1b9a019344f1019819e9264b036cb8f9d9..8a016bde21e1d12d6bbe05f4ecce4d34a48630e9 100644 (file)
@@ -213,7 +213,7 @@ Tie_formatting_problem::set_column_chord_outline (vector<Item *> bounds,
 
           Grob *acc = Grob::unsmob (heads[i]->get_object ("accidental-grob"));
           if (acc)
-            acc->get_property ("stencil"); /* trigger tie-related suicide */
+            acc->get_property ("after-line-breaking"); /* trigger tie-related suicide */
 
           if (acc && acc->is_live () && dir == RIGHT)
             {