]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-number-engraver.cc
Issue 4938 (2/3) Refactor handling of MIDI control changes
[lilypond.git] / lily / bar-number-engraver.cc
index 75c192f28459ce6ea7500ba78f0ec5ff7b21e2aa..1af5f19da1777115acda72facd0dd63d630a1c68 100644 (file)
@@ -45,8 +45,8 @@ protected:
 
 protected:
   void stop_translation_timestep ();
-  DECLARE_TRANSLATOR_LISTENER (alternative);
-  DECLARE_ACKNOWLEDGER (break_alignment);
+  void listen_alternative (Stream_event *);
+  void acknowledge_break_alignment (Grob_info);
   void process_music ();
   void create_items ();
   TRANSLATOR_DECLARATIONS (Bar_number_engraver);