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

Copyright(c) Hans Hoglund 2012-2015
LicenseBSD-style
Maintainerhans@hanshoglund.se
Stabilityexperimental
Portabilitynon-portable (TF,GNTD)
Safe HaskellNone
LanguageHaskell2010

Music.Parts.Subpart

Description

 

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]