]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translator.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / translator.hh
index 6145cae05253a849438fc2e2c4a93e95505f7b5d..67b1e51bb1c23cf9744f9958c788ca1304cbabe6 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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);