]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.32
authorfred <fred>
Sun, 24 Mar 2002 19:32:04 +0000 (19:32 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:32:04 +0000 (19:32 +0000)
hdr/lyricwalker.hh

index fcf0c9186bd6481bc97b78dc27f7e241651ae9a9..5f413f2ab9569acff29dd7dc1c385168226dc651 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  simplewalker.hh -- part of LilyPond
+  lyricwalker.hh -- declare Lyric_walker
 
   (c) 1996,97 Han-Wen Nienhuys, Jan Nieuwenhuizen <jan@digicash.nl>
 */
 #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<Lyric_item*> 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();