From ad51af8cfb1426f0c69e289cbf894c3acb6b471d Mon Sep 17 00:00:00 2001 From: leopoldfajtak Date: Fri, 31 Jan 2025 17:23:37 +0100 Subject: [PATCH] fixed Activate Gregorian disclaimer --- templates/song_template.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/song_template.tt b/templates/song_template.tt index 1ebd4e6..c311fcf 100644 --- a/templates/song_template.tt +++ b/templates/song_template.tt @@ -12,7 +12,8 @@ [% IF scores; IF scores.gregorian AND (gregorian OR NOT scores.congregation); IF NOT gregorian; - GET "\\textbf{\\LARGE{Activate gregorian}}\n"; + GET '\\textbf{\\LARGE{Activate gregorian}}'; + GET "\n"; ELSE; GET "\\gresetgregpath{{${directory}/}}"; GET "\\gregorioscore{${scores.gregorian}}\n";