Song

struct Song: Equatable, Codable

The structure of a song as shown in Chord Provider

Display options

Metadata directives

Meta data directives that are defined

  • An array of defined directives that only should be set once

    Note

    Used in the directive menus to disable once only directives

    Declaration

    Swift

    var definedMetaData: [ChordPro.Directive] = []

All the sections in the song

All the chords in the song

The structure for metadata about the song

The structure for a section in the Song