]> 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 13d47e45faf54c21e686e84839d6dee621369f41..8b137891791fe96927ad78e64b0aad7bded08bdc 100644 (file)
@@ -1,45 +1 @@
-/*
-  text-item.hh -- part of 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{
-    void init(Text_def* tdef_l); 
-public:
-    Text_def * tdef_l();
-    Text_def const* tdef_c_l();
-    int pos_i_;
-
-    /// do I have width?
-    bool fat_b_;
-    
-    /* ***************/
-
-    Text_item(Text_def*,int dir=0);
-    virtual ~Text_item();
-    NAME_MEMBERS(Text_item);
-
-protected:
-    Text_def* tdef_p_;
-
-    virtual void set_default_index();
-    virtual Molecule* brew_molecule_p() const;
-    virtual void do_post_processing();
-    virtual void do_pre_processing();
-};
-
-
-#endif // TEXT_HH