The <metronome-tied> element

Parent element: <metronome-note>

The <metronome-tied> element indicates the presence of a tie within a metric relationship mark. As with the <tied> element, both the start and stop of the tie should be specified, in this case within separate <metronome-note> elements.

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

Hierarchy

  • MetronomeTied

Implements

Constructors

Properties

contents: []
schema: {
    attributes: {
        type: {
            type: "required";
            value: {
                choices: readonly ["start", "stop"];
                type: "choices";
            };
        };
    };
    contents: readonly [];
    name: "metronome-tied";
} = MetronomeTied.schema

Type declaration

  • Readonly attributes: {
        type: {
            type: "required";
            value: {
                choices: readonly ["start", "stop"];
                type: "choices";
            };
        };
    }
    • Readonly type: {
          type: "required";
          value: {
              choices: readonly ["start", "stop"];
              type: "choices";
          };
      }
      • Readonly type: "required"
      • Readonly value: {
            choices: readonly ["start", "stop"];
            type: "choices";
        }
        • Readonly choices: readonly ["start", "stop"]
        • Readonly type: "choices"
  • Readonly contents: readonly []
  • Readonly name: "metronome-tied"
schema: {
    attributes: {
        type: {
            type: "required";
            value: {
                choices: readonly ["start", "stop"];
                type: "choices";
            };
        };
    };
    contents: readonly [];
    name: "metronome-tied";
} = ...

Type declaration

  • Readonly attributes: {
        type: {
            type: "required";
            value: {
                choices: readonly ["start", "stop"];
                type: "choices";
            };
        };
    }
    • Readonly type: {
          type: "required";
          value: {
              choices: readonly ["start", "stop"];
              type: "choices";
          };
      }
      • Readonly type: "required"
      • Readonly value: {
            choices: readonly ["start", "stop"];
            type: "choices";
        }
        • Readonly choices: readonly ["start", "stop"]
        • Readonly type: "choices"
  • Readonly contents: readonly []
  • Readonly name: "metronome-tied"

Methods

Generated using TypeDoc