| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < BendAfter ] | [ Up: All layout objects ] | [ BreakAlignGroup > ] |
3.1.21 BendSpanner
A string bending as used in tablature notation.
BendSpanner objects are created by the following engraver(s): Bend_spanner_engraver.
Standard settings:
avoid-slur(symbol):
'ignoreMethod 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.baseline-skip(dimension, in staff space):
3Distance between base lines of multiple lines of text.
before-line-breaking(boolean):
bend::target-cautionaryDummy property, used to trigger a callback function.
details(alist, with symbols as keys):'((arrow-stencil . #<procedure bend::arrow-head-stencil (thickness x-y-coords height width dir)>) (bend-amount-strings (quarter . "¼") (half . "½") (three-quarter . "¾") (full . #f)) (bend-arrowhead-height . 1.25) (bend-arrowhead-width . 0.8) (curvature-factor . 0.35) (curve-x-padding-line-end . 0.5) (curve-y-padding-line-end . 1) (dashed-line-settings 0.4 0.4 0) (head-text-break-visibility . #(#f #t #t)) (horizontal-left-padding . 0.1) (successive-level . 1) (target-visibility . #f) (vertical-padding . 0.2) (y-distance-from-tabstaff-to-arrow-tip . 2.75))An alist of parameters for detailed grob behavior. See All layout objects for more information on the available parameters and their default values of a particular grob’s
detailsproperty. See Graphical Object Interfaces for documentation of the available parameters. Supporting interfaces can be found at the bottom of a grob’s description section.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-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.padding(dimension, in staff space):
0.15Add this much extra space between objects that are next to each other.
side-axis(number):
1If the value is
X(or equivalently0), the object is placed horizontally next to the other object. If the value isYor1, it is placed vertically.spanner-id(index or symbol):
""An identifier to distinguish concurrent spanners.
stencil(stencil):
bend-spanner::printThe symbol to print.
style(symbol):
'()This setting determines in what style a grob is typeset. Valid choices depend on the
stencilcallback reading this property.text(markup):
#fText markup. See Formatting text.
thickness(number):
1For grobs made up of lines, this is the thickness of the line. For slurs and ties, this is the distance between the two arcs of the curve’s outline at its thickest point, not counting the diameter of the virtual “pen” that draws the arcs. This property is expressed as a multiple of the current staff-line thickness (i.e., the visual output is influenced by changes to
Staff.StaffSymbol.thickness).vertical-skylines(pair of skylines):
#<unpure-pure-container ly:grob::vertical-skylines-from-stencil ly:grob::pure-simple-vertical-skylines-from-extents >Two skylines, one above and one below this grob.
word-space(dimension, in staff space):
0.6Space to insert between words in texts.
Y-offset(number):
0The 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):
bend-interface, font-interface, grob-interface, line-spanner-interface, outside-staff-interface, spanner-interface, text-interface and text-script-interface.
This object is of class Spanner (characterized by spanner-interface).
| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < BendAfter ] | [ Up: All layout objects ] | [ BreakAlignGroup > ] |