From: fred Date: Thu, 19 Dec 1996 00:19:10 +0000 (+0000) Subject: lilypond-0.0.18 X-Git-Tag: release/1.5.59~6559 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=307b3484d21452a3772c56f3a85552a379637bc5;p=lilypond.git lilypond-0.0.18 --- diff --git a/hdr/simplewalker.hh b/hdr/simplewalker.hh index a8db0337aa..2631f8b983 100644 --- a/hdr/simplewalker.hh +++ b/hdr/simplewalker.hh @@ -8,6 +8,7 @@ #define SIMPLEWALKER_HH #include "proto.hh" +#include "grouping.hh" struct Simple_walker: Staff_walker { Stem *stem_; @@ -22,8 +23,14 @@ struct Simple_walker: Staff_walker { bool processed_key; bool processed_clef; Clef clef_; + Rhythmic_grouping default_grouping; + Rhythmic_grouping current_grouping; + svec pending_slur_reqs; svec pending_slurs; + + + /****************/ virtual void do_TYPESET_command(Command*);