lilypond-0.1.33
[lilypond.git] / hdr / rhythmstaff.hh
blob0508224a3a6f71f1ed6e0ec305d990de43345fbb
1 /*
2 rhythmstaf.hh -- part of LilyPond
4 (c) 1996,97 Han-Wen Nienhuys
5 */
7 #ifndef RHYTHMSTAF_HH
8 #define RHYTHMSTAF_HH
10 #include "simplestaff.hh"
12 /// all notes on one line
13 struct Rhythmic_staff : public Simple_staff
16 /****************/
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