X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftranslator.hh;h=67b1e51bb1c23cf9744f9958c788ca1304cbabe6;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=eee42e5b7d87a0bef620663df1c1ddabf165207a;hpb=d8082113a0df616e7beabc0417c3590a3fac7320;p=lilypond.git diff --git a/lily/include/translator.hh b/lily/include/translator.hh index eee42e5b7d..67b1e51bb1 100644 --- a/lily/include/translator.hh +++ b/lily/include/translator.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #ifndef 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);