]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-walker.hh
release: 0.0.57
[lilypond.git] / lily / include / score-walker.hh
index 5c766150ac2383a4a5d8a4f065b3a2270cf5bb7f..fc4a554f4524b50a6a487acc6a7a4dc9731847df 100644 (file)
@@ -4,6 +4,8 @@
   source file of the LilyPond music typesetter
 
   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+
+    
 */
 
 
@@ -16,6 +18,9 @@
 
 /**
   walk through the score_columns, and while doing so, walk all staffs in a score.
+
+  TODO
+  support for vertical spanners.
   */
 class Score_walker : public PCursor<Score_column *>
 {
@@ -24,6 +29,7 @@ class Score_walker : public PCursor<Score_column *>
     Array<Staff_walker *> walker_p_arr_;
     Array<Staff_walker *> disallow_break_walk_l_arr;
     int disallow_break_count_;
+    int breaks_i_;
     void reinit();
 public:
     bool break_allowed_b();