| [ << 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: Note_name_engraver.
Standard settings:
-
parent-alignment-X(number): '()Specify on which point of the parent the object is aligned. The value
-1means aligned on parent’s left edge,0on center, and1right edge, in X direction. Other numerical values may also be specified - the unit is half the parent’s width. If unset, the value fromself-alignment-Xproperty will be used.-
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.-
stencil(stencil): ly:text-interface::printThe symbol to print.
-
X-offset(number): ly:self-alignment-interface::aligned-on-x-parentThe horizontal amount that this object is moved relative to its X-parent.
-
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 > ] |