lilypond-1.1.21
[lilypond.git] / lily / complex-staff.cc
blob57d2fc086122b9f536a4c11b1e8442d187c98270
1 #include "complex-staff.hh"
2 #include "complex-walker.hh"
3 #include "p-score.hh"
5 /** Aside from putting fields right
6 */
7 void
8 Complex_staff::set_output(PScore* pscore_l )
10 pstaff_l_ = new PStaff(pscore_l);
11 pscore_l_ = pscore_l;
12 pscore_l_->add(pstaff_l_);
16 Staff_walker *
17 Complex_staff::get_walker_p()
19 return new Complex_walker(this);