]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/vertical-spanner.hh
be0aee63cc374bcb556d9bac4a73769065e33810
[lilypond.git] / lily / include / vertical-spanner.hh
1 /*
2   vertical-spanner.hh -- declare Vertical_spanner
3
4   source file of the LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef VERTICAL_SPANNER_HH
11 #define VERTICAL_SPANNER_HH
12
13 #include "staff-elem.hh"
14
15 class Vertical_spanner: virtual public Score_elem {
16 public:
17     PStaff *lower_pstaff_l_;
18     PStaff *upper_pstaff_l_;
19     NAME_MEMBERS(Vertical_spanner);
20     
21     Vertical_spanner();
22     
23 };
24 #endif // VERTICAL_SPANNER_HH