[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < BreakAlignment ] | [ Up : All layout objects ] | [ ChordName > ] |
3.1.23 BreathingSign
BreathingSign objects are created by: Breathing_sign_engraver.
Standard settings:
break-align-symbol
(symbol):
'breathing-sign
This key is used for aligning, ordering, and spacing breakable items. See break-alignment-interface.
break-visibility
(vector): #(#t #t #f)A vector of 3 booleans,
#(end-of-line unbroken begin-of-line)
.#t
means visible,#f
means killed.non-musical
(boolean):
#t
True if the grob belongs to a
NonMusicalPaperColumn
.space-alist
(list): '((ambitus extra-space . 2.0) (custos minimum-space . 1.0) (key-signature minimum-space . 1.5) (time-signature minimum-space . 1.5) (staff-bar minimum-space . 1.5) (clef minimum-space . 2.0) (cue-clef minimum-space . 2.0) (cue-end-clef minimum-space . 2.0) (first-note fixed-space . 1.0) (right-edge extra-space . 0.1))An alist that specifies distances from this grob to other breakable items, using the format:
'((break-align-symbol . (spacing-style . space)) (break-align-symbol . (spacing-style . space)) ...)Standard choices for
break-align-symbol
are listed in break-alignment-interface. Additionally, three special break-align symbols available tospace-alist
are:
first-note
used when the grob is just left of the first note on a line
next-note
used when the grob is just left of any other note; if not set, the value of
first-note
gets usedright-edge
used when the grob is the last item on the line (only compatible with the
extra-space
spacing style)Choices for
spacing-style
are:
extra-space
Put this much space between the two grobs. The space is stretchable when paired with
first-note
ornext-note
; otherwise it is fixed.minimum-space
Put at least this much space between the left sides of both grobs, without allowing them to collide. The space is stretchable when paired with
first-note
ornext-note
; otherwise it is fixed. Not compatible withright-edge
.fixed-space
Only compatible with
first-note
andnext-note
. Put this much fixed space between the grob and the note.minimum-fixed-space
Only compatible with
first-note
andnext-note
. Put at least this much fixed space between the left side of the grob and the left side of the note, without allowing them to collide.semi-fixed-space
Only compatible with
first-note
andnext-note
. Put this much space between the grob and the note, such that half of the space is fixed and half is stretchable.Rules for this spacing are much more complicated than this. See [Wanske] page 126–134, [Ross] page 143–147.
stencil
(stencil):
ly:text-interface::print
The symbol to print.
text
(markup): '(#<procedure musicglyph-markup (layout props glyph-name)> "scripts.rcomma")Text markup. See Formatting text.
Y-extent
(pair of numbers):
#<unpure-pure-container #<primitive-procedure ly:grob::stencil-height> >
Extent (size) in the Y direction, measured in staff-space units, relative to object’s reference point.
Y-offset
(number):
ly:breathing-sign::offset-callback
The vertical amount that this object is moved relative to its Y-parent.
This object supports the following interface(s): break-aligned-interface, breathing-sign-interface, font-interface, grob-interface, item-interface, outside-staff-interface and text-interface.
[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < BreakAlignment ] | [ Up : All layout objects ] | [ ChordName > ] |