]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-item.hh
*** empty log message ***
[lilypond.git] / lily / include / text-item.hh
index 930af37e107a71aa0be9306b751025c1f9afaa0a..b66a63b7bba313cfe56eab1521cee1e48a7b9a06 100644 (file)
@@ -1,27 +1,26 @@
 /*   
-  text-item.hh -- declare Text_item
-  
+  text-item.hh -- declare markup functions
+
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
+  (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
-#ifndef Text_ITEM_HH
-#define Text_ITEM_HH
+#ifndef TEXT_ITEM
+#define TEXT_ITEM
 
-#include "item.hh"
 
-/**
-   Print a text in specified style.
- */
-class Text_item : public Item
+#include "stencil.hh"
+
+class Text_interface
 {
 public:
-  VIRTUAL_COPY_CONS (Score_element);
-protected:
-  virtual Molecule *do_brew_molecule_p () const;
+  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*);
+  static bool markup_p (SCM) ;
 };
 
-#endif /* Text_ITEM_HH */
-
+#endif /* TEXT_ITEM */