lilypond-1.5.10
[lilypond.git] / lily / include / score-elem-info.hh
blobedd695c4b977a7bd285fadfea55073d60cadc79f
1 /*
2 score-elem-info.hh -- declare Score_elem_info
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1998 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 /**
18 Data container for broadcasts
20 struct Score_elem_info {
21 Score_elem * elem_l_;
22 Request*req_l_;
23 Array<Engraver*> origin_grav_l_arr_;
25 /* *** */
26 Score_elem_info (Score_elem*, Request*);
27 Score_elem_info();
31 #endif // STAFFELEMINFO_HH