music-pitch-1.3: src/Music/Pitch.hs
-------------------------------------------------------------------------------------
-- |
-- Copyright : (c) Hans Hoglund 2012
--
-- License : BSD-style
--
-- Maintainer : hans@hanshoglund.se
-- Stability : experimental
-- Portability : portable
--
-- Provides overloaded pitch literals.
--
-------------------------------------------------------------------------------------
module Music.Pitch (
module Music.Pitch.Absolute,
module Music.Pitch.Relative,
module Music.Pitch.Literal
) where
import Music.Pitch.Absolute
import Music.Pitch.Relative
import Music.Pitch.Literal