The <metronome-relation> element

Parent element: <metronome>

The <metronome-relation> element describes the relationship symbol that goes between the two sets of <metronome-note> elements. The currently allowed value is equals, but this may expand in future versions. If the element is empty, the equals value is used.

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

Hierarchy

  • MetronomeRelation

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "optional";
        value: {
            type: "string";
        };
    }];
    name: "metronome-relation";
} = MetronomeRelation.schema

Type declaration

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

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "optional";
            value: {
                type: "string";
            };
        }]
      • Readonly name: "metronome-relation"

      Methods

      Generated using TypeDoc