From 0ecfc1327104f6faa3a8fdcc5d461f011a812c65 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 4 Nov 1996 14:20:20 +0000 Subject: [PATCH] lilypond-0.0.7 --- simplestaff.hh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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( ); -- 2.39.5