ptsefton / chordprobook

Script to convert collections of chordpro format song charts to PDF, HTML, and word processing doc formats
Other
29 stars 4 forks source link

Various setlist enhancements #1

Closed ptsefton closed 8 years ago

ptsefton commented 8 years ago
ptsefton commented 8 years ago

I think the best way to implement setlists is to make them markdown - yes this means that # will be handled differently in songs (Where it is a comment) and in setlists but it will make setlists much more flexible.

{title: North Pole gig 2015-12-25}
# Set 1
## Rudolph
He gets cranky unless we play this, so make sure he's listening
## Another song

# Set 2
## Rudolph {transpose: +1}
### Play loud!

## Rudolph {transpose: +2}
Three times might not be enough, consider doing it again for encore

...