[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < StaffSymbol ] | [ Up : All layout objects ] | [ Stem > ] |
3.1.128 StanzaNumber
A stanza number (or markup) for lyrics.
StanzaNumber
objects are created by: Stanza_number_engraver
.
Standard settings:
-
direction
(direction): -1
If
side-axis
is0
(orX
), then this property determines whether the object is placedLEFT
,CENTER
orRIGHT
with respect to the other object. Otherwise, it determines whether the object is placedUP
,CENTER
orDOWN
. Numerical values may also be used:UP
=1
,DOWN
=-1
,LEFT
=-1
,RIGHT
=1
,CENTER
=0
.-
font-series
(symbol): 'bold
Select the series of a font. Choices include
medium
,bold
,bold-narrow
, etc.-
padding
(dimension, in staff space): 1.0
Add this much extra space between objects that are next to each other.
-
side-axis
(number): 0
If the value is
X
(or equivalently0
), the object is placed horizontally next to the other object. If the value isY
or1
, it is placed vertically.-
stencil
(stencil): ly:text-interface::print
The symbol to print.
-
X-offset
(number): ly:side-position-interface::x-aligned-side
The horizontal amount that this object is moved relative to its X-parent.
-
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):
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 > ] |