From: fred Date: Sun, 24 Mar 2002 19:28:43 +0000 (+0000) Subject: lilypond-0.0.26 X-Git-Tag: release/1.5.59~5563 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=47933598f30775a618d86e1ba31f86577c61a06f;p=lilypond.git lilypond-0.0.26 --- diff --git a/hdr/notehead.hh b/hdr/notehead.hh index a032ca1273..5f4c47d2d9 100644 --- a/hdr/notehead.hh +++ b/hdr/notehead.hh @@ -9,8 +9,8 @@ #include "item.hh" /// ball at the end of the stem -struct Notehead : public Item -{ +struct Notehead : Item { + const char * name() const; int position; /// -1 = lowest, 0 = inside, 1 = top int extremal; @@ -22,13 +22,13 @@ struct Notehead : public Item /****************/ - + void set_rhythmic(Rhythmic_req *); Notehead(int staff_size); /** position of top line (5 linestaff: 8) */ - void print()const; + void do_print()const; static int compare(Notehead*&a, Notehead*&b) ; Molecule* brew_molecule_p()const; };