2 abbrev.hh -- declare Abbreviation
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
14 class Abbreviation
: public Item
{
17 virtual void do_print () const;
18 virtual Molecule
*brew_molecule_p () const;
19 virtual void do_substitute_dependent (Score_element
*, Score_element
*);
23 void set_stem (Stem
*);
26 #endif /* ABBREV_HH */