]> 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 32d16bf1522886e302dd2cbd2f0131e4b256b056..1ef5255c5d301463222603949702b1280a8bae21 100644 (file)
@@ -1,9 +1,9 @@
 /*   
-  text-item.hh -- declare Text_item
+  text-item.hh -- declare markup functions
 
   source file of the GNU LilyPond music typesetter
   
-  (c)  1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
 
 #include "lily-proto.hh"
 #include "lily-guile.hh"
-#include "molecule.hh"
+#include "stencil.hh"
 
 class Text_item
 {
 public:
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
-  DECLARE_SCHEME_CALLBACK (interpret_markup, (SCM,SCM, SCM));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_SCHEME_CALLBACK (interpret_markup, (SCM, SCM, SCM));
   static bool has_interface (Grob*);
   static bool markup_p (SCM) ;