]> 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 6a25d62a3f99e44fd8fbff912e20b0e2e70e61d0..9ba25c5bf1f1e6c839c4a7d05b319ba8a40251be 100644 (file)
@@ -36,7 +36,8 @@ private:
   Audio_text *audio_;
 };
 
-Lyric_performer::Lyric_performer ()
+Lyric_performer::Lyric_performer (Context *c)
+  : Performer (c)
 {
   audio_ = 0;
 }