lilypond-1.5.9
[lilypond.git] / hdr / complex-staff.hh
blob0a37e3a5f7ef13c6c466b32b7edde55a81612755
1 /*
2 complex-staff.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 "staff-walker.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