Type alias LyricLanguageAttributes

LyricLanguageAttributes: {
    name: string | null;
    number: string | null;
    xml:lang: string;
}

Type declaration

  • name: string | null

    The lyric name for which this is the default, corresponding to the name attribute in the <lyric> element.

  • number: string | null

    The lyric number for which this is the default, corresponding to the number attribute in the <lyric> element.

  • xml:lang: string

    The default language for the specified lyric name and number.

Generated using TypeDoc