]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tempo-performer.cc
*** empty log message ***
[lilypond.git] / lily / tempo-performer.cc
index 2e5406bbed34d7ac2e956509692fb54fb30cf5c2..6fad4e0ce43d4ed35654738a82696f82801f24d0 100644 (file)
@@ -47,7 +47,7 @@ Tempo_performer::create_audio_elements ()
       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 (ly_scm2int (met))).main_part_;
+      Rational r =  (d->get_length () / Moment (Rational (1, 4)) * Moment (scm_to_int (met))).main_part_;
       
       audio_ = new Audio_tempo (int (r));