The <beat-unit-tied> element

Parent element: <metronome>

The <beat-unit-tied> element indicates a <beat-unit> within a metronome mark that is tied to the preceding <beat-unit>. This allows two or more tied notes to be associated with a per-minute value in a metronome mark, whereas the <metronome-tied> element is restricted to metric relationship marks.

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

Hierarchy

  • BeatUnitTied

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: typeof BeatUnit;
    }, {
        label: "beat-unit-dots";
        type: "label";
        value: {
            type: "zeroOrMore";
            value: typeof BeatUnitDot;
        };
    }];
    name: "beat-unit-tied";
} = BeatUnitTied.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: typeof BeatUnit;
      }, {
          label: "beat-unit-dots";
          type: "label";
          value: {
              type: "zeroOrMore";
              value: typeof BeatUnitDot;
          };
      }]
    • Readonly name: "beat-unit-tied"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: typeof BeatUnit;
        }, {
            label: "beat-unit-dots";
            type: "label";
            value: {
                type: "zeroOrMore";
                value: typeof BeatUnitDot;
            };
        }];
        name: "beat-unit-tied";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: typeof BeatUnit;
        }, {
            label: "beat-unit-dots";
            type: "label";
            value: {
                type: "zeroOrMore";
                value: typeof BeatUnitDot;
            };
        }]
      • Readonly name: "beat-unit-tied"

      Methods

      Generated using TypeDoc