X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspan-dynamic-performer.cc;h=e5938f0852e7ae3a48e9d14f4ba6f40b211cdb59;hb=e3fa24f095381f36fdc5fa17494ec16b5cd18fe8;hp=755dd86925c4c37a298507fc441447ab791c80ef;hpb=b6a8afbd0a9a0b36b07c114503d81a7c420e09e7;p=lilypond.git diff --git a/lily/span-dynamic-performer.cc b/lily/span-dynamic-performer.cc index 755dd86925..e5938f0852 100644 --- a/lily/span-dynamic-performer.cc +++ b/lily/span-dynamic-performer.cc @@ -84,7 +84,7 @@ Span_dynamic_performer::process_music () { if (!span_start_event_) { - span_events_[STOP]->origin ()->warning (_ ("can't find start of (de)crescendo")); + span_events_[STOP]->origin ()->warning (_ ("cannot find start of (de)crescendo")); span_events_[STOP] = 0; } else @@ -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", "", "");