2 // lyricwalker.hh -- declare Lyric_walker
4 // (c) 1996,97 Han-Wen Nienhuys, Jan Nieuwenhuizen <jan@digicash.com>
11 #include "grouping.hh"
12 #include "staff-walker.hh"
14 /// a simple walker which collects words, and then print them, first on top
15 struct Lyric_walker
: Staff_walker
{
16 Array
<Lyric_item
*> litem_l_array_
;
19 virtual void process_requests();
21 Lyric_walker(Lyric_staff
* lstaff_l
);
22 Lyric_staff
* lstaff_l();
26 #endif // LYRICWALKER_HH