2 notehead.hh -- part of LilyPond
4 (c) 1996,97 Han-Wen Nienhuys
12 ball at the end of the stem
16 * proper placing of dots
20 struct Notehead
: Item
{
21 NAME_MEMBERS(Notehead
);
24 /// -1 = lowest, 0 = inside, 1 = top
26 /// needed for the help-lines
34 void set_rhythmic(Rhythmic_req
*);
37 position of top line (5 linestaff: 8)
39 Notehead(int staff_size
);
41 static int compare(Notehead
* const &a
, Notehead
*const &b
) ;
42 Molecule
* brew_molecule_p()const;