changed delimitor to |

This commit is contained in:
2024-11-09 09:49:45 +01:00
parent ba15df5873
commit ed6a1fb612
5 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
\vspace*{\fill}
[% USE qr_codes = datafile('qr_codes.csv', delim='&') %]
[% USE qr_codes = datafile('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('song_choices.csv', delim='&') %]
[% USE song_choices = datafile('song_choices.csv', delim='|') %]
[% IF parts == 0 -%]
parts = ensemble
[% END -%]
+1 -1
View File
@@ -1 +1 @@
description & url
description | url
1 description & url description url
+15 -15
View File
@@ -1,15 +1,15 @@
purpose & content & template & variables
& & &
introitus & & &
#confiteor & \input{library/gebete/confiteor/confiteor_de.tex} & &
kyrie & & &
gloria & & &
graduale & & &
tractus & & &
#credo & \input{library/gebete/credo/apostolisch_de.tex} & &
offertorium & & &
sanctus & & &
agnus & & &
communio & & &
#BMV & & &
& & &
purpose | content | template | variables
| | |
introitus | | |
#confiteor | \input{library/gebete/confiteor/confiteor_de.tex} | |
kyrie | | |
gloria | | |
graduale | | |
tractus | | |
#credo | \input{library/gebete/credo/apostolisch_de.tex} | |
offertorium | | |
sanctus | | |
agnus | | |
communio | | |
#BMV | | |
| | |
1 purpose & content & template & variables purpose content template variables
2 & & &
3 introitus & & & introitus
4 #confiteor & \input{library/gebete/confiteor/confiteor_de.tex} & & #confiteor \input{library/gebete/confiteor/confiteor_de.tex}
5 kyrie & & & kyrie
6 gloria & & & gloria
7 graduale & & & graduale
8 tractus & & & tractus
9 #credo & \input{library/gebete/credo/apostolisch_de.tex} & & #credo \input{library/gebete/credo/apostolisch_de.tex}
10 offertorium & & & offertorium
11 sanctus & & & sanctus
12 agnus & & & agnus
13 communio & & & communio
14 #BMV & & & #BMV
15 & & &
+1 -1
View File
@@ -4,7 +4,7 @@
\begin{document}
[% INCLUDE head.tt %]
[% USE song_choices = datafile('song_choices.csv', delim='&') %]
[% USE song_choices = datafile('song_choices.csv', delim='|') %]
[% FOREACH song = song_choices %]
[% template = song.template == '' ? "song_template.tt" : song.template -%]