continuationLine | enum | (FiguredBassItem.NONE, .SIMPLE, .EXTENDED) whether item has continuation line or not, and of which type
|
digit | int | main digit(s) (0 - 9)
|
displayText | string | text displayed (depends on configured fonts) (read only)
|
normalizedText | string | conventional textual representation of item properties (= text used during input) (read ony)
|
parenthesis1 | enum | (FiguredBassItem.NONE, .ROUNDOPEN, .ROUNDCLOSED, .SQUAREDOPEN, .SQUAREDCLOSED) parentesis before the prefix
|
parenthesis2 | enum | (FiguredBassItem.NONE, .ROUNDOPEN, .ROUNDCLOSED, .SQUAREDOPEN, .SQUAREDCLOSED) parentesis after the prefix / before the digit
|
parenthesis3 | enum | (FiguredBassItem.NONE, .ROUNDOPEN, .ROUNDCLOSED, .SQUAREDOPEN, .SQUAREDCLOSED) parentesis after the digit / before the suffix
|
parenthesis4 | enum | (FiguredBassItem.NONE, .ROUNDOPEN, .ROUNDCLOSED, .SQUAREDOPEN, .SQUAREDCLOSED) parentesis after the suffix / before the cont. line
|
parenthesis5 | enum | (FiguredBassItem.NONE, .ROUNDOPEN, .ROUNDCLOSED, .SQUAREDOPEN, .SQUAREDCLOSED) parentesis after the cont. line
|
prefix | enum | (FiguredBassItem.NONE, .DOUBLEFLAT, .FLAT, .NATURAL, .SHARP, .DOUBLESHARP, .PLUS, .BACKSLASH, .SLASH) accidental before the digit
|
suffix | enum | (FiguredBassItem.NONE, .DOUBLEFLAT, .FLAT, .NATURAL, .SHARP, .DOUBLESHARP, .PLUS, .BACKSLASH, .SLASH) accidental/diacritic after the digit
|