Tie

public enum Tie

Whether a tie is needed to start, stop, or not exist at all for a given metrical instance.

  • No ties needed.

    Declaration

    Swift

    case none
  • Start tie.

    Declaration

    Swift

    case start
  • Stop tie.

    Declaration

    Swift

    case stop
  • Continue a tie by stopping the previous and starting a new one.

    Declaration

    Swift

    case maintain