vrslev / chord-chart

Python and JavaScript library for chord chart validation and transposition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python and JavaScript library for chord chart validation and transposition.

pypi npm

Validate & format chart in this format:

|D G| Bm A|
 | Bm A/C# |D G|Bm A |

to this:

| D G | Bm A |
| Bm A/C# | D G | Bm A |

and traspose the notes to this (from D to H):

| H E | G#m F# |
| G#m F#/A# | H E | G#m F# |

or any other key.

Goto

The why

It is used in vrslev/songbook — lyrics and chords webapp.

About

Python and JavaScript library for chord chart validation and transposition.

License:MIT License


Languages

Language:Rust 86.8%Language:TypeScript 8.1%Language:Python 3.6%Language:Makefile 1.5%