| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
| [ < PaperColumn ] | [ Up : All layout objects ] | [ PercentRepeat > ] |
3.1.95 Parentheses
Parentheses objects are created by: Parenthesis_engraver.
Standard settings:
break-visibility(vector):
#<procedure #f (grob)>A vector of 3 booleans,
#(end-of-line unbroken begin-of-line).#tmeans visible,#fmeans killed.font-size(number):
-6The font size, compared to the ‘normal’ size.
0is style-sheet’s normal size,-1is smaller,+1is bigger. Each step of 1 is approximately 12% larger; 6 steps are exactly a factor 2 larger. If the context propertyfontSizeis set, its value is added to this before the glyph is printed. Fractional values are allowed.padding(dimension, in staff space):
0.2Add this much extra space between objects that are next to each other.
stencil(stencil):
parentheses-interface::printThe symbol to print.
stencils(list):
parentheses-interface::calc-parenthesis-stencilsMultiple stencils, used as intermediate value.
X-extent(pair of numbers): '(0 . 0)Extent (size) in the X direction, measured in staff-space units, relative to object’s reference point.
Y-extent(pair of numbers):
parentheses-interface::y-extentExtent (size) in the Y direction, measured in staff-space units, relative to object’s reference point.
This object supports the following interface(s):
font-interface, grob-interface, parentheses-interface and sticky-grob-interface.
This object can be of either of the following classes: Item (characterized by item-interface) or Spanner (characterized by spanner-interface).
It supports the following interfaces conditionally depending on the class: item-interface and spanner-interface.
| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
| [ < PaperColumn ] | [ Up : All layout objects ] | [ PercentRepeat > ] |