[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < LigatureBracket ] | [ Up : All layout objects ] | [ LyricHyphen > ] |
3.1.65 LyricExtender
LyricExtender objects are created by: Extender_engraver.
Standard settings:
minimum-length
(dimension, in staff space):
1.5
Try to make a spanner at least this long, normally in the horizontal direction. This requires an appropriate callback for the
springs-and-rods
property. If added to aTie
, this sets the minimum distance between noteheads.stencil
(stencil):
ly:lyric-extender::print
The symbol to print.
thickness
(number):
0.8
For grobs made up of lines, this is the thickness of the line. For slurs and ties, this is the distance between the two arcs of the curve’s outline at its thickest point, not counting the diameter of the virtual “pen” that draws the arcs. This property is expressed as a multiple of the current staff-line thickness (i.e. the visual output is influenced by changes to
Staff.StaffSymbol.thickness
).Y-extent
(pair of numbers): '(0 . 0)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, lyric-extender-interface, lyric-interface and spanner-interface.
[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < LigatureBracket ] | [ Up : All layout objects ] | [ LyricHyphen > ] |