lilypond-0.1.16
[lilypond.git] / lily / include / staff-elem-info.hh
blob7d5955a2a72771020d6786b7eeaa86e3d901d5ab
1 /*
2 staff-elem-info.hh -- declare Score_elem_info
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
10 #ifndef STAFFELEMINFO_HH
11 #define STAFFELEMINFO_HH
13 #include "scalar.hh"
14 #include "lily-proto.hh"
15 #include "varray.hh"
17 /// data container.
18 struct Score_elem_info {
19 Score_elem * elem_l_;
20 Request*req_l_;
21 Voice const * voice_l_;
22 Array<Request_register*> origin_reg_l_arr_;
24 /* *** */
25 Score_elem_info(Score_elem*, Request*);
26 Score_elem_info();
30 struct Feature {
31 Scalar type_;
32 Scalar value_;
34 #endif // STAFFELEMINFO_HH