]> git.donarmstrong.com Git - lilypond.git/blobdiff - simplestaff.hh
release: 0.0.7
[lilypond.git] / simplestaff.hh
index e2efafe398e870b62362ba4fcfabe098e0f0b1d1..c965765adb8a0a4ffb3a3093be33d8e1010bdf86 100644 (file)
@@ -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( );