2 staffsym.hh -- declare Staff_symbol
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
14 This spanner draws the lines of a pstaff.
15 The bottom line is position 0.
17 class Staff_symbol
: public Spanner
23 NAME_MEMBERS(Staff_symbol
);
24 Staff_symbol(int lines
);
25 virtual Molecule
* brew_molecule_p() const;
26 void set_extent(PCol
* p1
, PCol
* p2
);
27 virtual void do_print()const;
28 virtual Spanner
*do_break_at( PCol
*c1
, PCol
*c2
) const;