summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-01-18 13:39:15 -0500
committerJonathan Bradley <jcb@pikum.xyz>2023-01-18 13:39:15 -0500
commitd85b153fbb6f4333fa93d5f8c0da4bad316c50ed (patch)
tree64bbf5b47826ee5664ac8f4c7c9aebea53809873 /config.json
parente45a238b18a899ee2d1c3a7d1fd2b044a92e37c2 (diff)
added config
Diffstat (limited to 'config.json')
-rw-r--r--config.json73
1 files changed, 73 insertions, 0 deletions
diff --git a/config.json b/config.json
new file mode 100644
index 0000000..4c0615c
--- /dev/null
+++ b/config.json
@@ -0,0 +1,73 @@
+{
+ "settings": {
+ "transcode": "roman"
+ },
+ "diagrams": {
+ "show": "none"
+ },
+ "pdf": {
+ "columnspace": 25,
+ "margintop": 70,
+ "headspace": 50,
+ "marginleft": 30,
+ "marginright": 30,
+ "labels": {
+ "comment": "comment"
+ },
+ "fonts": {
+ "annotation": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans-BoldOblique.ttf"
+ },
+ "chord": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans-BoldOblique.ttf",
+ "size": 11
+ },
+ "comment": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans.ttf",
+ "size": 14
+ },
+ "comment_boxed": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans.ttf"
+ },
+ "comment_italic": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans-Oblique.ttf"
+ },
+ "diagram": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans.ttf"
+ },
+ "diagram_base": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans.ttf"
+ },
+ "empty": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans.ttf"
+ },
+ "footer": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans.ttf"
+ },
+ "grid": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans-BoldOblique.ttf"
+ },
+ "grid_margin": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans.ttf"
+ },
+ "label": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans.ttf"
+ },
+ "subtitle": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans.ttf"
+ },
+ "tab": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans.ttf"
+ },
+ "text": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans.ttf"
+ },
+ "title": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans-Bold.ttf"
+ },
+ "toc": {
+ "file": "/usr/share/fonts/TTF/DejaVuSans.ttf"
+ }
+ }
+ }
+}