2 rhythmstaf.hh -- part of LilyPond
4 (c) 1996,97 Han-Wen Nienhuys
10 #include "simplestaff.hh"
12 /// all notes on one line
13 struct Rhythmic_staff
: public Simple_staff
18 virtual Item
*get_TYPESET_item(Command
*);
19 virtual Stem
*get_stem(Stem_req
*rq
);
20 virtual Notehead
* get_notehead(Note_req
*rq
, int b
);
21 virtual void set_output(PScore
*);
24 #endif // RHYTHMSTAF_HH