open-chord-charts / chart-dsl

Design of the domain specific language to represent a chord chart in a text file
MIT License
4 stars 0 forks source link
chords dsl music

chart-dsl

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: