From beb2d950988a6d2e874a40b9e5b72ca5ec9c2449 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 28 Nov 1996 22:09:07 +0000 Subject: [PATCH] lilypond-0.0.13 --- hdr/notehead.hh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hdr/notehead.hh b/hdr/notehead.hh index b694e95af8..3137a1e558 100644 --- a/hdr/notehead.hh +++ b/hdr/notehead.hh @@ -12,18 +12,23 @@ struct Notehead : public Item { int position; + + /// needed for the help-lines int staff_size; int dots; int balltype; /****************/ + void preprocess(); Notehead(int staff_size); /** position of top line (5 linestaff: 8) */ + void print()const; + private: void brew_molecole(); }; -- 2.39.5