| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < TrillPitchAccidental ] | [ Up: All layout objects ] | [ TrillPitchHead > ] |
3.1.150 TrillPitchGroup
An auxiliary grob to construct
a pitched trill, aligning TrillPitchAccidental,
TrillPitchParentheses, and TrillPitchHead
horizontally. See also TrillSpanner.
TrillPitchGroup objects are created by the following engraver(s): Pitched_trill_engraver.
Standard settings:
axes(list): '(0)List of axis numbers. In the case of alignment grobs, this should contain only one number.
direction(direction):
1If
side-axisis0(orX), then this property determines whether the object is placedLEFT,CENTERorRIGHTwith respect to the other object. Otherwise, it determines whether the object is placedUP,CENTERorDOWN. Numerical values may also be used:UP=1,DOWN=-1,LEFT=-1,RIGHT=1,CENTER=0.horizon-padding(number):
0.1The amount to pad the axis along which a
Skylineis built for theside-position-interface.minimum-space(dimension, in staff space):
2.5Minimum distance that the victim should move (after padding).
padding(dimension, in staff space):
0.3Add this much extra space between objects that are next to each other.
side-axis(number):
0If the value is
X(or equivalently0), the object is placed horizontally next to the other object. If the value isYor1, it is placed vertically.X-extent(pair of numbers):
ly:axis-group-interface::widthExtent (size) in the X direction, measured in staff-space units, relative to object’s reference point.
X-offset(number):
ly:side-position-interface::x-aligned-sideThe horizontal amount that this object is moved relative to its X-parent.
Note that many objects have special positioning considerations, which cause any setting of
X-offsetto be ignored or modified, even though the object supports theself-alignment-interface.Y-extent(pair of numbers):
#<unpure-pure-container ly:axis-group-interface::height trill-pitch-group::pure-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):
axis-group-interface, grob-interface, item-interface and side-position-interface.
This object is of class Item (characterized by item-interface).
| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < TrillPitchAccidental ] | [ Up: All layout objects ] | [ TrillPitchHead > ] |