]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-performer.hh
Release: bump Welcome versions.
[lilypond.git] / lily / include / score-performer.hh
index ef8683db066281c14b1fe127922f7331b8cdc60d..5830953aff5a0b22d8a5960688c107014c5bc842 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1996--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -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 *);