The <listen> element

Parent element: <note>

The <listen> and <listening> elements, new in Version 4.0, specify different ways that a score following or machine listening application can interact with a performer. The <listen> element handles interactions that are specific to a note. If multiple child elements of the same type are present, they should have distinct player and/or time-only attributes.

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

Hierarchy

  • Listen

Implements

Constructors

Properties

attributes: ListenAttributes
contents: ListenContents
schema: {
    attributes: {};
    contents: readonly [{
        label: "listens";
        type: "label";
        value: {
            type: "oneOrMore";
            value: {
                choices: readonly [typeof Assess, typeof Wait, typeof OtherListen];
                type: "choices";
            };
        };
    }];
    name: "listen";
} = Listen.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          label: "listens";
          type: "label";
          value: {
              type: "oneOrMore";
              value: {
                  choices: readonly [typeof Assess, typeof Wait, typeof OtherListen];
                  type: "choices";
              };
          };
      }]
    • Readonly name: "listen"
    schema: {
        attributes: {};
        contents: readonly [{
            label: "listens";
            type: "label";
            value: {
                type: "oneOrMore";
                value: {
                    choices: readonly [typeof Assess, typeof Wait, typeof OtherListen];
                    type: "choices";
                };
            };
        }];
        name: "listen";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            label: "listens";
            type: "label";
            value: {
                type: "oneOrMore";
                value: {
                    choices: readonly [typeof Assess, typeof Wait, typeof OtherListen];
                    type: "choices";
                };
            };
        }]
      • Readonly name: "listen"

      Methods

      Generated using TypeDoc