Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Euterpea.Music.Note.Music
Documentation
type Pitch = (PitchClass, Octave) Source
data PitchClass Source
type PlayerName = String Source
data InstrumentName Source
Constructors
data PhraseAttribute Source
data StdLoudness Source
Constructors
Ritardando Rational | |
Accelerando Rational |
data Articulation Source
Constructors
Staccato Rational | |
Legato Rational | |
Slurred Rational | |
Tenuto | |
Marcato | |
Pedal | |
Fermata | |
FermataDown | |
Breath | |
DownBow | |
UpBow | |
Harmonic | |
Pizzicato | |
LeftPizz | |
BartokPizz | |
Swell | |
Wedge | |
Thumb | |
Stopped |
Instances
Constructors
DiamondHead | |
SquareHead | |
XHead | |
TriangleHead | |
TremoloHead | |
SlashHead | |
ArtHarmonic | |
NoHead |
instrument :: InstrumentName -> Music a -> Music a Source
phrase :: [PhraseAttribute] -> Music a -> Music a Source
player :: PlayerName -> Music a -> Music a Source
pcToInt :: PitchClass -> Int Source