]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/score-elem-info.hh
release: 0.0.77.jcn1
[lilypond.git] / lily / include / score-elem-info.hh
1 /*
2   score-elem-info.hh -- declare Score_elem_info
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef STAFFELEMINFO_HH
11 #define STAFFELEMINFO_HH
12
13 #include "scalar.hh"
14 #include "lily-proto.hh"
15 #include "varray.hh"
16
17 /// data container.
18 struct Score_elem_info {
19     Score_elem * elem_l_;
20     Request*req_l_;
21     Array<Engraver*> origin_grav_l_arr_;
22
23     /* *** */
24     Score_elem_info(Score_elem*, Request*);
25     Score_elem_info();
26 };
27
28
29 struct Feature {
30     Scalar type_; 
31     Scalar value_;
32 };
33 #endif // STAFFELEMINFO_HH