2 staffsym.hh -- declare Staff_symbol
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
15 This spanner draws the lines of a pstaff.
16 The bottom line is position 0.
18 class Staff_symbol
: public Spanner
27 Real
inter_note_f() const;
30 VIRTUAL_COPY_CONS(Score_element
);
31 virtual Interval
do_height () const;
32 virtual Molecule
* do_brew_molecule_p() const;
33 virtual void do_print() const;