]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/staff-info.hh
release: 1.3.14
[lilypond.git] / lily / include / staff-info.hh
1 /*
2   staff-info.hh -- declare Staff_info
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef STAFF_INFO_HH
11 #define STAFF_INFO_HH
12
13 #include "lily-proto.hh"
14
15 /** struct to pass staff info along a Engraver hierarchy.
16
17     JUNKME.
18  */
19 struct Staff_info {
20   Paper_column *musical_l_;
21   Paper_column *command_l_;
22
23   Paper_column * command_pcol_l();
24   Paper_column * musical_pcol_l();
25   Staff_info();
26 };
27
28 #endif // STAFF_INFO_HH