[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < Stem ] | [ Up : All layout objects ] | [ StemTremolo > ] |
3.1.130 StemStub
An auxiliary grob that prevents
cross-staff Stem
grobs from colliding with
articulations.
StemStub
objects are created by the following engraver(s): Stem_engraver
.
Standard settings:
extra-spacing-height
(pair of numbers):
stem-stub::extra-spacing-height
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)
.X-extent
(pair of numbers):
stem-stub::width
Extent (size) in the X direction, measured in staff-space units, relative to object’s reference point.
Y-extent
(pair of numbers):
#<unpure-pure-container #f #<procedure stem-stub::pure-height (grob beg end)> >
Extent (size) in the Y direction, measured in staff-space units, relative to object’s reference point.
This object supports the following interface(s):
grob-interface
and item-interface
.
This object is of class Item (characterized by item-interface
).