| Copyright | (c) Hans Hoglund 2012 |
|---|---|
| License | BSD-style |
| Maintainer | hans@hanshoglund.se |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Music.Articulation
Description
Provides abstract musical articulations.
Documentation
type Articulation = (Average Double, Average Double) Source