music-parts-1.7.2: 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

Contents

Description

Provides various representaitons of musical instruments, subdivisions and parts.

Synopsis

Terminology

Parts represent a subset of a group of performers. It is mainly used for instrumental and vocal music, but some concetps may be useful in electronic music as well.

  • Section refers to a set of instrumentfamilies related by sound production method (i.e. woodwind).
  • Family refers to a set of instrument or voice types, which typically differ in size (i.e. saxophones).
  • Instrument refers to a set of instruments or voice types of a given type (i.e. soprano saxophones). Perhaps confusingly, this includes vocal types such as alto, tenor etc as well. However, there is no good general term that incorporate both instrument and voice type.
  • A Part is made up of an Instrument and a Division (i.e. Violin I). Solo parts are treated separately, so i.e. Violin solo II (as in a double concerto) is distinct from Violin II.

Subparts

Solo vs. tutti

Instruments

Parts

data Part Source

A part is a subdivided group of instruments of a given type.

Constructors

Part Solo Instrument Subpart 

divide :: Int -> Part -> [Part] Source

Divide a part into n subparts.

containsPart :: Part -> Part -> Bool Source

a `containsPart` b holds if the set of players represented by a is an improper subset of the set of players represented by b.

Instruments etc

Ensembles

Default values

Basic