6 #TeXstring# should generate a TeX string to typeset the object in
7 a hbox or vbox of exactly the objects' dimension.
15 return String("\\vrule height ") + h
+ "pt depth 0pt width 0pt";
19 /// the staff with five lines.
20 struct Fiveline_staff
: Stretchable_symbol
{
21 String
operator()(Real width
) {
22 String
s("\\normalebalk{ ");