]> git.donarmstrong.com Git - lilypond.git/blob - lily/p-staff.cc
f8ba2bb1468d399650adc93383dce0f5d117c40f
[lilypond.git] / lily / p-staff.cc
1 #include "p-staff.hh"
2 #include "molecule.hh"
3
4 PStaff::PStaff(PScore*ps)
5 {
6     pscore_l_=ps;
7 }
8
9 void
10 PStaff::add(Item *i)
11 {
12     its.bottom().add(i);
13     i->pstaff_l_ = this;
14 }