bard 2.0.1

Creates PDF and HTML songbooks out of easy-to-write Markdown sources.
Documentation
version = 2

songs = [
    "yippie.md",
]

notation = "english"

[[output]]
file = "songbook.pdf"

[[output]]
file = "songbook.html"

[book]
title = "My Songbook"
subtitle = "(You can edit that title!)"
chorus_label = "Ch"
title_note = "(And this note too...)"