[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < text-script-interface ] | [ Up : Graphical Object Interfaces ] | [ tie-interface > ] |
3.2.155 tie-column-interface
Object that sets directions of multiple ties in a tied chord.
User-settable properties:
tie-configuration
(list)List of
(position . dir)
pairs, indicating a desired tie configuration that overrides the default. position is the offset from the center of the staff in half staff-space units, and dir indicates the direction of the tie (1
=>up,-1
=>down,0
=>center). A non-pair entry in the list causes the corresponding tie to be formatted automatically.There is a distinction between exact and inexact values for position: an exact value serves as a rough vertical offset that gets further tuned to make the tie avoid staff lines. An inexact value is taken as the precise vertical offset without further adjustments.
Internal properties:
positioning-done
(boolean)Used to signal that a positioning element did its job. This ensures that a positioning is only done once.
ties
(array of grobs)A grob array of
Tie
objects.
This grob interface is used in the following graphical object(s): TieColumn
.