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



BreathingSign

BreathingSign objects are created by: Breathing_sign_engraver

Standard settings:

break-align-symbol (symbol):
'breathing-sign

This key is used for aligning and spacing breakable items.

breakable (boolean):
#t

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

space-alist (list):
'((ambitus extra-space . 2.0) (custos minimum-space . 1.0) (key-signature minimum-space . 1.5) (staff-bar minimum-space . 1.5) (clef minimum-space . 2.0) (first-note fixed-space . 1.0) (right-edge extra-space . 0.1))

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.

print-function (procedure):
Text_item::print

Function taking grob as argument, returning a Stencil object.

text (markup):
'(#<procedure musicglyph-markup (paper props glyph-name)> scripts-rcomma)

Text markup. See Text markup .

Y-offset-callbacks (list):
'(#<primitive-procedure Breathing_sign::offset_callback>)

see X-offset-callbacks.

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

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.

This object supports the following interfaces: item-interface, font-interface, text-interface, breathing-sign-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>.