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.Score.Internal.Export

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.

type MVoice a = Voice (Maybe a) Source

toMVoice :: (Semigroup a, Transformable a) => Score a -> MVoice a Source

unvoice :: Voice b -> [(Duration, b)] Source

Deprecated: Use unsafeEventsV