X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscore-performer.cc;h=99d2f84967ee74f366ab5e0db653b199415bc99d;hb=49ec27a164a91714ebf51989652520ec3f62b973;hp=635f82bc56d9e090e8d5f13d80bbdf2cab5ec69f;hpb=c18136b37579d2c29c42159cdb50be3d2481d0b2;p=lilypond.git diff --git a/lily/score-performer.cc b/lily/score-performer.cc index 635f82bc56..99d2f84967 100644 --- a/lily/score-performer.cc +++ b/lily/score-performer.cc @@ -92,6 +92,7 @@ Score_performer::prepare (SCM sev) SCM sm = ev->get_property ("moment"); Moment *m = unsmob_moment (sm); audio_column_ = new Audio_column (*m); + announce_element (Audio_element_info (audio_column_, 0)); precomputed_recurse_over_translators (context (), START_TRANSLATION_TIMESTEP, UP); }