2 staff-info.hh -- declare Staff_info
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
13 #include "lily-proto.hh"
15 /** struct to pass staff info along a Engraver hierarchy.
20 Paper_column *musical_l_;
21 Paper_column *command_l_;
23 Paper_column * command_pcol_l();
24 Paper_column * musical_pcol_l();
28 #endif // STAFF_INFO_HH