]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/horizontal-bracket-engraver.cc
Release: bump VERSION.
[lilypond.git] / lily / horizontal-bracket-engraver.cc
index 2e7f2b629428cdba15aad0e34c075ddf4c3851ec..d50146a2d0ddaf0061104d33252b73166d36077b 100644 (file)
@@ -39,8 +39,8 @@ 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 ()