]> 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 d5ff7405e16d5a642ecf7ec52b98e5e0bdd32c7e..8b137891791fe96927ad78e64b0aad7bded08bdc 100644 (file)
@@ -1,37 +1 @@
-/*
-  text.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"
-
-/**
-  print a fixed width text above or below the staff.
- */
-class Text_item : public Item {
-    void init(Text_def* tdef_l,int staffsize_i); 
-    Text_def* tdef_p_;
-public:
-    Text_def * tdef_l();
-    int pos_i_;
-    int staffsize_i_;
-    int dir_i_;
-        
-    /* ***************/
-
-    NAME_MEMBERS(Text_item);
-    virtual void set_default_index();
-    Molecule* brew_molecule_p() const;
-    void do_pre_processing();
-    Text_item(Text_def*,int);
-    Text_item(Text_req*,int);
-};
-
-
-#endif // TEXT_HH