From: fred Date: Tue, 24 Dec 1996 00:32:05 +0000 (+0000) Subject: lilypond-0.0.21 X-Git-Tag: release/1.5.59~6471 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d8120023629d0de27c5db779d9515191f9cd3352;p=lilypond.git lilypond-0.0.21 --- diff --git a/hdr/simplestaff.hh b/hdr/simplestaff.hh index d05179b1ba..34e48b0d23 100644 --- a/hdr/simplestaff.hh +++ b/hdr/simplestaff.hh @@ -17,17 +17,23 @@ */ struct Simple_staff; +struct Note_info { + Rhythmic_req *rq; + svec scripts; + Note_info(); + Note_info(Rhythmic_req*); +}; /// column of Simple_staff: store one request struct Simple_column : Staff_column { - svec notes; + svec notes; svec slurs; Stem_req *stem_; Moment stem_requester_len; Beam_req *beam_; Simple_staff* staff_; - + Text_req *text_; /****************/ Slur_req * find_slur(Voice *);