]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/hyphen-engraver.cc
Issue 4997/4: Use Preinit in Spanner
[lilypond.git] / lily / hyphen-engraver.cc
index ef1013b979fceff07726659f8c1587aa543b6718..19ff388963d2273934eb9a5356b1da005557aefe 100644 (file)
@@ -42,8 +42,8 @@ public:
 
 protected:
 
-  DECLARE_ACKNOWLEDGER (lyric_syllable);
-  DECLARE_TRANSLATOR_LISTENER (hyphen);
+  void acknowledge_lyric_syllable (Grob_info);
+  void listen_hyphen (Stream_event *);
 
   virtual void finalize ();