summaryrefslogtreecommitdiff
path: root/simplestaff.hh
diff options
context:
space:
mode:
Diffstat (limited to 'simplestaff.hh')
-rw-r--r--simplestaff.hh8
1 files 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( );