From 22231b5118f6dbe86c68c4d2fdadda4dd22cd57d Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Fri, 26 Jul 2024 19:37:23 +0200 Subject: [PATCH] Show artist in header --- chordpro.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/chordpro.json b/chordpro.json index d892f3f..d0c0a13 100644 --- a/chordpro.json +++ b/chordpro.json @@ -9,6 +9,13 @@ "headspace" : 40, "footspace" : 20, + "formats" : { + "title" : { + "title" : [ "", "%{title}", "" ], + "subtitle" : [ "", "%{artist}", "" ], + }, + }, + "fontdir" : [ "static/fonts/liberation-fonts-ttf-2.1.5/" ], "fontconfig" : { "serif" : { @@ -29,9 +36,6 @@ "italic" : "LiberationMono-Italic.ttf", "bolditalic" : "LiberationMono-BoldItalic.ttf" }, - "dingbats" : { - "" : "ZapfDingbats" - } }, "fonts" : { @@ -72,6 +76,7 @@ } } }, + "html" : { "styles" : { "display" : "/chordpro.css"