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 |
Provides clefs as meta-data.
Warning Experimental module.
Clef type
Adding clefs to scores
clef :: (HasMeta a, HasPosition a) => Clef -> a -> a Source
Set clef of the given score.
clefDuring :: HasMeta a => Span -> Clef -> a -> a Source
Set clef of the given part of a score.