The <metronome-arrows> element

Parent element: <metronome>

If the <metronome-arrows> element is present, it indicates that metric modulation arrows are displayed on both sides of the metronome mark.

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

Hierarchy

  • MetronomeArrows

Implements

Constructors

Properties

contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "metronome-arrows";
} = MetronomeArrows.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly []
    • Readonly name: "metronome-arrows"
    schema: {
        attributes: {};
        contents: readonly [];
        name: "metronome-arrows";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly []
      • Readonly name: "metronome-arrows"

      Generated using TypeDoc