The goal of this repository is to design a DSL to represent a chords chart in a text file.
The chart-editor, written in Elm, stores chords charts in an Elm data structure (sample for "All of me").
This would be more convinient to manipulate a plain text file, like so:
---
title: All of me
key: C
---
# A
C - E7 - A7 - Dm -
# B
E7 - Am - D7 - G7 -
# A
# C
F Fm C A7 Dm7b5 G7 C -
See also:
- sample charts directory
GRAMMAR.md