]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/span-dynamic-performer.cc
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / span-dynamic-performer.cc
index 755dd86925c4c37a298507fc441447ab791c80ef..28e2ea675dc02db45cd1eae079c9ed2cf4da53bd 100644 (file)
@@ -158,7 +158,6 @@ Span_dynamic_performer::stop_translation_timestep ()
 
   if (audio_)
     {
-      play_element (audio_);
       audio_ = 0;
     }
 
@@ -184,5 +183,4 @@ Span_dynamic_performer::listen_crescendo (Stream_event *r)
 
 ADD_TRANSLATOR (Span_dynamic_performer,
                "", "",
-               "crescendo-event decrescendo-event",
                "", "");