The <ipa> element

Parent element: <play>

The <ipa> element represents International Phonetic Alphabet (IPA) sounds for vocal music. String content is limited to IPA 2015 symbols represented in Unicode 13.0.

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

Hierarchy

  • Ipa

Implements

Constructors

Properties

attributes: IpaAttributes
contents: IpaContents
schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "ipa";
} = Ipa.schema

Type declaration

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

    Type declaration

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

      Methods

      Generated using TypeDoc