]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/horizontal-bracket-engraver.cc
Issue 5062: Redo send_stream_event in type-clean manner
[lilypond.git] / lily / horizontal-bracket-engraver.cc
index 2e7f2b629428cdba15aad0e34c075ddf4c3851ec..6dd34c17855f564989dcf79ccedfa9da3a6f018a 100644 (file)
@@ -39,11 +39,12 @@ public:
 
   void stop_translation_timestep ();
   void process_music ();
-  DECLARE_ACKNOWLEDGER (note_column);
-  DECLARE_TRANSLATOR_LISTENER (note_grouping);
+  void acknowledge_note_column (Grob_info);
+  void listen_note_grouping (Stream_event *);
 };
 
-Horizontal_bracket_engraver::Horizontal_bracket_engraver ()
+Horizontal_bracket_engraver::Horizontal_bracket_engraver (Context *c)
+  : Engraver (c)
 {
   pop_count_ = 0;
   push_count_ = 0;