StaffLinesCollection
public struct StaffLinesCollection : Renderable
Collection of staff and ledger lines, which can be rendered graphically when necessary.
- FIXME: Use own
Configurationtype (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 )
View on GitHub
Install in Dash
StaffLinesCollection Structure Reference