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