| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < parentheses-interface ] | [ Up: Graphical Object Interfaces ] | [ percent-repeat-interface > ] |
3.2.111 passage-delimiter-interface
Items with this interface allow overriding
break-visibility-passage-start,
break-visibility-passage-default, and
break-visibility-passage-end particularly in lieu of overriding
break-visibility. The precise meaning of ‘passage’
depends on the type of item.
The internal passage-direction property determines which
break-visibility property is used in a given instance.
See item-interface.
User-settable properties:
break-visibility-passage-default(vector)The value to use for
break-visibilitywhen the item does not specifically mark the start or end of a passage. (It might be both or neither, depending on the type of item.)break-visibility-passage-end(vector)The value to use for
break-visibilitywhen the item marks the end of a passage.break-visibility-passage-start(vector)The value to use for
break-visibilitywhen the item marks the start of a passage.
Internal properties:
passage-direction(direction)The placement of a
passage-delimiter-interfaceitem with respect to its passage:STARTat the start,ENDat the end, orCENTERotherwise.
This grob interface is used in the following graphical object(s): OptionalMaterialBracket and StaffEllipsis.
| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < parentheses-interface ] | [ Up: Graphical Object Interfaces ] | [ percent-repeat-interface > ] |