]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/drum-note-performer.cc
Release: bump Welcome versions.
[lilypond.git] / lily / drum-note-performer.cc
index 88c1a61d05f5562ce4212e147bb02f37164f9546..9fce62808fe910892b122b99831e53bb7370894d 100644 (file)
@@ -33,12 +33,13 @@ public:
 protected:
   void stop_translation_timestep ();
   void process_music ();
-  DECLARE_TRANSLATOR_LISTENER (note);
+  void listen_note (Stream_event *);
 private:
   vector<Stream_event *> note_evs_;
 };
 
-Drum_note_performer::Drum_note_performer ()
+Drum_note_performer::Drum_note_performer (Context *c)
+  : Performer (c)
 {
 }