[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < self-alignment-interface ] | [ Up : Graphical Object Interfaces ] | [ semi-tie-interface > ] |
3.2.125 semi-tie-column-interface
The interface for a column of l.v. (laissez vibrer) ties.
User-settable properties:
head-direction
(direction)Are the note heads left or right in a semitie?
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): LaissezVibrerTieColumn
and RepeatTieColumn
.