lilypond-0.0.2
[lilypond.git] / linestaff.cc
blobf2dd43b2b5a167e00e04dda434febf1b2143e3b4
1 #include "linestaff.hh"
2 #include "symbol.hh"
6 Linestaff::Linestaff(int l)
8 nolines = l;
9 stafsym = Stretchable_symbol::get_linestaff(l);