| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < TimeSignature ] | [ Up: All layout objects ] | [ TrillPitchGroup > ] |
3.1.149 TrillPitchAccidental
The accidental of a pitched
trill. See also TrillPitchGroup.
TrillPitchAccidental objects are created by the following engraver(s): Pitched_trill_engraver.
Standard settings:
direction(direction):
-1If
side-axisis0(orX), then this property determines whether the object is placedLEFT,CENTERorRIGHTwith respect to the other object. Otherwise, it determines whether the object is placedUP,CENTERorDOWN. Numerical values may also be used:UP=1,DOWN=-1,LEFT=-1,RIGHT=1,CENTER=0.font-size(number):
-4The font size, compared to the ‘normal’ size.
0is style-sheet’s normal size,-1is smaller,+1is bigger. Each step of 1 is approximately 12% larger; 6 steps are exactly a factor 2 larger. If the context propertyfontSizeis set, its value is added to this before the glyph is printed. Fractional values are allowed.glyph-name(string):
accidental-interface::calc-glyph-nameThe glyph name within the font.
In the context of (span) bar lines or clefs, glyph-name represents a processed form of
glyph, where decisions about line breaking, etc., are already taken.padding(dimension, in staff space):
0.2Add this much extra space between objects that are next to each other.
side-axis(number):
0If the value is
X(or equivalently0), the object is placed horizontally next to the other object. If the value isYor1, it is placed vertically.stencil(stencil):
ly:accidental-interface::printThe symbol to print.
X-offset(number):
ly:side-position-interface::x-aligned-sideThe horizontal amount that this object is moved relative to its X-parent.
Note that many objects have special positioning considerations, which cause any setting of
X-offsetto be ignored or modified, even though the object supports theself-alignment-interface.Y-extent(pair of numbers):
#<unpure-pure-container 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, accidental-switch-interface, font-interface, grob-interface, inline-accidental-interface, item-interface, side-position-interface and trill-pitch-accidental-interface.
This object is of class Item (characterized by item-interface).
| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < TimeSignature ] | [ Up: All layout objects ] | [ TrillPitchGroup > ] |