hamusic-0.1.2.1: Library to handle abstract musicSource codeContentsIndex
Music.Analysis.MusicXML.Level1
Portabilityportable
Stabilityexperimental
Maintainersilva.samuel@alumni.uminho.pt
Description
Documentation
type Score_Partwise = [Music_Data]Source
data Music_Data Source
Constructors
Music_Data_1 Note
show/hide Instances
type Note = (Note_, Maybe Type, [Dot], Maybe Accidental)Source
data Note_ Source
Constructors
Note_3 Full_Note
show/hide Instances
type Full_Note = Full_Note_Source
data Full_Note_ Source
Constructors
Full_Note_1 Pitch
Full_Note_3 Rest
show/hide Instances
type Pitch = (Step, Maybe Alter, Octave)Source
data Step Source
Constructors
C
D
E
F
G
A
B
show/hide Instances
type Alter = NumberSource
type Octave = IntegerNumberSource
type Rest = ()Source
type Type = Type_Source
data Type_ Source
Constructors
Long
Breve
Whole
Half
Quarter
Eighth
Th16
Th32
Th64
Th128
Th256
show/hide Instances
type Dot = ()Source
type Accidental = Accidental_Source
data Accidental_ Source
Constructors
Sharp
Natural
Flat
Double_Sharp
Sharp_Sharp
Flat_Flat
Natural_Sharp
Natural_Flat
Quarter_Sharp
Quarter_Flat
Three_Quarters_Sharp
Three_Quarters_Flat
show/hide Instances
Produced by Haddock version 2.6.0