]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/score-element-info.hh
4d9ede8691f52f13322dc017ca00e337c03cec12
[lilypond.git] / lily / include / score-element-info.hh
1 /*
2   score-element-info.hh -- declare Score_element_info
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef STAFFELEMINFO_HH
11 #define STAFFELEMINFO_HH
12
13 #include "lily-proto.hh"
14 #include "parray.hh"
15
16 /**
17   Data container for broadcasts 
18   */
19 struct Score_element_info {
20     Score_element * elem_l_;
21     Music *req_l_;
22     Link_array<Translator> origin_trans_l_arr_;
23
24     Score_element_info (Score_element*, Music*);
25     Score_element_info();
26 };
27
28
29 #endif // STAFFELEMINFO_HH