The <normal-dot> element

Parent element: <time-modification>

The <normal-dot> element is used to specify dotted normal tuplet types.

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

Hierarchy

  • NormalDot

Implements

Constructors

Properties

contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "normal-dot";
} = NormalDot.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc