From 5b5be3b7c099c1ab26339515287e674600933ca8 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 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/chordpro.json b/chordpro.json index d892f3f..9af3716 100644 --- a/chordpro.json +++ b/chordpro.json @@ -9,6 +9,12 @@ "headspace" : 40, "footspace" : 20, + "formats" : { + "title" : { + "title" : [ "", "%{title}", "%{artist}" ], + }, + }, + "fontdir" : [ "static/fonts/liberation-fonts-ttf-2.1.5/" ], "fontconfig" : { "serif" : { @@ -29,9 +35,6 @@ "italic" : "LiberationMono-Italic.ttf", "bolditalic" : "LiberationMono-BoldItalic.ttf" }, - "dingbats" : { - "" : "ZapfDingbats" - } }, "fonts" : { @@ -72,6 +75,7 @@ } } }, + "html" : { "styles" : { "display" : "/chordpro.css"