]> git.donarmstrong.com Git - lilypond.git/blob - src/pstaff.cc
partial: 0.0.39-1.jcn
[lilypond.git] / src / pstaff.cc
1 #include "pstaff.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 }