]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-engraver.hh
Issue 4357/3: Run preparatory script replacing listener macros
[lilypond.git] / lily / include / score-engraver.hh
index b52f589f933993d7662474970d31e88643d5d2a3..9b7927ddab680a6be67089e4d0a85f6f193e35e3 100644 (file)
@@ -32,9 +32,9 @@ class Score_engraver : public Engraver_group
   void typeset_all ();
 
 protected:
-  DECLARE_LISTENER (finish);
-  DECLARE_LISTENER (prepare);
-  DECLARE_LISTENER (one_time_step);
+  void finish (SCM);
+  void prepare (SCM);
+  void one_time_step (SCM);
 
   /* Engraver_group_engraver interface */
   virtual void connect_to_context (Context *);