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>
10 #ifndef STAFFELEMINFO_HH
11 #define STAFFELEMINFO_HH
14 #include "lily-proto.hh"
18 struct Score_elem_info
{
21 Voice
const * voice_l_
;
22 Array
<Request_register
*> origin_reg_l_arr_
;
25 Score_elem_info(Score_elem
*, Request
*);
34 #endif // STAFFELEMINFO_HH