ChordPro authoring guide
Use this quick format when writing a chart for BandBinder:
{title: Song Title}
{artist: Artist Name}
{key: G}
{tempo: 96}
[G]Line one lyric text
[D]Line two lyric text
Tips:
- Keep directives in
{braces}and chords in[brackets]. - Put metadata (
title,artist,key,tempo) near the top. - Use section directives (
{start_of_verse},{start_of_chorus}) for easier chart navigation.
Reference details live in the official ChordPro spec.
Edit this page on GitHub