X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscore-engraver.hh;h=9b7927ddab680a6be67089e4d0a85f6f193e35e3;hb=34cc8063c5cb355e975ba7a54b89ef04f6250f2e;hp=a31383d3a909b99c6f9134da91c0954c07c8fa03;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/lily/include/score-engraver.hh b/lily/include/score-engraver.hh index a31383d3a9..9b7927ddab 100644 --- a/lily/include/score-engraver.hh +++ b/lily/include/score-engraver.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2010 Han-Wen Nienhuys + Copyright (C) 1997--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,15 +26,15 @@ class Score_engraver : public Engraver_group { System *system_; - vector elems_; + vector elems_; Paper_score *pscore_; 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 *);