Optional
opts: { Optional
attributes?: Partial<BarlineAttributes>Optional
contents?: BarlineContentsReadonly
schemaReadonly
attributes: { Readonly
coda: { Readonly
label: "coda-token"Readonly
type: "label"Readonly
value: { Readonly
type: "optional"Readonly
value: { Readonly
type: "string"Readonly
divisions: { Readonly
type: "optional"Readonly
value: { Readonly
max: numberReadonly
min: numberReadonly
type: "float"Readonly
id: { Readonly
type: "optional"Readonly
value: { Readonly
pattern: RegExpReadonly
type: "regex"Readonly
zero: "_"Readonly
location: { Readonly
type: "optional"Readonly
value: { Readonly
choices: readonly ["right", "left", "middle"]Readonly
type: "choices"Readonly
segno: { Readonly
label: "segno-token"Readonly
type: "label"Readonly
value: { Readonly
type: "optional"Readonly
value: { Readonly
type: "string"Readonly
contents: readonly [{ Readonly
name: "barline"Static
Readonly
schemaReadonly
attributes: { Readonly
coda: { Readonly
label: "coda-token"Readonly
type: "label"Readonly
value: { Readonly
type: "optional"Readonly
value: { Readonly
type: "string"Readonly
divisions: { Readonly
type: "optional"Readonly
value: { Readonly
max: numberReadonly
min: numberReadonly
type: "float"Readonly
id: { Readonly
type: "optional"Readonly
value: { Readonly
pattern: RegExpReadonly
type: "regex"Readonly
zero: "_"Readonly
location: { Readonly
type: "optional"Readonly
value: { Readonly
choices: readonly ["right", "left", "middle"]Readonly
type: "choices"Readonly
segno: { Readonly
label: "segno-token"Readonly
type: "label"Readonly
value: { Readonly
type: "optional"Readonly
value: { Readonly
type: "string"Readonly
contents: readonly [{ Readonly
name: "barline"Generated using TypeDoc
The
<barline>
elementParent elements:
<measure>
(partwise),<part>
(timewise)If a barline is other than a normal single barline, it should be represented by a
<barline>
element that describes it. This includes information about repeats and multiple endings, as well as line style. Barline data is on the same level as the other musical data in a score - a child of a measure in a partwise score, or a part in a timewise score. This allows for barlines within measures, as in dotted barlines that subdivide measures in complex meters. The two<fermata>
elements allow for fermatas on both sides of the barline (the lower one inverted).https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/barline/