]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/simplewalker.hh
release: 0.0.18
[lilypond.git] / hdr / simplewalker.hh
index a8db0337aa627497d3a43fd1e240159a2421035b..2631f8b983753f31bb36857403f326907398f51f 100644 (file)
@@ -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<Slur_req*> pending_slur_reqs;
     svec<Slur*>  pending_slurs;
+
+
+
     /****************/
 
     virtual void do_TYPESET_command(Command*);