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.Meta

Contents

Description

 

Synopsis

Documentation

Meta-events

addMetaNote :: forall a b. (AttributeClass a, HasMeta b) => Event a -> b -> b Source

withMeta :: AttributeClass a => (a -> Score b -> Score b) -> Score b -> Score b Source

withMetaAtStart :: AttributeClass a => (a -> Score b -> Score b) -> Score b -> Score b Source