#!/bin/bash

pushd $(dirname $0)

chordpdf -f 12 \
	../i-thank-god.txt -k C \
	../this-is-amazing-grace.txt -k G \
	../10000-reasons-bless-the-lord.txt -k G \
	../lord-i-need-you.txt -k G \
	../in-christ-alone.txt -k G \
	../oceans-where-my-feet-may-fail.txt -k C \
	../way-maker.txt -k C \
	../gratitude.txt -k G \
	../the-blessing.txt -k G \
	../king-of-kings.txt -k G \
	guitar.pdf
chordpdf -f 12 \
	../i-thank-god.txt -k E \
	../this-is-amazing-grace.txt -k A \
	../10000-reasons-bless-the-lord.txt -k B \
	../lord-i-need-you.txt -k A \
	../in-christ-alone.txt -k A \
	../oceans-where-my-feet-may-fail.txt -k D \
	../way-maker.txt -k C \
	../gratitude.txt -k B \
	../the-blessing.txt -k B \
	../king-of-kings.txt -k A \
	piano.pdf

popd

