StaffRepresentablePitch

public struct StaffRepresentablePitch

Undocumented

  • Undocumented

    Declaration

    Swift

    public let spelledPitch: SpelledPitch
  • Undocumented

    Declaration

    Swift

    public let notehead: Notehead
  • Undocumented

    Declaration

    Swift

    public let accidental: Pitch.Spelling.Modifier
  • Creates a StaffRepresentablePitch with a SpelledPitch and Notehead.

    Declaration

    Swift

    public init(_ spelledPitch: SpelledPitch, _ notehead: Notehead = .ord)
  • Declaration

    Swift

    public static func < (lhs: StaffRepresentablePitch, rhs: StaffRepresentablePitch) -> Bool