The <solo> element

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

The <solo> element is present if performance is intended by a solo instrument.

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

Hierarchy

  • Solo

Implements

Constructors

Properties

attributes: SoloAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "solo";
} = Solo.schema

Type declaration

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

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly []
      • Readonly name: "solo"

      Generated using TypeDoc