[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < Accidental ] | [ Up : All layout objects ] | [ AccidentalPlacement > ] |
3.1.2 AccidentalCautionary
AccidentalCautionary objects are created by: Accidental_engraver.
Standard settings:
after-line-breaking
(boolean):
ly:accidental-interface::remove-tied
Dummy property, used to trigger callback for
after-line-breaking
.alteration
(number):
accidental-interface::calc-alteration
Alteration numbers for accidental.
avoid-slur
(symbol):
'inside
Method of handling slur collisions. Choices are
inside
,outside
,around
, andignore
.inside
adjusts the slur if needed to keep the grob inside the slur.outside
moves the grob vertically to the outside of the slur.around
moves the grob vertically to the outside of the slur only if there is a collision.ignore
does not move either. In grobs whose notational significance depends on vertical position (such as accidentals, clefs, etc.),outside
andaround
behave likeignore
.glyph-name-alist
(list): '((0 . "accidentals.natural") (-1/2 . "accidentals.flat") (1/2 . "accidentals.sharp") (1 . "accidentals.doublesharp") (-1 . "accidentals.flatflat") (3/4 . "accidentals.sharp.slashslash.stemstemstem") (1/4 . "accidentals.sharp.slashslash.stem") (-1/4 . "accidentals.mirroredflat") (-3/4 . "accidentals.mirroredflat.flat"))An alist of key-string pairs.
parenthesized
(boolean):
#t
Parenthesize this grob.
stencil
(stencil):
ly:accidental-interface::print
The symbol to print.
X-offset
(number):
ly:grob::x-parent-positioning
The horizontal amount that this object is moved relative to its X-parent.
Y-extent
(pair of numbers):
#<unpure-pure-container #<primitive-procedure ly:accidental-interface::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): accidental-interface, font-interface, grob-interface, inline-accidental-interface and item-interface.
[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < Accidental ] | [ Up : All layout objects ] | [ AccidentalPlacement > ] |