summaryrefslogtreecommitdiff
path: root/hdr/linestaff.hh
blob: 891269dd9d496ba63873a7b88a932884f41df9a0 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "pstaff.hh"

struct Linestaff : PStaff {
    
    int nolines;

/****************/
    
    Symbol get_stafsym(Real width)const;
    Linestaff(int, PScore*);   
};