2 notehead.hh -- part of LilyPond
4 (c) 1996,97 Han-Wen Nienhuys
11 /// ball at the end of the stem
12 struct Notehead : Item {
13 const char * name() const;
14 const char* defined_ch_c_l_m; //sorry, trying to find error in martien.ly
16 /// -1 = lowest, 0 = inside, 1 = top
18 /// needed for the help-lines
26 void set_rhythmic(Rhythmic_req *);
27 Notehead(int staff_size);
29 position of top line (5 linestaff: 8)
33 static int compare(Notehead*&a, Notehead*&b) ;
34 Molecule* brew_molecule_p()const;
40 * proper placing of dots