]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem-engraver.cc
Issue 4884: Remove DECLARE_* translator callback macros
[lilypond.git] / lily / stem-engraver.cc
index 81e31dcc369152ce098763df0405d0d3f7fd7898..8907c34bc3bcfd68b1e5375fa86d950f7d6d9eb1 100644 (file)
@@ -48,9 +48,9 @@ class Stem_engraver : public Engraver
 protected:
   void make_stem (Grob_info, bool);
 
-  DECLARE_TRANSLATOR_LISTENER (tremolo);
-  DECLARE_TRANSLATOR_LISTENER (tuplet_span);
-  DECLARE_ACKNOWLEDGER (rhythmic_head);
+  void listen_tremolo (Stream_event *);
+  void listen_tuplet_span (Stream_event *);
+  void acknowledge_rhythmic_head (Grob_info);
   void stop_translation_timestep ();
   void finalize ();
   void kill_unused_flags ();