1 2 3 4 5 6 7 8 9 10
#include "pstaff.hh" struct Linestaff : PStaff { int nolines; Symbol get_stafsym(Real width)const; Linestaff(int); };