X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftab-tie-follow-engraver.cc;h=75a7b5b2ea710bd42ec5283eb7b8de6549045e30;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=b8e9966862ee9eb83b3444e6156a6d2637dd1926;hpb=dbaf1e56e37be0e204231c5bf1adcb14bd8ac3b8;p=lilypond.git diff --git a/lily/tab-tie-follow-engraver.cc b/lily/tab-tie-follow-engraver.cc index b8e9966862..75a7b5b2ea 100644 --- a/lily/tab-tie-follow-engraver.cc +++ b/lily/tab-tie-follow-engraver.cc @@ -44,14 +44,15 @@ public: TRANSLATOR_DECLARATIONS (Tab_tie_follow_engraver); protected: - DECLARE_ACKNOWLEDGER (glissando); - DECLARE_ACKNOWLEDGER (slur); - DECLARE_ACKNOWLEDGER (tab_note_head); + void acknowledge_glissando (Grob_info); + void acknowledge_slur (Grob_info); + void acknowledge_tab_note_head (Grob_info); void stop_translation_timestep (); }; -Tab_tie_follow_engraver::Tab_tie_follow_engraver () +Tab_tie_follow_engraver::Tab_tie_follow_engraver (Context *c) + : Engraver (c) { }