X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fengraver.hh;h=1f7e31ce40eecc3eb9afd0d0dd9e1509f3b75fac;hb=d061586179ac3febbb53f33734bd53d47498f273;hp=2cb28292fc30290c029744893dfa89caaf7ff7d4;hpb=f4abbfff5f0d985a457e15586dbcc3ae473b0dee;p=lilypond.git diff --git a/lily/include/engraver.hh b/lily/include/engraver.hh index 2cb28292fc..1f7e31ce40 100644 --- a/lily/include/engraver.hh +++ b/lily/include/engraver.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1996--2014 Han-Wen Nienhuys + Copyright (C) 1996--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 @@ -41,8 +41,8 @@ protected: Default: ignore the info */ virtual void acknowledge_grob (Grob_info) {} - virtual void announce_grob (Grob_info); - virtual void announce_end_grob (Grob_info); + virtual void announce_grob (Grob_info, Context *reroute_context = 0); + virtual void announce_end_grob (Grob_info, Context *reroute_context = 0); Engraver_group *get_daddy_engraver () const; public: @@ -64,8 +64,8 @@ public: /** override other ctor */ - TRANSLATOR_DECLARATIONS (Engraver); - static Engraver *unsmob (SCM eng); + DECLARE_CLASSNAME (Engraver); + Engraver (); }; #define make_item(x, cause) internal_make_item (ly_symbol2scm (x), cause, x, __FILE__, __LINE__, __FUNCTION__)