]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-item.hh
patch::: 1.3.67.mb1: Re: Broken features
[lilypond.git] / lily / include / text-item.hh
index 5d9546409bc25cc508572bb0471c3c2b3e0086ab..8b137891791fe96927ad78e64b0aad7bded08bdc 100644 (file)
@@ -1,46 +1 @@
-/*
-  text-item.hh -- part of GNU LilyPond
-
-  (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.
- */
-class Text_item : public Item ,public Staff_side
-{
-public:
-
-    /// do I have width?
-    bool fat_b_;
-    
-    /* ***************/
-
-    Text_item (General_script_def* ,Direction dir=CENTER);
-    virtual ~Text_item ();
-    DECLARE_MY_RUNTIME_TYPEINFO;
-
-protected:
-    // ugh: so, are we a text-def, or can this vary?
-    General_script_def* tdef_p_;
-
-    virtual Interval symbol_height () const;
-
-    virtual Molecule* brew_molecule_p () const;
-    virtual void do_pre_processing ();
-    virtual Real get_position_f () const;
-
-private:
-//    void init (Text_def* tdef_l); 
-};
-
-
-#endif // TEXT_HH