]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.26
authorfred <fred>
Sun, 24 Mar 2002 19:28:46 +0000 (19:28 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:28:46 +0000 (19:28 +0000)
src/lyricwalker.cc

index bd8ac0e40da56f1d39ab3c91e7615d830ae13e95..d28c488b7273081afc32e945b665672d7b6195af 100644 (file)
@@ -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*