]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-engraver.cc
Issue 4965: Create and use Grob::parent_relative
[lilypond.git] / lily / lyric-engraver.cc
index f051cfcb0a1a479f62bd8b544e82e336a5208b6f..08c9306693a303f83ed31dc1c51c62c013d08422 100644 (file)
@@ -36,7 +36,7 @@ class Lyric_engraver : public Engraver
 protected:
   void stop_translation_timestep ();
   void process_music ();
-  DECLARE_TRANSLATOR_LISTENER (lyric);
+  void listen_lyric (Stream_event *);
 
 public:
   TRANSLATOR_DECLARATIONS (Lyric_engraver);