2 text.hh -- part of LilyPond
4 (c) 1996,97 Han-Wen Nienhuys
13 struct Text_item
: Item
{
20 const char * name() const;
21 virtual void set_default_pos();
22 Molecule
* brew_molecule_p() const;
23 void do_pre_processing();
25 Text_item(Text_req
*,int);