2 score-walker.hh -- declare Score_walker
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
10 #ifndef SCOREWALKER_HH
11 #define SCOREWALKER_HH
18 walk through the score_columns, and while doing so, walk all staffs in a score.
20 class Score_walker
: public PCursor
<Score_column
*>
23 /// walkers for the individual staves.
24 Array
<Staff_walker
*> walker_p_arr_
;
25 Array
<Staff_walker
*> disallow_break_walk_l_arr
;
26 int disallow_break_count_
;
29 void allow_break(Staff_walker
*w
);
34 /// process staff walkers.
37 #endif // SCOREWALKER_HH