]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature-performer.cc
release: 1.3.118
[lilypond.git] / lily / time-signature-performer.cc
index 66d2acc428cb4f782319f1412bb9844fcb528446..0f65b322b4b56f02d2375555a337e2d0d1b94975 100644 (file)
@@ -22,7 +22,7 @@ public:
 protected:
 
   virtual void stop_translation_timestep ();
-  virtual void create_grobs ();
+  virtual void create_audio_elements ();
 
   SCM prev_fraction_;
 private:
@@ -43,7 +43,7 @@ Time_signature_performer::~Time_signature_performer ()
 
 
 void
-Time_signature_performer::create_grobs ()
+Time_signature_performer::create_audio_elements ()
 {
   SCM fr = get_property ("timeSignatureFraction");
   if (gh_pair_p (fr)