The <end-paragraph> element

Parent element: <lyric>

The <end-paragraph> element comes from RP-017 for Standard MIDI File Lyric meta-events. It facilitates lyric display for Karaoke and similar applications.

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

Hierarchy

  • EndParagraph

Implements

Constructors

Properties

contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "end-paragraph";
} = EndParagraph.schema

Type declaration

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

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly []
      • Readonly name: "end-paragraph"

      Generated using TypeDoc