From 20321456618a31b326406bf0fa94ff18a28e6688 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:36:30 +0000 Subject: [PATCH] lilypond-0.0.45 --- lily/include/staff-elem-info.hh | 3 +++ lily/include/walk-regs.hh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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. -- 2.39.5