hamusic-0.1.2.1: Library to handle abstract musicSource codeContentsIndex
Music.Analysis.Abstract2ABC
Portabilityportable
Stabilityexperimental
Maintainersilva.samuel@alumni.uminho.pt
Description
This module implements
Documentation
mk_Music :: Motive (MelodicClass, RhythmAbsolute) -> ABCMusicSource
mk_Meta :: Motive (MelodicClass, RhythmAbsolute) -> ABCMetaDataSource
mk_Notes :: Motive (MelodicClass, RhythmAbsolute) -> [ABCMusicData]Source
mk_Note :: (MelodicClass, RhythmAbsolute) -> ABCNoteSource
mk_Duration :: RhythmAbsolute -> (Duration, Dotted)Source
mk_Note' :: MelodicClass -> Maybe (Pitch, Accident)Source
mk_Pitch :: PitchClass -> PitchSource
mk_Accident :: Accident -> AccidentSource
Produced by Haddock version 2.6.0