]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/unfolded-repeat-iterator.hh
release: 1.1.50
[lilypond.git] / lily / include / unfolded-repeat-iterator.hh
index 1e3e19eb925c095f8f2c83747f95ab07936bd3b1..42e78e04871247c2d11ed5b584b9b6e7c7359cd4 100644 (file)
@@ -24,6 +24,7 @@ public:
    */
   int done_count_;
 
+  
   /// are we busy doing the body?
   bool do_main_b_;
 
@@ -31,8 +32,10 @@ public:
       This excludes the elt currently being iterated.
   */
   Moment done_mom_;
-  
+  int alternative_count_i_;
   Music_iterator * current_iter_p_;
+  
+  /// pointer to the alternative that will be processed next.
   Cons<Music> *alternative_cons_l_;
   ~Unfolded_repeat_iterator();
   Unfolded_repeat_iterator ();