Class ChordLyricsPair

Represents a chord with the corresponding (partial) lyrics

Constructors

Methods

Constructors

  • Initialises a ChordLyricsPair

    Parameters

    • chords: string = ''

      The chords

    • lyrics: null | string = null

      The lyrics

    • annotation: null | string = null

      The annotation

    Returns ChordLyricsPair

Methods

  • Indicates whether a ChordLyricsPair should be visible in a formatted chord sheet (except for ChordPro sheets)

    Returns boolean