]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-item.hh
($(outdir)/%.pdf): add DVIPS_FLAGS. This will
[lilypond.git] / lily / include / text-item.hh
index 507627b5a2b0e3558b6d1fcc1be02e76fcd74daf..1ef5255c5d301463222603949702b1280a8bae21 100644 (file)
@@ -1,27 +1,32 @@
 /*   
-  text-item.hh -- declare Text_item
+  text-item.hh -- declare markup functions
 
   source file of the GNU LilyPond music typesetter
   
(c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
 #ifndef TEXT_ITEM
 #define TEXT_ITEM
 
+
+#include "lily-proto.hh"
 #include "lily-guile.hh"
-#include "molecule.hh"
+#include "stencil.hh"
 
 class Text_item
 {
 public:
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
-  static Molecule text2molecule (Score_element *me, SCM text, SCM properties);
-  static Molecule string2molecule (Score_element *me, SCM text, SCM properties);
-  static Molecule markup_sentence2molecule (Score_element *me, SCM markup_sentence, SCM properties);
-  static Molecule lookup_character (Score_element *me, SCM font_name, SCM text);
-  static Molecule lookup_text (Score_element *me, SCM font_name, SCM char_name);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_SCHEME_CALLBACK (interpret_markup, (SCM, SCM, SCM));
+  static bool has_interface (Grob*);
+  static bool markup_p (SCM) ;
+
 };
 
+
+  
+
+
 #endif /* TEXT_ITEM */