From: Jan Nieuwenhuizen Date: Fri, 4 Mar 2011 13:08:04 +0000 (+0100) Subject: Deleto: actually set channel. Fixes #1548. X-Git-Tag: release/2.13.53-1~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8dc343b952e4bec38184225a821d2d36bfad723a;p=lilypond.git Deleto: actually set channel. Fixes #1548. --- diff --git a/lily/staff-performer.cc b/lily/staff-performer.cc index 8d56541894..17de3172df 100644 --- a/lily/staff-performer.cc +++ b/lily/staff-performer.cc @@ -170,6 +170,7 @@ Staff_performer::acknowledge_audio_element (Audio_element_info inf) else channel_map_[id] = channel; + ai->channel_ = channel; audio_staff_->add_audio_item (ai); } }