StaffPointModel
public struct StaffPointModel : PointModel
A single point on a Staff
.
Todo
ArticulationsTodo
Articulation positioning-
Undocumented
Declaration
Swift
public typealias HorizontalAxis = Clef
-
Undocumented
Declaration
Swift
public typealias VerticalAxis = Clef
-
Declaration
Swift
public typealias Entity = SpelledPitch
-
Undocumented
Declaration
Swift
public typealias VerticalCoordinate = StaffSlot
-
Undocumented
Declaration
Swift
public typealias HorizontalCoordinate = Double
-
Highest
StaffRepresentablePitch
.Declaration
Swift
public var highest: StaffRepresentablePitch? { get }
-
Lowest
StaffRepresentablePitch
.Declaration
Swift
public var lowest: StaffRepresentablePitch? { get }
-
A
Set
ofStaffRepresentablePitch
values.Declaration
Swift
public let elements: Set<StaffRepresentablePitch>
-
Creates a
StaffPointModel
with any type ofSequence
containingStaffRepresentablePitch
values.Declaration
Swift
public init<S>(_ sequence: S) where S : Sequence, S.Element == StaffRepresentablePitch
-
Declaration
Swift
public func ledgerLines(_ clef: Clef) -> (above: Int, below: Int)
Return Value
Ledger lines above and below