X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscore-performer.cc;h=99d2f84967ee74f366ab5e0db653b199415bc99d;hb=cc28c86747ee1e32d6c42e7737e47efcec74f59a;hp=635f82bc56d9e090e8d5f13d80bbdf2cab5ec69f;hpb=a276a19dc6bd57832db3107f2f2cbb04cb4677b6;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); }