Kind

enum Kind

The kind of directive (block or inline)

  • The directive is wrapped around text; e.g. {start_of_chorus}Lalala!{end_of_chorus}

    Declaration

    Swift

    case block
  • The directive is inline, e.g. {comment: Hello World!}

    Declaration

    Swift

    case inline
  • The directive can have an optional label; e.g.{chorus: Repeat} or jusr {chorus}

    Declaration

    Swift

    case optionalLabel