]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/complex-staff.hh
release: 0.0.39-1
[lilypond.git] / lily / include / complex-staff.hh
1 /*
2   complex-staff.hh -- declare Complex_staff
3
4   (c) 1996,1997 Han-Wen Nienhuys <hanwen@stack.nl>
5 */
6
7 #ifndef COMPLEXSTAF_HH
8 #define COMPLEXSTAF_HH
9
10
11 #include "key.hh"
12 #include "staff.hh"
13 #include "staff-walker.hh"
14
15 /// 
16 struct Complex_staff : Staff {
17
18     /* *************** */
19
20     virtual void set_output(PScore *);
21     virtual Staff_walker *get_walker_p();
22 };
23
24 #endif // COMPLEXSTAF_HH
25