From d8120023629d0de27c5db779d9515191f9cd3352 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 24 Dec 1996 00:32:05 +0000 Subject: [PATCH] lilypond-0.0.21 --- hdr/simplestaff.hh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 *); -- 2.39.5