From 47933598f30775a618d86e1ba31f86577c61a06f Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:28:43 +0000 Subject: [PATCH] lilypond-0.0.26 --- hdr/notehead.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }; -- 2.39.5