lilypond-1.1.40
[lilypond.git] / src / linepstaff.cc
blobef2c55dfbc1001f46a3a73a9f708a0f33942e789
1 #include "linepstaff.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_p(Real width)
18 Atom a = pscore_l_->paper_l_->lookup_p_->linestaff(nolines,width);
19 stafsym_p_ = new Molecule(a);