]> 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 6f5425de47923b646bfd5420bf8027c158d34494..48207f9e656e271da6a9840408d086be4b117bd6 100644 (file)
@@ -11,8 +11,6 @@
 #define TEXT_ITEM
 
 
-#include "lily-proto.hh"
-#include "lily-guile.hh"
 #include "stencil.hh"
 
 class Text_interface
@@ -20,7 +18,7 @@ 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, SCM));
+  DECLARE_SCHEME_CALLBACK (interpret_string, (SCM, SCM, SCM));
   static bool has_interface (Grob*);
   static bool markup_p (SCM) ;
 };