lilypond-0.0.5
[lilypond.git] / linestaff.cc
blobdd9227b155eeaebd9c0e00fbf4452d82c52a2061
1 #include "linestaff.hh"
2 #include "symbol.hh"
3 #include "lookupsyms.hh"
4 #include "dimen.hh"
6 Linestaff::Linestaff(int l)
8 nolines = l;
9 stafsym = Lookup::linestaff(l);
12 Symbol
13 Linestaff::get_stafsym(Real width)const
15 String w(print_dimen(width));
16 return stafsym->eval(w);