]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/rhythmstaff.hh
release: 0.0.15
[lilypond.git] / hdr / rhythmstaff.hh
index 2c099afa0bc329803181506889c520b24efd20c6..8591e3c1a0a53c14e3eff190844516bbf2503e48 100644 (file)
@@ -16,7 +16,7 @@ struct Rhythmic_staff : public Simple_staff
     /****************/
     
     virtual Item *get_TYPESET_item(Command*);    
-    virtual Stem *get_stem(Stem_req *rq);
+    virtual Stem *get_stem(Stem_req *rq,Real);
     virtual Notehead * get_notehead(Note_req *rq, int b);   
     virtual void set_output(PScore *);
 };