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

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

Music.Score.Export.Common

Description

 

Synopsis

Documentation

voiceToBars' :: Tiable a => [Duration] -> Voice (Maybe a) -> [[(Duration, Maybe a)]]Source

Convert a voice to a list of bars using the given bar durations.

spellPitch :: Integral a => a -> (a, a, a)Source

Basic spelling for integral types.

toRelative :: [(Time, Duration, b)] -> [(Time, Duration, b)]Source

Convert absolute to relative durations.