X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstaff-info.hh;h=8e68983dbe4e256547bc0694c567858c2a4566de;hb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;hp=9f03ca73d5181096d4c6714d017118aea7efcb47;hpb=1e95a0be01466d1c98644f7705c8e07e41cc645c;p=lilypond.git diff --git a/lily/include/staff-info.hh b/lily/include/staff-info.hh index 9f03ca73d5..8e68983dbe 100644 --- a/lily/include/staff-info.hh +++ b/lily/include/staff-info.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1998 Han-Wen Nienhuys + (c) 1997--1998 Han-Wen Nienhuys */ @@ -14,7 +14,6 @@ /// struct to pass staff info along a Engraver hierarchy. struct Staff_info { - int *c0_position_i_l_; Staff_symbol*staff_sym_l_; Time_description const *time_C_; @@ -22,8 +21,6 @@ struct Staff_info { Score_column *musical_l_; Score_column *command_l_; - /// - bool break_allowed_b_; Score * score_l_; Score *score_l(); Paper_column * command_pcol_l();