]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-engraver.cc
Release: bump Welcome versions.
[lilypond.git] / lily / text-engraver.cc
index 7dd1e36e75c1c736e2be210017092ba349427bd9..6bbcdc379479006055ef417679bc7cac439c095c 100644 (file)
@@ -42,8 +42,8 @@ protected:
   void stop_translation_timestep ();
   void process_music ();
 
-  DECLARE_ACKNOWLEDGER (note_column);
-  DECLARE_TRANSLATOR_LISTENER (text_script);
+  void acknowledge_note_column (Grob_info);
+  void listen_text_script (Stream_event *);
 };
 
 void
@@ -105,7 +105,8 @@ Text_engraver::stop_translation_timestep ()
   scripts_.clear ();
 }
 
-Text_engraver::Text_engraver ()
+Text_engraver::Text_engraver (Context *c)
+  : Engraver (c)
 {
 }