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

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

Music.Time.Stretchable

Description

 

Synopsis

Documentation

class Stretchable s whereSource

Stretchable values.

Methods

stretch :: Duration s -> s a -> s aSource

Stretch (augment) a value by the given factor.

 Duration -> Score a -> Score a