X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftranslator.hh;h=67b1e51bb1c23cf9744f9958c788ca1304cbabe6;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=cf1439e673f0325bbf9e43a246f39268ef65bb94;hpb=fa60b01a20f21d6aff9c0923a0b76de9fe106c30;p=lilypond.git diff --git a/lily/include/translator.hh b/lily/include/translator.hh index cf1439e673..67b1e51bb1 100644 --- a/lily/include/translator.hh +++ b/lily/include/translator.hh @@ -3,17 +3,16 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #ifndef TRANSLATOR_HH #define TRANSLATOR_HH #include "global-ctor.hh" -#include "std-string.hh" #include "lily-proto.hh" #include "virtual-methods.hh" -#include "input.hh" +#include "input.hh" // for error reporting #include "smobs.hh" #include "std-vector.hh" #include "protected-scm.hh" @@ -142,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);