lilypond-0.1.47
[lilypond.git] / src / linestaff.cc
blobf9430e9b7338f4aecc2fea8f51fc62d880cc1dd7
1 #include "linestaff.hh"
2 #include "molecule.hh"
3 #include "symbol.hh"
4 #include "lookup.hh"
5 #include "dimen.hh"
6 #include "paper.hh"
7 #include "pscore.hh"
9 Linestaff::Linestaff(int l, PScore *s)
10 : PStaff(s)
12 nolines = l;
15 void
16 Linestaff::brew_molecule(Real width)
18 Atom a = pscore_l_->paper_l_->lookup_p_->linestaff(nolines,width);
19 stafsym_p_ = new Molecule(a);