From e91cfec4470242c271e57c57a65306ffd99cb61c Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 27 Jul 2024 19:02:26 +0200 Subject: [PATCH] Artist name in titlebar --- chordpro.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chordpro.json b/chordpro.json index d0c0a13..3c1efed 100644 --- a/chordpro.json +++ b/chordpro.json @@ -11,8 +11,8 @@ "formats" : { "title" : { - "title" : [ "", "%{title}", "" ], - "subtitle" : [ "", "%{artist}", "" ], + "title" : [ "", "%{title}", "%{artist}" ], + "subtitle" : [ "", "", "" ], }, },