StaffLinesCollection
public struct StaffLinesCollection : Renderable
Collection of staff and ledger lines, which can be rendered graphically when necessary.
- FIXME: Use own
Configuration
type (currently usingStaffConfiguration
, which is TMI).
-
Undocumented
Declaration
Swift
public var rendered: StyledPath.Composite { get }
-
Undocumented
Declaration
Swift
public init( staffLines: LinesSegmentCollection, ledgerLines: [Double: [LedgerLineDirection: Int]], configuration: StaffConfiguration )