X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftranslator.hh;h=33fafaea0e11b3775e6511cc2dbec0f4285818e1;hb=834acb0fc9ecc4bf5e7726f5ed0229a52be0ae6a;hp=6145cae05253a849438fc2e2c4a93e95505f7b5d;hpb=a276a19dc6bd57832db3107f2f2cbb04cb4677b6;p=lilypond.git diff --git a/lily/include/translator.hh b/lily/include/translator.hh index 6145cae052..33fafaea0e 100644 --- a/lily/include/translator.hh +++ b/lily/include/translator.hh @@ -141,6 +141,7 @@ protected: // should be private. void add_translator (Translator *trans); Translator *get_translator (SCM s); +Moment get_event_length (Stream_event *s, Moment now); Moment get_event_length (Stream_event *s); DECLARE_UNSMOB (Translator, translator);