music-pitch-literal-1.7.1: Overloaded pitch literals.

Portabilityportable
Stabilityexperimental
Maintainerhans@hanshoglund.se
Safe HaskellSafe-Inferred

Music.Pitch.Literal.Pitch

Description

Provides overloaded pitch literals.

Documentation

class IsPitch a whereSource

Methods

fromPitch :: PitchL -> aSource

Instances

newtype PitchL Source

Constructors

PitchL 

Fields

getPitchL :: (Int, Maybe Double, Int)
 

c'' :: IsPitch a => aSource

d'' :: IsPitch a => aSource

e'' :: IsPitch a => aSource

f'' :: IsPitch a => aSource

g'' :: IsPitch a => aSource

a'' :: IsPitch a => aSource

b'' :: IsPitch a => aSource

cs' :: IsPitch a => aSource

ds' :: IsPitch a => aSource

es' :: IsPitch a => aSource

fs' :: IsPitch a => aSource

gs' :: IsPitch a => aSource

as' :: IsPitch a => aSource

bs' :: IsPitch a => aSource

c' :: IsPitch a => aSource

d' :: IsPitch a => aSource

e' :: IsPitch a => aSource

f' :: IsPitch a => aSource

g' :: IsPitch a => aSource

a' :: IsPitch a => aSource

b' :: IsPitch a => aSource

cb' :: IsPitch a => aSource

db' :: IsPitch a => aSource

eb' :: IsPitch a => aSource

fb' :: IsPitch a => aSource

gb' :: IsPitch a => aSource

ab' :: IsPitch a => aSource

bb' :: IsPitch a => aSource

cs :: IsPitch a => aSource

ds :: IsPitch a => aSource

es :: IsPitch a => aSource

fs :: IsPitch a => aSource

gs :: IsPitch a => aSource

as :: IsPitch a => aSource

bs :: IsPitch a => aSource

c :: IsPitch a => aSource

d :: IsPitch a => aSource

e :: IsPitch a => aSource

f :: IsPitch a => aSource

g :: IsPitch a => aSource

a :: IsPitch a => aSource

b :: IsPitch a => aSource

cb :: IsPitch a => aSource

db :: IsPitch a => aSource

eb :: IsPitch a => aSource

fb :: IsPitch a => aSource

gb :: IsPitch a => aSource

ab :: IsPitch a => aSource

bb :: IsPitch a => aSource

cs_ :: IsPitch a => aSource

ds_ :: IsPitch a => aSource

es_ :: IsPitch a => aSource

fs_ :: IsPitch a => aSource

gs_ :: IsPitch a => aSource

as_ :: IsPitch a => aSource

bs_ :: IsPitch a => aSource

c_ :: IsPitch a => aSource

d_ :: IsPitch a => aSource

e_ :: IsPitch a => aSource

f_ :: IsPitch a => aSource

g_ :: IsPitch a => aSource

a_ :: IsPitch a => aSource

b_ :: IsPitch a => aSource

cb_ :: IsPitch a => aSource

db_ :: IsPitch a => aSource

eb_ :: IsPitch a => aSource

fb_ :: IsPitch a => aSource

gb_ :: IsPitch a => aSource

ab_ :: IsPitch a => aSource

bb_ :: IsPitch a => aSource

c__ :: IsPitch a => aSource

d__ :: IsPitch a => aSource

e__ :: IsPitch a => aSource

f__ :: IsPitch a => aSource

g__ :: IsPitch a => aSource

a__ :: IsPitch a => aSource

b__ :: IsPitch a => aSource