]> git.donarmstrong.com Git - lilypond.git/blob - pstaff.cc
release: 0.0.6
[lilypond.git] / pstaff.cc
1 #include "pstaff.hh"
2
3 PStaff::PStaff(PScore*ps)
4 {
5     pscore_=ps;
6     stafsym = 0;
7 }
8
9 void
10 PStaff::add(Item *i )
11 {
12     its.bottom().add(i);
13     i->pstaff_ = this;
14 }