lilypond-1.7.1: Bindings to Lilypond

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

Music.Lilypond.Pitch

Description

 

Synopsis

Documentation

data PitchClass 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