The <humming> element

Parent element: <lyric>

The <humming> element represents a humming voice.

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

Hierarchy

  • Humming

Implements

Constructors

Properties

attributes: HummingAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "humming";
} = Humming.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc