2 score-element-info.hh -- declare Score_element_info
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #ifndef STAFFELEMINFO_HH
11 #define STAFFELEMINFO_HH
13 #include "lily-proto.hh"
17 Data container for broadcasts.
19 TODO: Store this in element info!
21 struct Score_element_info
{
22 Translator
* origin_trans_l_
;
25 Link_array
<Translator
> origin_trans_l_arr (Translator
*) const;
26 Score_element
* elem_l_
;
30 Score_element_info (Score_element
*, Music
*);
35 #endif // STAFFELEMINFO_HH