]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-engraver.cc
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / lily / tie-engraver.cc
index 1e48db7e9a39a4122e10e3a3b2bf26cdce2da357..98eac4b19b81355b595133986f4bbf47565f40a5 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 &);
@@ -94,7 +94,8 @@ public:
   TRANSLATOR_DECLARATIONS (Tie_engraver);
 };
 
-Tie_engraver::Tie_engraver ()
+Tie_engraver::Tie_engraver (Context *c)
+  : Engraver (c)
 {
   event_ = 0;
   tie_column_ = 0;