The <beats> element

Parent elements: <interchangeable>, <time>

The <beats> element indicates the number of beats, as found in the numerator of a time signature.

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

Hierarchy

  • Beats

Implements

Constructors

Properties

attributes: BeatsAttributes
contents: BeatsContents
schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "beats";
} = Beats.schema

Type declaration

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

    Type declaration

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

      Methods

      Generated using TypeDoc