hamusic-0.1.2.1: Library to handle abstract musicSource codeContentsIndex
Music.Analysis.MusicXML.Level1Num
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 = (IntegerNumber, Maybe Alter)Source
type Alter = NumberSource
type Rest = ()Source
type Type = Type_Source
type Type_ = IntegerNumberSource
type Dot = ()Source
type Accidental = Accidental_Source
type Accidental_ = IntegerNumberSource
Produced by Haddock version 2.6.0