]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.19
authorfred <fred>
Sat, 21 Dec 1996 00:22:31 +0000 (00:22 +0000)
committerfred <fred>
Sat, 21 Dec 1996 00:22:31 +0000 (00:22 +0000)
hdr/simplewalker.hh

index 2631f8b983753f31bb36857403f326907398f51f..6394bc79db2183ae02a0d5afe384f092649c17ab 100644 (file)
@@ -24,7 +24,8 @@ struct Simple_walker: Staff_walker {
     bool processed_clef;
     Clef clef_;
     Rhythmic_grouping default_grouping;
-    Rhythmic_grouping current_grouping;
+    Rhythmic_grouping *current_grouping;
+    Real inbar;
     
     svec<Slur_req*> pending_slur_reqs;
     svec<Slur*>  pending_slurs;