X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fstanza-number-engraver.cc;h=0a4539e8f1679059ee81676ca5e8d08797473152;hb=33c8070320474d307b450711aecf87f04ce84e7b;hp=d37268d08428050e4b493951e5eed52a7bb2be5d;hpb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;p=lilypond.git diff --git a/lily/stanza-number-engraver.cc b/lily/stanza-number-engraver.cc index d37268d084..0a4539e8f1 100644 --- a/lily/stanza-number-engraver.cc +++ b/lily/stanza-number-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2000--2011 Han-Wen Nienhuys , Glen Prideaux + Copyright (C) 2000--2015 Han-Wen Nienhuys , Glen Prideaux 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,7 +32,7 @@ public: void process_music (); virtual void derived_mark () const; void stop_translation_timestep (); - DECLARE_ACKNOWLEDGER (lyric_syllable); + void acknowledge_lyric_syllable (Grob_info); }; void @@ -83,7 +83,12 @@ Stanza_number_engraver::stop_translation_timestep () #include "translator.icc" -ADD_ACKNOWLEDGER (Stanza_number_engraver, lyric_syllable); +void +Stanza_number_engraver::boot () +{ + ADD_ACKNOWLEDGER (Stanza_number_engraver, lyric_syllable); +} + ADD_TRANSLATOR (Stanza_number_engraver, /* doc */ "Engrave stanza numbers.",