]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name-engraver.cc
Issue 4884: Remove DECLARE_* translator callback macros
[lilypond.git] / lily / chord-name-engraver.cc
index 2f4def811613aa05432dbf349b1550ab4189ea69..3a14ff4b07f44168ce5117712d7e99e73812cc91 100644 (file)
@@ -39,8 +39,8 @@ protected:
   void stop_translation_timestep ();
   void process_music ();
   virtual void finalize ();
-  DECLARE_TRANSLATOR_LISTENER (note);
-  DECLARE_TRANSLATOR_LISTENER (rest);
+  void listen_note (Stream_event *);
+  void listen_rest (Stream_event *);
 private:
   vector<Stream_event *> notes_;