[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < HorizontalBracket ] | [ Up : All layout objects ] | [ InstrumentSwitch > ] |
3.1.46 InstrumentName
InstrumentName objects are created by: Instrument_name_engraver.
Standard settings:
padding
(dimension, in staff space):
0.3
Add this much extra space between objects that are next to each other.
stencil
(unknown):
ly:system-start-text::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.
direction
(direction):
-1
If
side-axis
is0
(or#X
), then this property determines whether the object is placed#LEFT
,#CENTER
or#RIGHT
with respect to the other object. Otherwise, it determines whether the object is placed#UP
,#CENTER
or#DOWN
. Numerical values may also be used:#UP
=1
,#DOWN
=-1
,#LEFT
=-1
,#RIGHT
=1
,#CENTER
=0
.self-alignment-Y
(number):
0
Like
self-alignment-X
but for the Y axis.self-alignment-X
(number):
0
Specify alignment of an object. The value
-1
means left aligned,0
centered, and1
right-aligned in X direction. Other numerical values may also be specified.
This object supports the following interface(s): system-start-text-interface, spanner-interface, side-position-interface, self-alignment-interface, font-interface and grob-interface.
[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < HorizontalBracket ] | [ Up : All layout objects ] | [ InstrumentSwitch > ] |