[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < DotColumn ] | [ Up : All layout objects ] | [ DoublePercentRepeat > ] |
3.1.43 Dots
The dot(s) of a dotted note.
See also DotColumn
.
Dots
objects are created by: Dots_engraver
.
Standard settings:
-
avoid-slur
(symbol): 'inside
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
.-
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)
.-
extra-spacing-width
(pair of numbers): '(0.0 . 0.2)
In the horizontal spacing problem, we pad each item by this amount (by adding the ‘car’ on the left side of the item and adding the ‘cdr’ on the right side of the item). In order to make a grob take up no horizontal space at all, set this to
(+inf.0 . -inf.0)
.-
glyph-name
(string): dots::calc-glyph-name
The glyph name within the font.
In the context of (span) bar lines, glyph-name represents a processed form of
glyph
, where decisions about line breaking, etc., are already taken.-
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.
-
Y-extent
(pair of numbers): #<unpure-pure-container #<procedure ly:grob::stencil-height (_)> >
Extent (size) in the Y direction, measured in staff-space units, relative to object’s reference point.
This object supports the following interface(s):
dots-interface
, font-interface
, grob-interface
, item-interface
and staff-symbol-referencer-interface
.
This object is of class Item (characterized by item-interface
).
[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < DotColumn ] | [ Up : All layout objects ] | [ DoublePercentRepeat > ] |