Real internote();
Symbol linestaff(int n, Real w);
-
+ Symbol fill(Box b);
Symbol beam_element(int,int,Real=0);
/// round slope to closest TeXslope
Symbol beam(Real&,Real);
a.translate(Offset(0,(c_position + pitch[i]) * inter));
Molecule m(a);
output->add_right(m);
- }
+ }
+ Molecule m(paper()->lookup_->fill(Box(
+ Interval(0, paper()->note_width()),
+ Interval(0,0))));
+ output->add_right(m);
}
{
return (*symtables_)("rests")->lookup(String(j));
}
-
+Symbol
+Lookup::fill(Box b)
+{
+ Symbol s( (*symtables_)("param")->lookup("fill"));
+ s.dim = b;
+ return s;
+}
Symbol
Lookup::accidental(int j)
{