1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include "pstaff.hh" PStaff::PStaff(PScore*ps) { pscore_=ps; stafsym = 0; } void PStaff::add(Item *i ) { its.bottom().add(i); i->pstaff_ = this; }