[ << 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 the following engraver(s): 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. If not a number, align on the object’s reference point.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.
Note that many objects have special positioning considerations, which cause any setting of
X-offset
to be ignored or modified, even though the object supports theself-alignment-interface
.Y-offset
(number):
system-start-text::calc-y-offset
The vertical amount that this object is moved relative to its Y-parent.
Note that many objects have special positioning considerations, which cause any setting of
Y-offset
to be ignored or modified, even though the object supports theself-alignment-interface
.
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 > ] |