From 845fcc38173968d9d4da1c7a632914ace1d77cca Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Sat, 6 Apr 2024 22:25:53 -0400 Subject: allow more space at bottom of pdf in global config --- config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 98bf27f..c9981f5 100644 --- a/config.json +++ b/config.json @@ -12,9 +12,11 @@ "pdf": { "columnspace": 35, "margintop": 30, - "headspace": 30, + "marginbottom": 20, "marginleft": 10, "marginright": 0, + "footspace": 10, + "headspace": 30, "spacing": { "lyrics": 1.4 }, -- cgit v1.2.3