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