]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-performer.cc
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / lily / lyric-performer.cc
index 1215cc7d5500808a247af52c09739d9a9d68eb8d..9ba25c5bf1f1e6c839c4a7d05b319ba8a40251be 100644 (file)
@@ -30,13 +30,14 @@ protected:
 
   void stop_translation_timestep ();
   void process_music ();
-  DECLARE_TRANSLATOR_LISTENER (lyric);
+  void listen_lyric (Stream_event *);
 private:
   vector<Stream_event *> events_;
   Audio_text *audio_;
 };
 
-Lyric_performer::Lyric_performer ()
+Lyric_performer::Lyric_performer (Context *c)
+  : Performer (c)
 {
   audio_ = 0;
 }