bug fixes, changed delim
This commit is contained in:
+1
-1
@@ -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 -%]
|
||||
|
||||
|
||||
@@ -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 -%]
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 -%]
|
||||
|
||||
Reference in New Issue
Block a user