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";