]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-interface.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / text-interface.hh
index 09977cc6bd70405a926e20cc2d02762462babcc7..4aa598cd154c7d140e2822f0127b841fa69953c8 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1998--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
@@ -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 */