From: fred Date: Sun, 24 Mar 2002 19:36:30 +0000 (+0000) Subject: lilypond-0.0.45 X-Git-Tag: release/1.5.59~5120 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=20321456618a31b326406bf0fa94ff18a28e6688;p=lilypond.git lilypond-0.0.45 --- diff --git a/lily/include/staff-elem-info.hh b/lily/include/staff-elem-info.hh index 2dcbc845a9..2d58add6fb 100644 --- a/lily/include/staff-elem-info.hh +++ b/lily/include/staff-elem-info.hh @@ -25,9 +25,12 @@ struct Staff_elem_info { Staff_elem_info(); }; +/// struct to pass staff info along a Request_register hierarchy. struct Staff_info { int *c0_position_i_; Staff_walker *walk_l_; + + /// when is now? Time_description const *time_C_; Rhythmic_grouping const *rhythmic_C_; bool break_allowed_b_; diff --git a/lily/include/walk-regs.hh b/lily/include/walk-regs.hh index 643ce57605..daa4690932 100644 --- a/lily/include/walk-regs.hh +++ b/lily/include/walk-regs.hh @@ -11,7 +11,7 @@ #define WALKREGS_HH -#include "registergroup.hh" +#include "register-group.hh" /** Top level registers: the interface to Complex_walker.