- Non-diatonic pitches are supported using Nashville numbers (#5). - When using Nashville numbers chord variants with non-diatonic roots are now recognized (e.g. b7) - Pitch rendering is now aware of key centers. For example, F# is F# rendered as F# when in the key of G but Gb when in the key of Ab.
15 lines
321 B
Nim
15 lines
321 B
Nim
# Package
|
|
|
|
version = "0.5.1"
|
|
author = "Jonathan Bernard"
|
|
description = "Chord chart formatter compatible with Planning Center Online"
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
installExt = @["nim"]
|
|
bin = @["pco_chords"]
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.6.6", "docopt", "zero_functional"
|