diff options
| -rw-r--r-- | configs/homecoming.json | 22 | ||||
| -rw-r--r-- | src/homecoming.chordpro | 3 |
2 files changed, 23 insertions, 2 deletions
diff --git a/configs/homecoming.json b/configs/homecoming.json new file mode 100644 index 0000000..df9e4a4 --- /dev/null +++ b/configs/homecoming.json @@ -0,0 +1,22 @@ +{ + "pdf": { + "fonts": { + "chord": { + "size": 10 + }, + "text": { + "size": 11 + }, + "comment": { + "size": 12 + }, + "title": { + "size": 12 + } + }, + "columnspace": 15 + }, + "settings": { + "columns": 2 + } +} diff --git a/src/homecoming.chordpro b/src/homecoming.chordpro index e75c346..82cceba 100644 --- a/src/homecoming.chordpro +++ b/src/homecoming.chordpro @@ -11,7 +11,6 @@ {Key:C} {transpose:0} {capo:0} -{columns:2} {sob} %{composer} BPM: %{tempo} | %{time} | Key: @@ -45,7 +44,7 @@ Death came to [F2]life when He [Am7]called me by [G4]name [*|][C][*|][C][*|][F2/A][*|][F2/A][*|] [*|][C/G][*|][C/G][*|][F2(no3)][*|][F2(no3)][*|] {eov} - +{column_break} {sob:Bridge} I see [C]bright crimson robes draped over the ashes A [F2/A]wide open tomb where there should be a casket |
