X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstaff-info.hh;h=bc544d0d03dd9209df7bf6bfdafa01d6a37f0d7d;hb=19fbc4154436823f3365e0bc42c4420f2233a860;hp=2229c99ab0e81f1b88774094bf76b60ee67dc1d2;hpb=79511c44a27908a1beaed25bbcac8d95a8a6b7c8;p=lilypond.git diff --git a/lily/include/staff-info.hh b/lily/include/staff-info.hh index 2229c99ab0..bc544d0d03 100644 --- a/lily/include/staff-info.hh +++ b/lily/include/staff-info.hh @@ -1,37 +1,28 @@ /* staff-info.hh -- declare Staff_info - source file of the LilyPond music typesetter + source file of the GNU LilyPond music typesetter - (c) 1997 Han-Wen Nienhuys + (c) 1997--1999 Han-Wen Nienhuys */ #ifndef STAFF_INFO_HH #define STAFF_INFO_HH -/// struct to pass staff info along a Request_register hierarchy. +#include "lily-proto.hh" + +/** struct to pass staff info along a Engraver hierarchy. + + JUNKME. + */ struct Staff_info { - int *c0_position_i_l_; - Staff_walker *walk_l_; - - - /// when is now? - Time_description const *time_C_; - Rhythmic_grouping const *rhythmic_C_; - - /// - bool break_allowed_b_; - - Moment when(); - Staff * staff_l(); - Score *score_l(); - PCol * command_pcol_l(); - PCol * musical_pcol_l(); - Staff_column *column_l(); - Score_column *musical_l(); - Score_column *command_l(); - Staff_info(); + Paper_column *musical_l_; + Paper_column *command_l_; + + Paper_column * command_pcol_l(); + Paper_column * musical_pcol_l(); + Staff_info(); }; #endif // STAFF_INFO_HH