From d2e95ab16d23eabeb44b7c57ef4fb997bf0dbbcf Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:28:46 +0000 Subject: [PATCH] lilypond-0.0.26 --- src/lyricwalker.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lyricwalker.cc b/src/lyricwalker.cc index bd8ac0e40d..d28c488b72 100644 --- a/src/lyricwalker.cc +++ b/src/lyricwalker.cc @@ -6,8 +6,6 @@ // or should we first devide lily/src up ? // HWN: huh? -#include "textspanner.hh" -#include "script.hh" #include "request.hh" #include "voice.hh" #include "pscore.hh" @@ -56,7 +54,7 @@ Lyric_walker::Lyric_walker(Lyric_staff* lstaff_l) Lyric_staff* Lyric_walker::lstaff_l() { - return (Lyric_staff*)staff_; + return (Lyric_staff*)staff_l_; } Lyric_column* -- 2.39.5