Point

public enum Point : Equatable

A single point of the beaming for a single beaming item (metrical context).

  • Maintain a beam on a given level.

    Declaration

    Swift

    case maintain
  • Start a beam on a given level.

    Declaration

    Swift

    case start
  • Stop a beam on a given level.

    Declaration

    Swift

    case stop
  • Add a beamlet on a given level.

    Declaration

    Swift

    case beamlet(direction: BeamletDirection)
  • Rhythm.Beaming.Point.Vertical.

    See more

    Declaration

    Swift

    public struct Vertical : Equatable
  • Declaration

    Swift

    public var description: String { get }