diff --git a/pco_chords.nimble b/pco_chords.nimble index fedcadb..ea1770b 100644 --- a/pco_chords.nimble +++ b/pco_chords.nimble @@ -1,6 +1,6 @@ # Package -version = "0.4.0" +version = "0.4.1" author = "Jonathan Bernard" description = "Chord chart formatter compatible with Planning Center Online" license = "MIT" diff --git a/src/pco_chordspkg/ast.nim b/src/pco_chordspkg/ast.nim index ed68faf..880d63e 100644 --- a/src/pco_chordspkg/ast.nim +++ b/src/pco_chordspkg/ast.nim @@ -189,7 +189,7 @@ func parsePitch*(ctx: ParserContext, keyValue: string): ChordChartPitch = of "gs", "gis", "g#", "ab", "a♭", "af", "aes": return ChordChartPitch.Af of "g𝄪", "a", "a♮", "b𝄫": return ChordChartPitch.A of "as", "ais", "a#", "bf", "bb", "b♭", "bes", "c𝄫": return ChordChartPitch.Bf - of "a𝄪", "b", "ces", "cf": return ChordChartPitch.B + of "a𝄪", "b", "cb", "ces", "cf": return ChordChartPitch.B of "bs", "bis", "b#", "c", "d𝄫": return ChordChartPitch.C of "b𝄪", "cs", "cis", "c#", "df", "db", "des": return ChordChartPitch.Df of "c𝄪", "d", "e𝄫": return ChordChartPitch.D diff --git a/src/pco_chordspkg/cliconstants.nim b/src/pco_chordspkg/cliconstants.nim index c162844..de8bf1f 100644 --- a/src/pco_chordspkg/cliconstants.nim +++ b/src/pco_chordspkg/cliconstants.nim @@ -1,4 +1,4 @@ -const PCO_CHORDS_VERSION* = "0.4.0" +const PCO_CHORDS_VERSION* = "0.4.1" const USAGE* = """Usage: pco_chords [options]