[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < NoteHead ] | [ Up : All layout objects ] | [ NoteSpacing > ] |
3.1.96 NoteName
A textual representation of a note name.
NoteName
objects are created by the following engraver(s): Note_name_engraver
.
Standard settings:
parent-alignment-X
(number):
'()
Specify on which point of the parent the object is aligned. The value
-1
means aligned on parent’s left edge,0
on center, and1
right edge, in X direction. Other numerical values may also be specified - the unit is half the parent’s width. If not a number, align on the parent’s reference point. If unset, the value fromself-alignment-X
property will be used.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.stencil
(stencil):
ly:text-interface::print
The symbol to print.
X-offset
(number):
ly:self-alignment-interface::aligned-on-x-parent
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-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):
accidental-switch-interface
, font-interface
, grob-interface
, item-interface
, note-name-interface
, self-alignment-interface
and text-interface
.
This object is of class Item (characterized by item-interface
).
[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < NoteHead ] | [ Up : All layout objects ] | [ NoteSpacing > ] |