| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < system-interface ] | [ Up: Graphical Object Interfaces ] | [ system-start-text-interface > ] |
3.2.154 system-start-delimiter-interface
The brace, bracket or bar in front of the system. The following values for
style are recognized:
bracketA thick bracket, normally used to group similar instruments in a score. Default for
StaffGroup.SystemStartBracketuses this style.braceA ‘piano style’ brace normally used for an instrument that uses two staves. The default style for
GrandStaff.SystemStartBraceuses this style.bar-lineA simple line between the staves in a score. Default for staves enclosed in
<<and>>.SystemStartBaruses this style.line-bracketA simple square, normally used for subgrouping instruments in a score.
SystemStartSquareuses this style.
See also input/regression/system-start-nesting.ly.
User-settable properties:
collapse-height(dimension, in staff space)Minimum height of system start delimiter. If equal or smaller, the bracket/brace/line is removed.
style(symbol)This setting determines in what style a grob is typeset. Valid choices depend on the
stencilcallback reading this property.thickness(number)For grobs made up of lines, this is the thickness of the line. For slurs and ties, this is the distance between the two arcs of the curve’s outline at its thickest point, not counting the diameter of the virtual “pen” that draws the arcs. This property is expressed as a multiple of the current staff-line thickness (i.e., the visual output is influenced by changes to
Staff.StaffSymbol.thickness).
This grob interface is used in the following graphical object(s): SystemStartBar, SystemStartBrace, SystemStartBracket and SystemStartSquare.
| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < system-interface ] | [ Up: Graphical Object Interfaces ] | [ system-start-text-interface > ] |