[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < DotColumn ] | [ Up : All layout objects ] | [ DoublePercentRepeat > ] |
3.1.31 Dots
Dots objects are created by: Completion_heads_engraver and Dots_engraver.
Standard settings:
dot-count
(integer):
dots::calc-dot-count
The number of dots.
extra-spacing-height
(pair of numbers):
'(-0.5 . 0.5)
In the horizontal spacing problem, we increase the height of each item by this amount (by adding the ‘car’ to the bottom of the item and adding the ‘cdr’ to the top of the item). In order to make a grob infinitely high (to prevent the horizontal spacing problem from placing any other grobs above or below this grob), set this to
(-inf.0 . +inf.0)
.staff-position
(number):
dots::calc-staff-position
Vertical position, measured in half staff spaces, counted from the middle line.
stencil
(stencil):
ly:dots::print
The symbol to print.
This object supports the following interface(s): dots-interface, font-interface, grob-interface, item-interface and staff-symbol-referencer-interface.
[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < DotColumn ] | [ Up : All layout objects ] | [ DoublePercentRepeat > ] |