]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/phrasing-slur-engraver.cc
Issue 4884: Remove DECLARE_* translator callback macros
[lilypond.git] / lily / phrasing-slur-engraver.cc
index c694c5337d49e03932e9ddf50f7f88afa871d9bf..a4e1214928ccd9d913dcc99732adabd4ffb9d8de 100644 (file)
@@ -34,9 +34,9 @@
 class Phrasing_slur_engraver : public Slur_proto_engraver
 {
 protected:
-  DECLARE_TRANSLATOR_LISTENER (phrasing_slur);
-  DECLARE_TRANSLATOR_LISTENER (note);
-  DECLARE_ACKNOWLEDGER (slur);
+  void listen_phrasing_slur (Stream_event *);
+  void listen_note (Stream_event *);
+  void acknowledge_slur (Grob_info);
 
 public:
   SCM event_symbol ();