]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/staffeleminfo.hh
b8af8aeb222d7e99586ff4e7cab91f4b0ff991dd
[lilypond.git] / lily / include / staffeleminfo.hh
1 /*
2   staffeleminfo.hh -- declare Staff_elem_info
3
4   source file of the 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 "proto.hh"
14
15 /// data container.
16 struct Staff_elem_info {
17     Staff_elem * elem_p_;
18     Request*req_l_;
19     const Voice * voice_l_;
20     Voice_group_registers * group_regs_l_; 
21     Request_register * origin_reg_l_;
22
23     /* *** */
24     Staff_elem_info(Staff_elem*, Request*, Request_register*);
25     Staff_elem_info();
26 };
27
28 #endif // STAFFELEMINFO_HH