| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < StaffSymbol ] | [ Up: All layout objects ] | [ Stem > ] |
3.1.132 StanzaNumber
A stanza number (or markup) for lyrics.
StanzaNumber objects are created by the following engraver(s): Stanza_number_engraver.
Standard settings:
after-line-breaking(boolean):
ly:chord-name::after-line-breakingDummy property, used to trigger callback for
after-line-breaking.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.extra-spacing-width(pair of numbers):
stanza-number::extra-spacing-widthIn 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).font-series(symbol):
'boldSelect the series of a font. Common choices are
normalandbold. The full list of symbols that can be used is:thin,ultralight(orextralight),light,semilight(ordemilight),book,normal(orregular),medium,semibold(ordemibold),bold,ultrabold(orextrabold),heavy(orblack), andultraheavy(orultrablackorextrablack).padding(dimension, in staff space):
1.0Add 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.stencil(stencil):
ly:text-interface::printThe symbol to print.
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: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):
font-interface, grob-interface, item-interface, side-position-interface, stanza-number-interface and text-interface.
This object is of class Item (characterized by item-interface).
| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < StaffSymbol ] | [ Up: All layout objects ] | [ Stem > ] |