Environment

enum Environment : String

The environment of a section of the song

  • No environment

    Declaration

    Swift

    case none = ""
  • Chorus environment

    Declaration

    Swift

    case chorus = "Chorus"
  • Repeat chorus environment

    Declaration

    Swift

    case repeatChorus = "Repeat Chorus"
  • Verse environment

    Declaration

    Swift

    case verse = "Verse"
  • Bridge environment

    Declaration

    Swift

    case bridge = "Bridge"
  • Comment environment

    Declaration

    Swift

    case comment = "Comment"
  • tab

    Tab environment

    Declaration

    Swift

    case tab = "Tab"
  • Grid environment

    Declaration

    Swift

    case grid = "Grid"