summaryrefslogtreecommitdiff
path: root/linestaff.hh
blob: 33e9d39f4e0d2409205ebc592fc1a119d4015375 (about) (plain)
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);
    
};