lilypond-1.7: Bindings to Lilypond

PortabilityGHC
Stabilityexperimental
Maintainerhans@hanshoglund.se
Safe HaskellSafe-Inferred

Music.Lilypond.Pitch

Description

 

Synopsis

Documentation

data PitchClass Source

Constructors

C 
D 
E 
F 
G 
A 
B 

type Accidental = IntSource

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

type Octaves = IntSource

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

data Mode Source

Mode (for key signatures).

Constructors

Major 
Minor 

Instances