summaryrefslogtreecommitdiff
path: root/linestaff.hh
blob: 7ca34f5739aa59d7a3358d92f80d620b06f31e4a (about) (plain)
1
2
3
4
5
6
7
8
#include "pstaff.hh"

struct Linestaff : PStaff {
    int nolines;
    
    Linestaff(int);
    
};