diff --git a/docs/api/classes/StaveConnector.html b/docs/api/classes/StaveConnector.html index dbfd99b97c..fa835db02d 100644 --- a/docs/api/classes/StaveConnector.html +++ b/docs/api/classes/StaveConnector.html @@ -3,11 +3,11 @@

Hierarchy

Index

Constructors

constructor

Properties

Readonly bottom_stave

bottom_stave: Stave

Readonly thickness

thickness: number

Readonly top_stave

top_stave: Stave

Static TEXT_FONT

TEXT_FONT: Required<FontInfo> = ...

Default font for text. This is not related to music engraving. Instead, see Flow.setMusicFont(...fontNames) to customize the font for musical symbols placed on the score.

-

Static Readonly type

type: { BOLD_DOUBLE_LEFT: 5; BOLD_DOUBLE_RIGHT: 6; BRACE: 3; BRACKET: 4; DOUBLE: 2; NONE: 8; SINGLE: 1; SINGLE_LEFT: 1; SINGLE_RIGHT: 0; THIN_DOUBLE: 7 } = ...
+

Static Readonly type

type: Record<string, 0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8> = ...

SINGLE_LEFT and SINGLE are the same value for compatibility with older versions of vexflow which didn't have right sided stave connectors.

-

Type declaration

  • BOLD_DOUBLE_LEFT: 5
  • BOLD_DOUBLE_RIGHT: 6
  • BRACE: 3
  • BRACKET: 4
  • DOUBLE: 2
  • NONE: 8
  • SINGLE: 1
  • SINGLE_LEFT: 1
  • SINGLE_RIGHT: 0
  • THIN_DOUBLE: 7

Static Readonly typeString

typeString: { boldDoubleLeft: 5; boldDoubleRight: 6; brace: 3; bracket: 4; double: 2; none: 8; single: 1; singleLeft: 1; singleRight: 0; thinDouble: 7 } = ...
+

Static Readonly typeString

typeString: Record<"singleRight" | "singleLeft" | "single" | "double" | "brace" | "bracket" | "boldDoubleLeft" | "boldDoubleRight" | "thinDouble" | "none", 0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8> = ...

Connector type:

  • "singleRight"
  • @@ -21,7 +21,7 @@
  • "thinDouble"
  • "none"
-

Type declaration

  • boldDoubleLeft: 5
  • boldDoubleRight: 6
  • brace: 3
  • bracket: 4
  • double: 2
  • none: 8
  • single: 1
  • singleLeft: 1
  • singleRight: 0
  • thinDouble: 7

Accessors

font

Accessors

font