X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscore-engraver.hh;h=d0ec7821679d13da39e8e90dd9c3d6495ee4680d;hb=f947f7e126ccaaea212a7e65ed458a05555c771e;hp=4b042fe94b43c63f812002c025a6cb00190276c9;hpb=9e781b7dc83b60a543ce218aa1a5f139f74c760f;p=lilypond.git diff --git a/lily/include/score-engraver.hh b/lily/include/score-engraver.hh index 4b042fe94b..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--2014 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 (); /*