]> 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 0019a5f8e0da5e42c7e395bc05c7726d491e2f53..1ef5255c5d301463222603949702b1280a8bae21 100644 (file)
@@ -1,42 +1,32 @@
-/*
-  text-item.hh -- part of GNU LilyPond
+/*   
+  text-item.hh -- declare markup functions
 
-  (c) 1996,97 Han-Wen Nienhuys
-*/
-
-#ifndef TEXT_ITEM_HH
-#define TEXT_ITEM_HH
-
-#include "text-def.hh"
-#include "item.hh"
-#include "staff-side.hh"
-
-/**
-  print a fixed width text above or below the staff.
+  source file of the GNU LilyPond music typesetter
+  
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  Jan Nieuwenhuizen <janneke@gnu.org>
  */
-class Text_item : public Item ,public Staff_side{
-    void init(Text_def* tdef_l); 
-public:
 
-    /// do I have width?
-    bool fat_b_;
-    
-    /* ***************/
+#ifndef TEXT_ITEM
+#define TEXT_ITEM
 
-    Text_item(General_script_def*,int dir=0);
-    virtual ~Text_item();
-    DECLARE_MY_RUNTIME_TYPEINFO;
 
-protected:
-    General_script_def * tdef_p_;
+#include "lily-proto.hh"
+#include "lily-guile.hh"
+#include "stencil.hh"
 
-    virtual Interval symbol_height()const;
+class Text_item
+{
+public:
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_SCHEME_CALLBACK (interpret_markup, (SCM, SCM, SCM));
+  static bool has_interface (Grob*);
+  static bool markup_p (SCM) ;
 
-    virtual Molecule* brew_molecule_p() const;
-    virtual void do_pre_processing();
 };
 
 
-#endif // TEXT_HH
+  
+
 
+#endif /* TEXT_ITEM */