| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
| [ < NoteCollision ] | [ Up : All layout objects ] | [ NoteHead > ] |
3.1.94 NoteColumn
An auxiliary grob to align
stacked notes, stems, flags, accidentals, and other items from
the same voice. See also NoteCollision.
NoteColumn objects are created by: Rhythmic_column_engraver.
Standard settings:
-
axes(list): '(0 1)
List of axis numbers. In the case of alignment grobs, this should contain only one number.
-
bend-me(boolean): '()Decide whether this grob is bent.
-
horizontal-skylines(pair of skylines): ly:separation-item::calc-skylinesTwo skylines, one to the left and one to the right of this grob.
-
main-extent(pair of numbers): ly:note-column::calc-main-extentThe horizontal extent of a
NoteColumngrob without taking suspendedNoteHeadgrobs into account (i.e.,NoteHeads forced into the unnatural direction of theStembecause of a chromatic clash).-
skyline-vertical-padding(number): 0.15The amount by which the left and right skylines of a column are padded vertically, beyond the
Y-extents andextra-spacing-heights of the constituent grobs in the column. Increase this to prevent interleaving of grobs from adjacent columns.-
vertical-skylines(pair of skylines): ly:axis-group-interface::calc-skylinesTwo skylines, one above and one below this grob.
-
X-extent(pair of numbers): ly:axis-group-interface::widthExtent (size) in the X direction, measured in staff-space units, relative to object’s reference point.
-
Y-extent(pair of numbers): #<unpure-pure-container #<procedure ly:axis-group-interface::height (_)> #<procedure ly:axis-group-interface::pure-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):
axis-group-interface, bend-interface, grob-interface, item-interface, note-column-interface and separation-item-interface.
This object is of class Item (characterized by item-interface).
| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
| [ < NoteCollision ] | [ Up : All layout objects ] | [ NoteHead > ] |