From e866d124cb530071f9f0e2459e038bfeb4364465 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 3 Jan 1997 15:19:11 +0000 Subject: [PATCH] lilypond-0.0.21 --- hdr/notehead.hh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hdr/notehead.hh b/hdr/notehead.hh index 317d74cc3e..be0a345283 100644 --- a/hdr/notehead.hh +++ b/hdr/notehead.hh @@ -21,17 +21,15 @@ struct Notehead : public Item /****************/ - void preprocess(); Notehead(int staff_size); /** position of top line (5 linestaff: 8) */ - + void print()const; static int compare(Notehead*&a, Notehead*&b) ; -private: - void brew_molecole(); + Molecule* brew_molecule()const; }; /** takes care of: -- 2.39.5