From: fred Date: Sun, 24 Mar 2002 19:32:04 +0000 (+0000) Subject: lilypond-0.0.32 X-Git-Tag: release/1.5.59~5372 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=88d33cfd6379b3674cd64af6060579df839f0808;p=lilypond.git lilypond-0.0.32 --- diff --git a/hdr/lyricwalker.hh b/hdr/lyricwalker.hh index fcf0c9186b..5f413f2ab9 100644 --- a/hdr/lyricwalker.hh +++ b/hdr/lyricwalker.hh @@ -1,5 +1,5 @@ /* - simplewalker.hh -- part of LilyPond + lyricwalker.hh -- declare Lyric_walker (c) 1996,97 Han-Wen Nienhuys, Jan Nieuwenhuizen */ @@ -12,18 +12,13 @@ #include "staffwalker.hh" #include "lyriccolumn.hh" -struct Lyric_item; // put into proto +/// a simple walker which collects words, and then print them, first on top struct Lyric_walker: Staff_walker { Array litem_l_array_; /* *************** */ - - virtual void do_TYPESET_command(Command*); - virtual void do_INTERPRET_command(Command*); virtual void process_requests(); - virtual void reset(); - void do_word(Word_info); Lyric_walker(Lyric_staff* lstaff_l); Lyric_column* lcol_l(); Lyric_staff* lstaff_l();