]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-performer.hh
Issue 4357/3: Run preparatory script replacing listener macros
[lilypond.git] / lily / include / score-performer.hh
index b97c6736889eb6fe7249bbd92a1a95f0ee1efa1d..5830953aff5a0b22d8a5960688c107014c5bc842 100644 (file)
@@ -37,9 +37,9 @@ public:
   Score_performer ();
 
 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 *);