Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Derive.Scale.BohlenPierce

Contents

Synopsis

Documentation

layout :: Theory.Layout Source #

Keyboard layout where the lambda mode in A is analogous to C-major:

A - B C D - E F - G H - I A
1   2 3 4   5 6   7 8   9 1

│ █ │ │ █ │ █ │ █ │ │
│ █ │ │ █ │ █ │ █ │ │
│ │ │ │ │ │ │ │ │ │ │
└─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
 1 2 3 4 5 6 7 8 9 A
 A B C D E F G H I A

_print_intervals :: Text Source #

Display scale degrees and the intervals between them.

_print_scales :: IO () Source #

Display the keys and their signatures.

modes :: [(Text, [Pitch.Semi])] Source #

BP modes, as documented on http://www.huygens-fokker.org/bpsite/

The only difference is that I wrap the octave at A, rather than C.

This has keys rooted at every chromatic step, but BP modes rooted on accidentals tend to wind up with crazy key signatures, e.g. with triple sharps, probably due to the lack of a circle-of-fifths organization.

lambda_names :: [Text] Source #

Lambda family, never has 2 whole steps in a row.

gamma_names :: [Text] Source #

Gamma family. The x modes are considered not very useful.