Next: , Previous: KeySignature, Up: All layout objects



LeftEdge

LeftEdge objects are created by: Break_align_engraver

Standard settings:

break-align-symbol (symbol):
'left-edge

This key is used for aligning and spacing breakable items.

X-extent (pair of numbers):
'(0 . 0)

Hard coded extent in X direction.

breakable (boolean):
#t

Can this object appear at a line break, like clefs and bar lines?

space-alist (list):
'((custos extra-space . 0.0) (ambitus extra-space . 2.0) (time-signature extra-space . 0.0) (staff-bar extra-space . 0.0) (breathing-sign minimum-space . 0.0) (clef extra-space . 0.85) (first-note fixed-space . 1.0) (right-edge extra-space . 0.0) (key-signature extra-space . 0.0))

A table that specifies distances between prefatory items, like clef and time-signature. The format is an alist of spacing tuples: (break-align-symbol type . distance), where type can be the symbols minimum-space or extra-space.

This object supports the following interfaces: item-interface, break-aligned-interface and grob-interface

Read comments on this page, or add one.

This page is for LilyPond-2.2.6 (stable-branch).

Report errors to <bug-lilypond@gnu.org>.