music-score-1.9.0: Musical score and part representation.

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

Music.Time.Rest

Contents

Description

Many time structures such as Score allows for rests between notes. Generally rests are simply treated as blank space, and thus have no duration. Sometimes it is useful to represent rests explicitly, so this module provides an alias for pure Nothing that can be used to that end.

To remove rests from a score, use mcatMaybes, for example:

open $ mcatMaybes $ scat [c,d,rest^*2,e]^/8

Synopsis

Rests