X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fcustos-engraver.cc;h=a21ad4eb787ee8c9a4a91047abad40ffaa802601;hb=60ceca32eb997a6ce3a974527b39a098d1ebb82e;hp=517e53aece81a84df0437c238b8521d5ad38ecb2;hpb=dbaf1e56e37be0e204231c5bf1adcb14bd8ac3b8;p=lilypond.git diff --git a/lily/custos-engraver.cc b/lily/custos-engraver.cc index 517e53aece..a21ad4eb78 100644 --- a/lily/custos-engraver.cc +++ b/lily/custos-engraver.cc @@ -39,8 +39,8 @@ class Custos_engraver : public Engraver public: TRANSLATOR_DECLARATIONS (Custos_engraver); void start_translation_timestep (); - DECLARE_ACKNOWLEDGER (bar); - DECLARE_ACKNOWLEDGER (note_head); + void acknowledge_bar (Grob_info); + void acknowledge_note_head (Grob_info); void process_acknowledged (); void stop_translation_timestep (); virtual void finalize ();