bug fixes, changed delim

This commit is contained in:
leopoldfajtak
2024-11-15 13:53:52 +01:00
parent 02557ee6bc
commit 6f60bdd652
16 changed files with 47 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
\vspace*{\fill}
[% USE qr_codes = datafile("${config_dir}/qr_codes.csv", delim='|') %]
[% USE qr_codes = datafile("${config_dir}/qr_codes.csv", delim= '|') %]
[% FOREACH qr_code = qr_codes -%]
+1 -1
View File
@@ -75,7 +75,7 @@ RawFeature = {+ss06}
[% subtitle %]
\end{centering}
[% USE song_choices = datafile("${config_dir}/song_choices.csv", delim='|') %]
[% USE song_choices = datafile("${config_dir}/song_choices.csv", delim= '|') %]
[% IF parts == 0 -%]
parts = ensemble
[% END -%]
+1 -1
View File
@@ -11,7 +11,7 @@
[% IF NOT gregorian -%]
\textbf{\LARGE{Activate gregorian}}
[% ELSE -%]
\gregorioscore{[% library_dir %]/[% scores.gregorian %]}
\gregorioscore{gregorio_scores/[% scores.gregorian %]}
[% END -%]
[% ELSE -%]
\lilypondfile{[% IF parts;
+1 -1
View File
@@ -4,7 +4,7 @@
\begin{document}
[% INCLUDE head.tt %]
[% USE song_choices = datafile("${config_dir}/song_choices.csv", delim='|') %]
[% USE song_choices = datafile("${config_dir}/song_choices.csv", delim= '|') %]
[% FOREACH song = song_choices %]
[% template = song.template == '' ? "song_template.tt" : song.template -%]