]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature-performer.cc
patch::: 1.3.108.jcn5
[lilypond.git] / lily / time-signature-performer.cc
index dcc2c5fe0d70d09c0529ee765f10a02944d69827..c544be81804c59489ce6f70987fcc7f7c72032c6 100644 (file)
@@ -21,8 +21,8 @@ public:
 
 protected:
 
-  void deprecated_process_music();
   virtual void do_pre_move_processing ();
+  virtual void process_acknowledged ();
 
   SCM prev_fraction_;
 private:
@@ -43,7 +43,7 @@ Time_signature_performer::~Time_signature_performer ()
 
 
 void
-Time_signature_performer::deprecated_process_music ()
+Time_signature_performer::process_acknowledged ()
 {
   SCM fr = get_property ("timeSignatureFraction");
   if (gh_pair_p (fr)