]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tempo-performer.cc
use skyline for spacing rods, store smobs directly, avoiding
[lilypond.git] / lily / tempo-performer.cc
index 52796a8947c46c4b57e786934abd9e5a204fa974..34864274c48c044df84e2667939e0ece00270ec1 100644 (file)
@@ -70,12 +70,10 @@ Tempo_performer::stop_translation_timestep ()
 {
   if (audio_)
     {
-      play_element (audio_);
       audio_ = 0;
     }
 }
 
 ADD_TRANSLATOR (Tempo_performer, "", "",
-               "",
                "tempoWholesPerMinute ",
                "");