The <slash-dot> element

Parent elements: <beat-repeat>, <slash>

The <slash-dot> element is used to specify any augmentation dots in the note type used to display repetition marks.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/slash-dot/

Hierarchy

  • SlashDot

Implements

Constructors

Properties

attributes: SlashDotAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "slash-dot";
} = SlashDot.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly []
    • Readonly name: "slash-dot"
    schema: {
        attributes: {};
        contents: readonly [];
        name: "slash-dot";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly []
      • Readonly name: "slash-dot"

      Generated using TypeDoc