2 text.hh -- part of LilyPond
4 (c) 1996,97 Han-Wen Nienhuys
10 #include "text-def.hh"
13 struct Text_item
: Item
{
20 NAME_MEMBERS(Text_item
);
21 virtual void set_default_index();
22 Molecule
* brew_molecule_p() const;
23 void do_pre_processing();
25 Text_item(Text_req
*,int);