lilypond-1.5.33
[lilypond.git] / hdr / complexstaff.hh
blob74ecef473221fd36381f45ef42188c3c4a75d528
1 /*
2 complexstaff.hh -- declare Complex_staff
4 (c) 1996,1997 Han-Wen Nienhuys <hanwen@stack.nl>
5 */
7 #ifndef COMPLEXSTAF_HH
8 #define COMPLEXSTAF_HH
11 #include "key.hh"
12 #include "staff.hh"
13 #include "staffwalker.hh"
15 ///
16 struct Complex_staff : Staff {
18 /* *************** */
20 virtual void set_output(PScore *);
21 virtual Staff_walker *get_walker_p();
24 #endif // COMPLEXSTAF_HH