]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature-performer.cc
* lily/drum-note-performer.cc (class Drum_note_performer): use
[lilypond.git] / lily / time-signature-performer.cc
index 57275f72994e464d0e4cdee5f268a233f0a39618..321f744c514b4ee938d730ced2ccb66196031305 100644 (file)
@@ -19,7 +19,7 @@ public:
 protected:
 
   void stop_translation_timestep ();
-  virtual void create_audio_elements ();
+  void process_music ();
   virtual void derived_mark () const;
   SCM prev_fraction_;
 private:
@@ -44,7 +44,7 @@ Time_signature_performer::~Time_signature_performer ()
 }
 
 void
-Time_signature_performer::create_audio_elements ()
+Time_signature_performer::process_music ()
 {
   SCM fr = get_property ("timeSignatureFraction");
   if (scm_is_pair (fr) && !ly_is_equal (fr, prev_fraction_))