]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/rhythmstaff.hh
release: 0.0.20
[lilypond.git] / hdr / rhythmstaff.hh
index 8591e3c1a0a53c14e3eff190844516bbf2503e48..978594dcd38230f868a0b1146fc5e1890ac03d32 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,Real);
+    virtual Stem *get_stem(Stem_req *rq,Moment);
     virtual Notehead * get_notehead(Note_req *rq, int b);   
     virtual void set_output(PScore *);
 };