]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tempo-performer.cc
Merge with master
[lilypond.git] / lily / tempo-performer.cc
index 52796a8947c46c4b57e786934abd9e5a204fa974..ac537891ef2c1a8b6bfecf2b2d37a87e7f267922 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2007 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "performer.hh"
@@ -70,12 +70,10 @@ Tempo_performer::stop_translation_timestep ()
 {
   if (audio_)
     {
-      play_element (audio_);
       audio_ = 0;
     }
 }
 
 ADD_TRANSLATOR (Tempo_performer, "", "",
-               "",
                "tempoWholesPerMinute ",
                "");