diff --git a/pco_chords.nimble b/pco_chords.nimble
index bcff610..fedcadb 100644
--- a/pco_chords.nimble
+++ b/pco_chords.nimble
@@ -1,6 +1,6 @@
# Package
-version = "0.3.1"
+version = "0.4.0"
author = "Jonathan Bernard"
description = "Chord chart formatter compatible with Planning Center Online"
license = "MIT"
diff --git a/src/pco_chordspkg/ast.nim b/src/pco_chordspkg/ast.nim
index d791c2e..ed68faf 100644
--- a/src/pco_chordspkg/ast.nim
+++ b/src/pco_chordspkg/ast.nim
@@ -1,4 +1,4 @@
-import std/logging, std/nre, std/strtabs, std/strutils
+import std/[nre, strtabs, strutils]
import zero_functional
type
diff --git a/src/pco_chordspkg/cliconstants.nim b/src/pco_chordspkg/cliconstants.nim
index 6259a29..c162844 100644
--- a/src/pco_chordspkg/cliconstants.nim
+++ b/src/pco_chordspkg/cliconstants.nim
@@ -1,4 +1,4 @@
-const PCO_CHORDS_VERSION* = "0.3.1"
+const PCO_CHORDS_VERSION* = "0.4.0"
const USAGE* = """Usage:
pco_chords [options]
diff --git a/src/pco_chordspkg/html.nim b/src/pco_chordspkg/html.nim
index 66ae9b7..b4aee10 100644
--- a/src/pco_chordspkg/html.nim
+++ b/src/pco_chordspkg/html.nim
@@ -62,6 +62,16 @@ h3 {
margin-right: 0.5em;
}
+.song-order h3 {
+ font-style: italic;
+ font-weight: normal;
+}
+
+.song-order li {
+ list-style: none;
+ margin-left: 1em;
+}
+
@media screen {
body { margin: 1em; }
}
@@ -84,6 +94,14 @@ proc transpose(ctx: FormatContext, chord: ChordChartChord): string =
else: result = chord.original
+func makeSongOrder(songOrder, indent: string): string =
+ result = indent & "Song Order
\p" &
+ indent & " \p"
+ result &= join(songOrder.split(",") -->
+ map(indent & "
\p" & indent & "