From 88d33cfd6379b3674cd64af6060579df839f0808 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:32:04 +0000 Subject: [PATCH] lilypond-0.0.32 --- hdr/lyricwalker.hh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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(); -- 2.39.5