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

Portabilitynon-portable (TF,GNTD)
Stabilityexperimental
Maintainerhans@hanshoglund.se
Safe HaskellNone

Music.Time.Stretchable

Contents

Description

Provides stretchable values.

Synopsis

Stretchable class

compress :: Stretchable a => Duration -> a -> aSource

Compress (diminish) a score. Flipped version of stretch.

stretching :: (Stretchable a, Stretchable b) => Duration -> (a -> b) -> a -> bSource

Apply a function under stretch. See also sunder.

Utility

newtype NoStretch a Source

Constructors

NoStretch 

Fields

getNoStretch :: a