]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-engraver.cc
Issue 4048 (2/5) Dynamic_performer: represent dynamics as a piecewise
[lilypond.git] / lily / text-engraver.cc
index 7dd1e36e75c1c736e2be210017092ba349427bd9..982b61a287461559c024b87911696bdf69b1870c 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