]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tempo-performer.cc
(LY_DEFINE): use Scheme style naming for
[lilypond.git] / lily / tempo-performer.cc
index 5a4a614d638020c4ece5f8cdefa97c09b6ffb4e2..77058f8ee44046ecbb71c46dc743dea2a976e2a0 100644 (file)
@@ -44,8 +44,8 @@ Tempo_performer::create_audio_elements ()
   if (tempo_req_)
     {
 
-      SCM met = tempo_req_->get_mus_property ("metronome-count");
-      Duration *d = unsmob_duration (tempo_req_->get_mus_property ("tempo-unit"));
+      SCM met = tempo_req_->get_property ("metronome-count");
+      Duration *d = unsmob_duration (tempo_req_->get_property ("tempo-unit"));
       
       Rational r =  (d->get_length () / Moment (Rational (1, 4)) * Moment (gh_scm2int (met))).main_part_;