]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature-performer.cc
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/lilypond
[lilypond.git] / lily / time-signature-performer.cc
index 321f744c514b4ee938d730ced2ccb66196031305..65c0d135c7792f813de874d364d5cfff83e74ff3 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "audio-item.hh"
@@ -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, "", "", "", "");