From: fred Date: Mon, 4 Nov 1996 14:20:20 +0000 (+0000) Subject: lilypond-0.0.7 X-Git-Tag: release/1.5.59~6931 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0ecfc1327104f6faa3a8fdcc5d461f011a812c65;p=lilypond.git lilypond-0.0.7 --- diff --git a/simplestaff.hh b/simplestaff.hh index e2efafe398..c965765adb 100644 --- a/simplestaff.hh +++ b/simplestaff.hh @@ -19,16 +19,18 @@ struct Simple_staff; struct Simple_column : Staff_column { Request *the_note; + Stem_req *stem_; + Simple_staff* staff_; /****************/ - + virtual void typeset_stem(Stem_req *rq)=0; virtual void typeset_req(Request *rq)=0; virtual void typeset_command(Command *, int brs)=0; virtual void typeset_item(Item *, int=1); - Item *create_command_item(Command *com); - Item *create_req_item(Request *rq); + Molecule *create_command_mol(Command *com); + Molecule *create_req_mol(Request *rq); void take_request(Request *rq); virtual void process_commands( );