]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-item.hh
* scm/lily.scm (completize-formats): new function
[lilypond.git] / lily / include / text-item.hh
index 1ef5255c5d301463222603949702b1280a8bae21..48207f9e656e271da6a9840408d086be4b117bd6 100644 (file)
 #define TEXT_ITEM
 
 
-#include "lily-proto.hh"
-#include "lily-guile.hh"
 #include "stencil.hh"
 
-class Text_item
+class Text_interface
 {
 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*);
   static bool markup_p (SCM) ;
-
 };
 
-
-  
-
-
 #endif /* TEXT_ITEM */