From 455046ec2e01f1be66a9396704039539f9d6df08 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys & Jan Nieuwenhuizen Date: Fri, 24 Jan 1997 11:35:22 +0100 Subject: [PATCH] partial: 0.0.24.hanjan --- hdr/lyricwalker.hh | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 hdr/lyricwalker.hh diff --git a/hdr/lyricwalker.hh b/hdr/lyricwalker.hh new file mode 100644 index 0000000000..846b9a578c --- /dev/null +++ b/hdr/lyricwalker.hh @@ -0,0 +1,35 @@ +/* + simplewalker.hh -- part of LilyPond + + (c) 1996,97 Han-Wen Nienhuys, Jan Nieuwenhuizen +*/ + +#ifndef LYRICWALKER_HH +#define LYRICWALKER_HH + +#include "proto.hh" +#include "grouping.hh" +#include "staffwalker.hh" +#include "lyriccolumn.hh" + +struct Lyric_item; // put into proto +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(); +}; + + +#endif // LYRICWALKER_HH + + -- 2.39.5