From f49b61c1d54c1ebb1ae2e67ef1affd7b6f099f04 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:29:36 +0000 Subject: [PATCH] lilypond-0.0.30 --- src/lyricwalker.cc | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/lyricwalker.cc b/src/lyricwalker.cc index d28c488b72..160b83ae9e 100644 --- a/src/lyricwalker.cc +++ b/src/lyricwalker.cc @@ -1,17 +1,9 @@ -// -// what about -// #include "flower.hh" -// #include "lily.hh" -// -// or should we first devide lily/src up ? -// HWN: huh? - #include "request.hh" #include "voice.hh" #include "pscore.hh" #include "lyricstaff.hh" #include "lyricwalker.hh" -#include "sccol.hh" +//#include "sccol.hh" #include "debug.hh" #include "lyricitem.hh" @@ -23,13 +15,11 @@ Lyric_walker::do_word(Word_info) void Lyric_walker::do_INTERPRET_command(Command* ) { -// WARN << "command for Lyrics found\n"; } void Lyric_walker::do_TYPESET_command(Command* ) { -// WARN << "command for Lyrics found\n"; } void @@ -44,7 +34,7 @@ Lyric_walker::process_requests() } Lyric_walker::Lyric_walker(Lyric_staff* lstaff_l) - : Staff_walker(lstaff_l, lstaff_l->line_pstaff_p_->pscore_l_) + : Staff_walker(lstaff_l, lstaff_l->pstaff_l_->pscore_l_) { reset(); } -- 2.39.5