X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftime-signature-performer.cc;h=3e57a2c02c6b35114a5e3fad606da53e5dc89a3d;hb=5cefd6808c38618aee5f88c95b24b74c151edca4;hp=b6c6b8af11ff61034d6dadf60e681fc43ba1bb89;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/time-signature-performer.cc b/lily/time-signature-performer.cc index b6c6b8af11..3e57a2c02c 100644 --- a/lily/time-signature-performer.cc +++ b/lily/time-signature-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Jan Nieuwenhuizen + (c) 1997--2007 Jan Nieuwenhuizen */ #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, "", "", "", "");