[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < text-mark-interface ] | [ Up : Graphical Object Interfaces ] | [ tie-column-interface > ] |
3.2.154 text-script-interface
An object that is put above or below a note.
User-settable properties:
avoid-slur
(symbol)Method of handling slur collisions. Choices are
inside
,outside
,around
, andignore
.inside
adjusts the slur if needed to keep the grob inside the slur.outside
moves the grob vertically to the outside of the slur.around
moves the grob vertically to the outside of the slur only if there is a collision.ignore
does not move either. In grobs whose notational significance depends on vertical position (such as accidentals, clefs, etc.),outside
andaround
behave likeignore
.script-priority
(number)A key for determining the order of scripts in a stack, by being added to the position of the script in the user input, the sum being the overall priority. Smaller means closer to the head.
Internal properties:
slur
(graphical (layout) object)A pointer to a
Slur
object.
This grob interface is used in the following graphical object(s): BendSpanner
, CombineTextScript
, Fingering
, StringNumber
, StrokeFinger
and TextScript
.