ChordPro in action

BandBinder ships with a few sample songs so a fresh library isn't empty on day one. Their ChordPro source is copy-pasteable - use it as a starting point for your own charts, or just read it to see what each feature looks like once it's real.

Home on the Range

A full band chart: inline chords sit directly above the syllable they're played on, named sections like {start_of_verse: Verse 1} label every block so you can call one out mid-rehearsal, and slash chords like [D/F#] render cleanly inside the lyric line. This one runs five labelled verses and closes on an Outro that carries the familiar refrain - see the ChordPro Tour below for {start_of_chorus} and a chorus label that comes back later in the song.

{title: Home on the Range}
{artist: Traditional}
{key: D}
{tempo: 74}
{time: 3/4}

{comment: Croon it - brushes, and lean on the D/F# walkups}

{start_of_verse: Verse 1}
[D]Oh, give me a home [D/F#]where the [G]buffalo [D]roam,
Where the [D]deer and the an[A]telope [A7]play,
Where [D]seldom is [D/F#]heard a [G]discouraging [D]word,
And the [D]skies are not [A]cloudy all [D]day.
{end_of_verse}

{start_of_verse: Verse 2}
[D]Where the air is so [Bm]pure and the [G]zephyrs so [D]free,
The [D]breezes so [A]balmy and [A7]light,
That I [D]would not exchange my [Bm]home on the [G]range
For [D]all of the [A]cities so [D]bright.
{end_of_verse}

{start_of_verse: Verse 3}
[D]How often at night when the [Bm]heavens are [G]bright
With the [D]light from the [A]glittering [A7]stars,
Have I [D]stood there amazed and [Bm]asked as I [G]gazed
If their [D]glory ex[A]ceeds that of [D]ours.
{end_of_verse}

{start_of_verse: Verse 4}
[D]Oh, give me a land where the [Bm]bright diamond [G]sand
Throws [D]light from its [A]glittering [A7]stream,
Where [D]glideth along the [Bm]graceful white [G]swan
Like a [D]maid in her [A]heavenly [D]dream.
{end_of_verse}

{start_of_verse: Verse 5}
[D]I love these wild flowers in this [Bm]dear land of [G]ours,
The [D]curlew I [A]love to hear [A7]scream,
And I [D]love the white rocks and the an[Bm]telope [G]flocks
That [D]graze on the [A]mountain-tops [D]green.
{end_of_verse}

{start_of_verse: Outro}
[D]Home, [G]home on the [D]range,
Where the [D]deer and the an[A]telope [A7]play;
Where [D]seldom is [D/F#]heard a [G]discouraging [D]word,
And the [D]skies are not [A]cloudy all [D]day.
{end_of_verse}

Oh My Darlin' Clementine

Not every chart needs chords or sections - a bare lyric sheet like this one imports and displays just as cleanly, ready for you to layer chords onto later. The {key}, {tempo} and {time} directives still earn their place: they drive transposition and the count-in even when no chord ever appears.

{title: Oh My Darlin' Clementine}
{artist: Traditional}
{key: G}
{tempo: 90}
{time: 3/4}

In a cavern, in a canyon,
Excavating for a mine,
Dwelt a miner, forty-niner,
And his daughter, Clementine.

Oh my darling, oh my darling,
Oh my darling Clementine,
You are lost and gone forever,
Dreadful sorry, Clementine.

Light she was and like a fairy,
And her shoes were number nine,
Herring boxes without topses,
Sandals were for Clementine.

Oh my darling, oh my darling,
Oh my darling Clementine,
You are lost and gone forever,
Dreadful sorry, Clementine.

Drove she ducklings to the water,
Every morning just at nine,
Struck her foot against a splinter,
Fell into the foaming brine.

Oh my darling, oh my darling,
Oh my darling Clementine,
You are lost and gone forever,
Dreadful sorry, Clementine.

ChordPro Tour

BandBinder's own built-in walkthrough chart. Every line is written to teach a feature: inline chords and transposition, chorus recall via section labels, a {start_of_tab} block (verbatim and transposition-safe), and a {capo} directive.

{title: ChordPro Tour}
{artist: BandBinder}
{key: G}
{tempo: 100}

{comment: Welcome to the ChordPro Tour. Every line in this chart is written to teach a ChordPro feature - play through it once, then keep it as your own quick reference.}

{start_of_verse}
This [C]line pairs a chord with the [G]word it sits above,
so the [C]chord and its syllable always line [G]up together.
Press [C]Shift and plus to transpose - every chord in the whole [G]chart moves at once,
while the words under[C]neath never have to be re[G]typed.
{end_of_verse}

{comment: Section labels like Verse and Chorus group lines and can repeat - the chorus below is marked once, then recalled again later, word for word.}

{start_of_chorus}
[G]Mark a section once, give it a [C]name,
[G]call it again and the [D]label does the [G]same.
{end_of_chorus}

{start_of_verse}
A short second verse sits here to prove sections can alternate,
carrying the tour forward one labeled block at a time.
{end_of_verse}

{start_of_chorus}
[G]Mark a section once, give it a [C]name,
[G]call it again and the [D]label does the [G]same.
{end_of_chorus}

{comment: The block below is a tab environment. Tab lines render in monospace exactly as typed and never change with transposition - proof: press Shift and plus and watch every chord above move while this riff holds still.}

{start_of_tab: Intro riff}
e|--------------------------|--------------------------|--------------------------|------------3-------------|
B|--------------------------|--------------------------|---3-5-----7b9---7-5-3----|--0-----------------------|
G|--------------------------|-------------2p0----------|--------------------------|----0---------------------|
D|--------------------------|--0h2-2---2-0-------------|--------------------------|------0-------------------|
A|------------------5-3-----|--------------------------|--------------------------|--------2-----------------|
E|3---3---3---5---3---------|--------------------------|--------------------------|3-------------------------|
{end_of_tab}

{comment: A capo directive tells the player where to clamp, and that the chords above are the shapes to finger with the capo on - at the written fret they read exactly as charted, sounding two semitones higher. Dial the capo with Ctrl and plus or minus, and every letter re-spells to the right shapes for that fret - at fret zero they become the true sounding chords.}

{capo: 2}

{comment: That's the tour. For the full directive and chord-syntax reference, see docs.bandbinder.app/chordpro/authoring.}