The <ensemble> element

Parent elements: <instrument-change>, <score-instrument>

The <ensemble> element is present if performance is intended by an ensemble such as an orchestral section. The text of the <ensemble> element contains the size of the section, or is empty if the ensemble size is not specified.

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

Hierarchy

  • Ensemble

Implements

Constructors

Properties

attributes: EnsembleAttributes
schema: {
    attributes: {};
    contents: readonly [{
        label: "size";
        type: "label";
        value: {
            type: "required";
            value: {
                choices: readonly ["", {
                    max: number;
                    min: 1;
                    type: "int";
                }];
                type: "choices";
            };
        };
    }];
    name: "ensemble";
} = Ensemble.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          label: "size";
          type: "label";
          value: {
              type: "required";
              value: {
                  choices: readonly ["", {
                      max: number;
                      min: 1;
                      type: "int";
                  }];
                  type: "choices";
              };
          };
      }]
    • Readonly name: "ensemble"
    schema: {
        attributes: {};
        contents: readonly [{
            label: "size";
            type: "label";
            value: {
                type: "required";
                value: {
                    choices: readonly ["", {
                        max: number;
                        min: 1;
                        type: "int";
                    }];
                    type: "choices";
                };
            };
        }];
        name: "ensemble";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            label: "size";
            type: "label";
            value: {
                type: "required";
                value: {
                    choices: readonly ["", {
                        max: number;
                        min: 1;
                        type: "int";
                    }];
                    type: "choices";
                };
            };
        }]
      • Readonly name: "ensemble"

      Methods

      Generated using TypeDoc