[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < BassFigureBracket ] | [ Up : All layout objects ] | [ BassFigureLine > ] |
3.1.17 BassFigureContinuation
A horizontal line to indicate that a number of a previous figured bass is continued in the current figured bass.
BassFigureContinuation
objects are created by the following engraver(s): Figured_bass_engraver
.
Standard settings:
bound-details
(alist, with symbols as keys): '((right (attach-dir . 1) (padding . -0.15)) (right-broken (attach-dir . -1) (padding . 0.5)) (left-broken (attach-dir . 1) (padding . 0.5)) (left (attach-dir . 1) (padding . 0.15)))An alist of properties for determining attachments of spanners to edges.
left-bound-info
(alist, with symbols as keys):
ly:horizontal-line-spanner::calc-left-bound-info
An alist of properties for determining attachments of spanners to edges.
right-bound-info
(alist, with symbols as keys):
ly:horizontal-line-spanner::calc-right-bound-info
An alist of properties for determining attachments of spanners to edges.
stencil
(stencil):
figured-bass-continuation::print
The symbol to print.
Y-offset
(number):
ly:figured-bass-continuation::center-on-figures
The 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-offset
to be ignored or modified, even though the object supports theself-alignment-interface
.
This object supports the following interface(s):
figured-bass-continuation-interface
, grob-interface
, horizontal-line-spanner-interface
and spanner-interface
.
This object is of class Spanner (characterized by spanner-interface
).