]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/metronome-engraver.cc
Issue 4884: Remove DECLARE_* translator callback macros
[lilypond.git] / lily / metronome-engraver.cc
index 21aab95ee22adfb5a19cc90f435cf00983a93e42..241a2da44aa0a7b990504dadc2765b97b59825c3 100644 (file)
@@ -46,11 +46,11 @@ protected:
   void stop_translation_timestep ();
   void process_music ();
 
-  DECLARE_ACKNOWLEDGER (break_aligned);
-  DECLARE_ACKNOWLEDGER (break_alignment);
-  DECLARE_ACKNOWLEDGER (grob);
+  void acknowledge_break_aligned (Grob_info);
+  void acknowledge_break_alignment (Grob_info);
+  void acknowledge_grob (Grob_info);
 
-  DECLARE_TRANSLATOR_LISTENER (tempo_change);
+  void listen_tempo_change (Stream_event *);
 };
 
 Metronome_mark_engraver::Metronome_mark_engraver ()