]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/drum-note-performer.cc
Issue 4938 (3/3) Rename Midi_control_function_performer to Midi_control_change_performer
[lilypond.git] / lily / drum-note-performer.cc
index 88c1a61d05f5562ce4212e147bb02f37164f9546..93f648f3d765b4047afc23803e1e6eb8eda3a840 100644 (file)
@@ -33,7 +33,7 @@ public:
 protected:
   void stop_translation_timestep ();
   void process_music ();
-  DECLARE_TRANSLATOR_LISTENER (note);
+  void listen_note (Stream_event *);
 private:
   vector<Stream_event *> note_evs_;
 };