music-parts-1.8: 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.Division

Description

 

Synopsis

Documentation

data Division Source

A division represents a subset of a finite group of performers.

For example a group may be divided into three equal divisions, designated (0, 3), (1, 3) and (2, 3) respectively.

divisions :: Int -> [Division] Source

Get all possible divisions for a given divisor in ascending order.

showDivision :: Division -> String Source

Show division in ordinary numerals.

showDivisionR :: Division -> String Source

Show division in roman numerals.