musicxml-0.1.2: MusicXML format encoded as Haskell type and functions of reading and writting.

PortabilityHaXML
Stabilityexperimental
Maintainersilva.samuel@alumni.uminho.pt

Text.XML.MusicXML.Note

Contents

Description

 

Synopsis

Note entities

Note

Note_

type Cue = ()Source

Instrument

Type

Dot

Accidental

Time_Modification

Stem

Notehead

Beam

data Beam_ Source

Constructors

Beam_Accel 
Beam_Rit 
Beam_None 

Instances

Notations

Tied

Slur

Tuplet

data Tuplet_ Source

Constructors

Tuplet_1 
Tuplet_2 
Tuplet_3 

Instances

Glissando

Slide

Ornaments

Technical

data Bend_ Source

Constructors

Bend_1 Pre_Bend 
Bend_2 Release 

Instances

Articulations

Arpeggiate

Non_Arpeggiate

Lyric

type Extend = ((Font, Color), ())Source