| [ << 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): -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.-
padding(dimension, in staff space): 0.3Add this much extra space between objects that are next to each other.
-
self-alignment-X(number): 0Specify alignment of an object. The value
-1means left aligned,0centered, and1right-aligned in X direction. Other numerical values may also be specified - the unit is half the object width.-
self-alignment-Y(number): 0Like
self-alignment-Xbut for the Y axis.-
stencil(stencil): system-start-text::printThe symbol to print.
-
X-offset(number): system-start-text::calc-x-offsetThe horizontal amount that this object is moved relative to its X-parent.
-
Y-offset(number): system-start-text::calc-y-offsetThe 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 > ] |