]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.45
authorfred <fred>
Sun, 24 Mar 2002 19:36:30 +0000 (19:36 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:36:30 +0000 (19:36 +0000)
lily/include/staff-elem-info.hh
lily/include/walk-regs.hh

index 2dcbc845a94ebf1e5e254c704c6196e8ae306a74..2d58add6fb4de6f580eb66667c7e7ae479c85b42 100644 (file)
@@ -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_;
index 643ce57605430b60935559236e07ec52054b0361..daa4690932c437f3099df2bf2f823dc33777c589 100644 (file)
@@ -11,7 +11,7 @@
 #define WALKREGS_HH
 
 
-#include "registergroup.hh"
+#include "register-group.hh"
 
 /**
   Top level registers: the interface to Complex_walker.