]> git.donarmstrong.com Git - lilypond.git/blob - hdr/linestaff.hh
release: 0.0.13
[lilypond.git] / hdr / linestaff.hh
1 #include "pstaff.hh"
2
3 struct Linestaff : PStaff {
4     
5     int nolines;
6
7 /****************/
8     
9     void brew_molecule(Real width);
10     Linestaff(int, PScore*);   
11 };