lilypond-1.9.0: Bindings to Lilypond

Copyright(c) Hans Hoglund 2012
LicenseBSD-style
Maintainerhans@hanshoglund.se
Stabilityexperimental
PortabilityGHC
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Music.Lilypond.Pitch

Description

 

Synopsis

Documentation

newtype Pitch Source

Constructors

Pitch 

Instances

Eq Pitch 
Ord Pitch 
Show Pitch 
Pretty Pitch 
IsPitch Pitch 

data PitchName Source

Constructors

C 
D 
E 
F 
G 
A 
B 

type Accidental = Int Source

For double flat -2, flat -1, natural 0, sharp 1 and double sharp 2.

type Octaves = Int Source

Number of octaves raised (positive) or flattened (negative).

data Mode Source

Mode (for key signatures).

Constructors

Major 
Minor 

Instances

Eq Mode 
Show Mode 
Pretty Mode