From: fred Date: Sat, 21 Dec 1996 00:22:31 +0000 (+0000) Subject: lilypond-0.0.19 X-Git-Tag: release/1.5.59~6532 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1faf5ad920691e047679ddffd9ae94da99d9d6c5;p=lilypond.git lilypond-0.0.19 --- diff --git a/hdr/simplewalker.hh b/hdr/simplewalker.hh index 2631f8b983..6394bc79db 100644 --- a/hdr/simplewalker.hh +++ b/hdr/simplewalker.hh @@ -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 pending_slur_reqs; svec pending_slurs;