]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3593: Announce ends of ties in Completion_heads_engraver
authorDavid Kastrup <dak@gnu.org>
Wed, 2 Oct 2013 20:46:06 +0000 (22:46 +0200)
committerDavid Kastrup <dak@gnu.org>
Mon, 7 Oct 2013 07:52:15 +0000 (09:52 +0200)
lily/completion-note-heads-engraver.cc

index 0e911ef67aa93d79a70d1667ae445c0891f0e61e..52a7d6c0bd4d0a64db0fb6610a889c313f9c0781 100644 (file)
@@ -269,6 +269,7 @@ Completion_heads_engraver::make_tie (Grob *left, Grob *right)
   Grob *p = make_spanner ("Tie", SCM_EOL);
   Tie::set_head (p, LEFT, left);
   Tie::set_head (p, RIGHT, right);
+  announce_end_grob (p, SCM_EOL);
   ties_.push_back (p);
 }