From: fred Date: Thu, 28 Nov 1996 22:09:07 +0000 (+0000) Subject: lilypond-0.0.13 X-Git-Tag: release/1.5.59~6740 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=beb2d950988a6d2e874a40b9e5b72ca5ec9c2449;p=lilypond.git lilypond-0.0.13 --- 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(); };