]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature-performer.cc
only call profile-measurements when appropriate.
[lilypond.git] / lily / time-signature-performer.cc
index b6c6b8af11ff61034d6dadf60e681fc43ba1bb89..65c0d135c7792f813de874d364d5cfff83e74ff3 100644 (file)
@@ -64,11 +64,10 @@ Time_signature_performer::stop_translation_timestep ()
 {
   if (audio_)
     {
-      play_element (audio_);
       audio_ = 0;
     }
 }
 
 #include "translator.icc"
 
-ADD_TRANSLATOR (Time_signature_performer, "", "", "", "", "");
+ADD_TRANSLATOR (Time_signature_performer, "", "", "", "");