[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < dot-column-interface ] | [ Up : Graphical Object Interfaces ] | [ dynamic-interface > ] |
3.2.25 dots-interface
The dots to go with a notehead or rest. direction
sets the preferred direction to move in case of staff line collisions. style
defaults to undefined, which is normal 19th/20th century traditional style. Set style
to vaticana
for ancient type dots.
User settable properties:
direction
(direction)If
side-axis
is0
(orX
), then this property determines whether the object is placedLEFT
,CENTER
orRIGHT
with respect to the other object. Otherwise, it determines whether the object is placedUP
,CENTER
orDOWN
. Numerical values may also be used:UP
=1
,DOWN
=-1
,LEFT
=-1
,RIGHT
=1
,CENTER
=0
.dot-count
(integer)The number of dots.
style
(symbol)This setting determines in what style a grob is typeset. Valid choices depend on the
stencil
callback reading this property.
This grob interface is used in the following graphical object(s): Dots.
[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < dot-column-interface ] | [ Up : Graphical Object Interfaces ] | [ dynamic-interface > ] |