]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/drum-note-performer.cc
* make/lilypond.fedora.spec.in (Group): add lilypond-internals to
[lilypond.git] / lily / drum-note-performer.cc
index 28bc190410485799b7a5cbd490b69f04536cc10b..33ea18e1eea53fa50d9dab593d169b5046af69bd 100644 (file)
@@ -22,7 +22,7 @@ public:
 protected:
   virtual bool try_music (Music *ev);
   void stop_translation_timestep ();
-  virtual void create_audio_elements ();
+  void process_music ();
 
 private:
   Link_array<Music> note_evs_;
@@ -34,10 +34,9 @@ Drum_note_performer::Drum_note_performer ()
 }
 
 void
-Drum_note_performer::create_audio_elements ()
+Drum_note_performer::process_music ()
 {
-  SCM tab = 0;
-  if (!tab) tab = get_property ("drumPitchTable");
+  SCM tab = get_property ("drumPitchTable");
 
   while (note_evs_.size ())
     {