[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < HorizontalBracketText ] | [ Up : All layout objects ] | [ InstrumentSwitch > ] |
3.1.66 InstrumentName
An instrument name, usually displayed to the left of a staff.
InstrumentName
objects are created by: Instrument_name_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
.-
padding
(dimension, in staff space): 0.3
Add this much extra space between objects that are next to each other.
-
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 - the unit is half the object width.-
self-alignment-Y
(number): 0
Like
self-alignment-X
but for the Y axis.-
stencil
(stencil): system-start-text::print
The symbol to print.
-
X-offset
(number): system-start-text::calc-x-offset
The horizontal amount that this object is moved relative to its X-parent.
-
Y-offset
(number): system-start-text::calc-y-offset
The vertical amount that this object is moved relative to its Y-parent.
This object supports the following interface(s):
accidental-switch-interface
, font-interface
, grob-interface
, self-alignment-interface
, side-position-interface
, spanner-interface
, system-start-text-interface
and text-interface
.
This object is of class Spanner (characterized by spanner-interface
).
[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < HorizontalBracketText ] | [ Up : All layout objects ] | [ InstrumentSwitch > ] |