properties. Add font-interface.
* scm/define-grob-properties.scm (all-user-grob-properties):
remove old bracket properties.
2005-06-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
+ properties. Add font-interface.
+
+ * scm/define-grob-properties.scm (all-user-grob-properties):
+ remove old bracket properties.
+
* scm/x11-color.scm: reformat.
* lily/ledger-line-engraver.cc (acknowledge_grob): create new
"The brace, bracket or bar in front of the system. "
"It is implemented as a spanner.",
"collapse-height thickness "
- "arch-height arch-angle arch-thick arch-width bracket-thick glyph");
+ "glyph");
(align-dir ,ly:dir? "Which side to align? @code{-1}: left side,
@code{0}: around center of width, @code{1}: right side.")
- (arch-angle ,number? "Turning angle of the hook of a system brace" )
- (arch-height ,ly:dimension? "Height of the hook of a system brace.")
- (arch-thick ,number? "Thickness of the hook of system brace.")
- (arch-width ,ly:dimension? "Width of the hook of a system brace.")
(arpeggio-direction ,ly:dir? "If set, put an
arrow on the arpeggio squiggly line.")
(bracket-flare ,number-pair? "A pair of numbers specifying how
much edges of brackets should slant outward. Value 0.0 means straight
edges")
- (bracket-thick ,number? "width of a system start bracket.")
(break-align-symbol ,symbol? "This key is used for aligning and
spacing breakable items.")
(break-align-orders ,vector? " Defines the order in which
,Rest::polyphonic_offset_callback
))
(minimum-distance . 0.25)
- (meta . (
- (interfaces . (font-interface
+ (meta . ((interfaces . (font-interface
rhythmic-head-interface
rhythmic-grob-interface
staff-symbol-referencer-interface
(X-offset-callbacks . (,(lambda (g a) -0.8)))
(print-function . ,System_start_delimiter::print)
(glyph . "bracket")
- (arch-height . 1.5)
- (arch-angle . 50.0)
- (arch-thick . 0.25)
- (arch-width . 1.5)
(collapse-height . 1)
(thickness . 0.45)
- (meta . ((interfaces . (system-start-delimiter-interface spanner-interface))))
+ (meta . ((interfaces . (font-interface system-start-delimiter-interface
+ spanner-interface))))
))
(SystemStartBar