X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscore-engraver.hh;h=d0ec7821679d13da39e8e90dd9c3d6495ee4680d;hb=378c9a561c8ce179398a88066e803aba6ea00afc;hp=ffff8c41aa8dd3a027fb4ada53e8afe1ee5d1965;hpb=d61cf3bbdb1c6670a127ba3baddf2f04d3e34fd3;p=lilypond.git diff --git a/lily/include/score-engraver.hh b/lily/include/score-engraver.hh index ffff8c41aa..d0ec782167 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--2012 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 @@ -32,16 +32,16 @@ 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 *); virtual void disconnect_from_context (); virtual void initialize (); virtual void finalize (); - virtual void announce_grob (Grob_info); + virtual void announce_grob (Grob_info, Direction dir, Context *reroute_context = 0); void stop_translation_timestep (); /*