music-parts-1.9.0: Musical instruments, parts and playing techniques.

Safe HaskellNone
LanguageHaskell2010

Music.Parts.Subpart

Description

A type to represent (recursive) subdivisions of a part.

Synopsis

Documentation

newtype Subpart Source

A subpart is a potentially infinite sequence of divisions, each typically designated using a new index type, i.e. I.1.2.

The empty subpart (also known as mempty) represents all the players of the group, or in the context of Part, all players of the given instrument.

Constructors

Subpart [Division] 

Instances

Eq Subpart 
Ord Subpart 
Show Subpart 
Monoid Subpart 
Wrapped Subpart 
Semigroup Subpart 
ToJSON Subpart 
FromJSON Subpart 
Default Subpart 
Rewrapped Subpart Subpart 
type Unwrapped Subpart = [Division]