]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-staff.cc
release: 0.0.46.jcn1
[lilypond.git] / lily / lyric-staff.cc
diff --git a/lily/lyric-staff.cc b/lily/lyric-staff.cc
deleted file mode 100644 (file)
index 77d2761..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#include "musical-request.hh"
-#include "voice.hh"
-#include "staff-walker.hh"
-#include "debug.hh"
-#include "staff.hh"
-#include "lyric-staff.hh"
-#include "lyric-walker.hh"
-#include "p-score.hh"
-
-void
-Lyric_staff::set_output(PScore*pscore_l)
-{
-    pstaff_l_ = new PStaff(pscore_l);
-    pscore_l_ = pscore_l;
-    pscore_l_->add(pstaff_l_);
-}
-
-Staff_walker*
-Lyric_staff::get_walker_p()
-{
-    return new Lyric_walker(this);
-}