The <beat-type> element

Parent elements: <interchangeable>, <time>

The <beat-type> element indicates the beat unit, as found in the denominator of a time signature.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/beat-type/

Hierarchy

  • BeatType

Implements

Constructors

Properties

attributes: BeatTypeAttributes
schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "beat-type";
} = BeatType.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              type: "string";
          };
      }]
    • Readonly name: "beat-type"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }];
        name: "beat-type";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }]
      • Readonly name: "beat-type"

      Methods

      Generated using TypeDoc