]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-tremolo-engraver.cc
Merge remote-tracking branch 'origin/release/unstable' into HEAD
[lilypond.git] / lily / chord-tremolo-engraver.cc
index 9e704a222a926f54a5dfcc26a11ded67b2a6b04c..7a17c1350e36567857acb983eeda04695df3827f 100644 (file)
@@ -62,8 +62,8 @@ protected:
 protected:
   virtual void finalize ();
   void process_music ();
-  DECLARE_TRANSLATOR_LISTENER (tremolo_span);
-  DECLARE_ACKNOWLEDGER (stem);
+  void listen_tremolo_span (Stream_event *);
+  void acknowledge_stem (Grob_info);
 };
 
 Chord_tremolo_engraver::Chord_tremolo_engraver ()