Copyright | (c) Hans Hoglund 2012-2014 |
---|---|
License | BSD-style |
Maintainer | hans@hanshoglund.se |
Stability | experimental |
Portability | non-portable (TF,GNTD) |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
newtype ArticulationNotation Source
ArticulationNotation | |
|
Monoid ArticulationNotation | |
Wrapped ArticulationNotation | |
Transformable ArticulationNotation | |
Tiable ArticulationNotation | |
Rewrapped ArticulationNotation ArticulationNotation | |
HasBackendNote Lilypond a => HasBackendNote Lilypond (ArticulationT ArticulationNotation a) | |
type Unwrapped ArticulationNotation = ([Slur], [Mark]) | |
type Articulation ArticulationNotation = ArticulationNotation |
notateArticulation :: (Ord a, Articulated a, Real (Separation a), Real (Accentuation a)) => Ctxt a -> ArticulationNotation Source