X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftext-interface.hh;h=4aa598cd154c7d140e2822f0127b841fa69953c8;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=6621a4dbb299d0252a1932df47634cf61d1fa004;hpb=3032301cc8609347d997cd4367aa7ab055196e80;p=lilypond.git diff --git a/lily/include/text-interface.hh b/lily/include/text-interface.hh index 6621a4dbb2..4aa598cd15 100644 --- a/lily/include/text-interface.hh +++ b/lily/include/text-interface.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2005 Han-Wen Nienhuys + (c) 1998--2008 Han-Wen Nienhuys Jan Nieuwenhuizen */ @@ -11,6 +11,8 @@ #define TEXT_ITEM #include "stencil.hh" +#include "grob-interface.hh" + class Text_interface { @@ -18,8 +20,9 @@ public: DECLARE_SCHEME_CALLBACK (print, (SCM)); DECLARE_SCHEME_CALLBACK (interpret_markup, (SCM, SCM, SCM)); DECLARE_SCHEME_CALLBACK (interpret_string, (SCM, SCM, SCM)); - static bool has_interface (Grob *); + DECLARE_GROB_INTERFACE(); static bool is_markup (SCM); + static bool is_markup_list (SCM); }; #endif /* TEXT_ITEM */