| Copyright | (c) Hans Hoglund 2012 |
|---|---|
| License | BSD-style |
| Maintainer | hans@hanshoglund.se |
| Stability | experimental |
| Portability | non-portable (TF,GNTD) |
| Safe Haskell | None |
| Language | Haskell2010 |
Music.Prelude.Standard
Description
Standard music representation.
Documentation
module Music.Pitch
module Music.Dynamics
module Music.Articulation
module Music.Parts
module Music.Score
type StandardNote = PartT Part (ColorT (TextT (TremoloT (HarmonicT (SlideT (ArticulationT Articulation (DynamicT Dynamics [TieT Pitch]))))))) Source
asNote :: StandardNote -> StandardNote Source
open :: Score StandardNote -> IO () Source
openAndPlay :: Score StandardNote -> IO b Source