| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < TupletBracket ] | [ Up: All layout objects ] | [ UnaCordaPedal > ] |
3.1.155 TupletNumber
A tuplet number. See also
TupletBracket.
TupletNumber objects are created by the following engraver(s): Tuplet_engraver.
Standard settings:
avoid-slur(symbol):
'insideMethod of handling slur collisions. Choices are
inside,outside,around, andignore.insideadjusts the slur if needed to keep the grob inside the slur.outsidemoves the grob vertically to the outside of the slur.aroundmoves the grob vertically to the outside of the slur only if there is a collision.ignoredoes not move either. In grobs whose notational significance depends on vertical position (such as accidentals, clefs, etc.),outsideandaroundbehave likeignore.direction(direction):
tuplet-number::calc-directionIf
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-shape(symbol):
'italicSelect the shape of a font. Possible values are
upright,italic,oblique, andslanted(which is the same asoblique).font-size(number):
-2The 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.knee-to-beam(boolean):
#tDetermines whether a tuplet number will be positioned next to a kneed beam.
stencil(stencil):
ly:tuplet-number::printThe symbol to print.
text(markup):
tuplet-number::calc-denominator-textText markup. See Formatting text.
X-offset(number):
ly:tuplet-number::calc-x-offsetThe 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-offset(number):
ly:tuplet-number::calc-y-offsetThe vertical amount that this object is moved relative to its Y-parent.
Note that many objects have special positioning considerations, which cause any setting of
Y-offsetto be ignored or modified, even though the object supports theself-alignment-interface.
This object supports the following interface(s):
font-interface, grob-interface, outside-staff-interface, spanner-interface, text-interface and tuplet-number-interface.
This object is of class Spanner (characterized by spanner-interface).
| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < TupletBracket ] | [ Up: All layout objects ] | [ UnaCordaPedal > ] |