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



Ambitus

Ambitus objects are created by: Ambitus_engraver

Standard settings:

breakable (boolean):
#t

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

break-align-symbol (symbol):
'ambitus

This key is used for aligning and spacing breakable items.

print-function (procedure):
Ambitus::print

Function taking grob as argument, returning a Stencil object.

font-family (symbol):
'music

The font family is the broadest category for selecting text fonts. Options include: sans, roman

break-visibility (procedure):
begin-of-line-visible

A function that takes the break direction and returns a cons of booleans containing (transparent . empty). The following variables are predefined: all-visible, begin-of-line-visible, end-of-line-visible, begin-of-line-invisible, end-of-line-invisible, all-invisible.

space-alist (list):
'((clef extra-space . 0.0) (key-signature extra-space . 0.0) (staff-bar extra-space . 0.0) (time-signature extra-space . 0.0) (first-note fixed-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: font-interface, item-interface, break-aligned-interface, staff-symbol-referencer-interface, ambitus-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>.