lilypond-1.3.136
[lilypond.git] / hdr / linepstaff.hh
blob3e88f8c91530e6afb0b0dc5e6d819227463879c0
1 #include "pstaff.hh"
3 struct Linestaff : PStaff {
5 int nolines;
7 /****************/
9 void brew_molecule_p(Real width);
10 Linestaff(int, PScore*);