X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fdrum-note-performer.cc;h=9fce62808fe910892b122b99831e53bb7370894d;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=88c1a61d05f5562ce4212e147bb02f37164f9546;hpb=dbaf1e56e37be0e204231c5bf1adcb14bd8ac3b8;p=lilypond.git diff --git a/lily/drum-note-performer.cc b/lily/drum-note-performer.cc index 88c1a61d05..9fce62808f 100644 --- a/lily/drum-note-performer.cc +++ b/lily/drum-note-performer.cc @@ -33,12 +33,13 @@ public: protected: void stop_translation_timestep (); void process_music (); - DECLARE_TRANSLATOR_LISTENER (note); + void listen_note (Stream_event *); private: vector note_evs_; }; -Drum_note_performer::Drum_note_performer () +Drum_note_performer::Drum_note_performer (Context *c) + : Performer (c) { }