]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-engraver.cc
Restrict spread of symbols in church rests
[lilypond.git] / lily / tie-engraver.cc
index 1e48db7e9a39a4122e10e3a3b2bf26cdce2da357..2a016b31be8a08317422b17faa22b39cd5d84684 100644 (file)
@@ -84,8 +84,8 @@ protected:
   void process_acknowledged ();
   void stop_translation_timestep ();
   void start_translation_timestep ();
-  DECLARE_ACKNOWLEDGER (note_head);
-  DECLARE_TRANSLATOR_LISTENER (tie);
+  void acknowledge_note_head (Grob_info);
+  void listen_tie (Stream_event *);
   void process_music ();
   void typeset_tie (Spanner *);
   void report_unterminated_tie (Head_event_tuple const &);