Copyright | (c) Hans Hoglund 2012 |
---|---|
License | BSD-style |
Maintainer | hans@hanshoglund.se |
Stability | experimental |
Portability | non-portable (TF,GNTD) |
Safe Haskell | None |
Language | Haskell2010 |
Standard music representation.
Documentation
type Music = Score StandardNote Source
type StandardNote = PartT Part (ColorT (TextT (TremoloT (HarmonicT (SlideT (ArticulationT Articulation (DynamicT Dynamics [TieT Pitch]))))))) Source
asScore :: Score StandardNote -> Score StandardNote Source
asVoice :: Voice StandardNote -> Voice StandardNote Source
asTrack :: Track StandardNote -> Track StandardNote Source
asNote :: StandardNote -> StandardNote Source
fromPitch'' :: IsPitch a => Pitch -> a Source