lilypond-0.0.1
[lilypond.git] / pstaff.cc
blobc922fe99969cdf396cb78fe9e65c57a4907497da
1 #include "pstaff.hh"
3 PStaff::PStaff()
5 stafsym = 0;
8 void
9 PStaff::add(Item *i )
11 its.bottom().add(i);
12 i->pstaff_ = this;