]> git.donarmstrong.com Git - lilypond.git/blob - linestaff.hh
release: 0.0.3
[lilypond.git] / linestaff.hh
1 #include "pstaff.hh"
2
3 struct Linestaff : PStaff {
4     int nolines;
5     
6     Linestaff(int);
7     
8 };