The <virtual-library> element

Parent element: <virtual-instrument>

The <virtual-library> element indicates the virtual instrument library name.

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

Hierarchy

  • VirtualLibrary

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "virtual-library";
} = VirtualLibrary.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              type: "string";
          };
      }]
    • Readonly name: "virtual-library"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }];
        name: "virtual-library";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }]
      • Readonly name: "virtual-library"

      Methods

      Generated using TypeDoc