* lily/system-start-delimiter.cc (print): don't divide extent by
staff_space.
(print): use style iso. glyph.
(staff_bracket): translate glyph inside routine already.
2005-11-18 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
+
* scm/define-grobs.scm (all-grob-descriptions): new grob
NestedSystemStartDelimiter.
Stencil
System_start_delimiter::line_bracket (Grob *me, Real height)
{
- height -= 1.0;
-
Real thick
= me->layout ()->get_dimension (ly_symbol2scm ("linethickness"))
* robust_scm2double (me->get_property ("thickness"), 1);
/* properties */
"collapse-height "
- "styles "
+ "style "
"staff-hierarchy "
"thickness "
);