The <end-line> element

Parent element: <lyric>

The <end-line> 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-line/

Hierarchy

  • EndLine

Implements

Constructors

Properties

attributes: EndLineAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "end-line";
} = EndLine.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc