Spelling
public struct Spelling : Equatable
Undocumented
-
Whether a tie is needed to start, stop, or not exist at all for a given metrical instance.
See moreDeclaration
Swift
public enum Tie
-
Information necessary to render a tuplet bracket.
See moreDeclaration
Swift
public struct Group : Equatable
-
Information needed to abstractly represent a single metrical instance.
Declaration
Swift
public struct Item : Equatable
-
Creates a
Rhythm.Spelling
for the givenrhythm
using the givenbeamer
.Declaration
Swift
public init(rhythm: Rhythm, using beamer: (Rhythm) -> Beaming)