changed delimitor to |
This commit is contained in:
@@ -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
@@ -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
@@ -1 +1 @@
|
||||
description & url
|
||||
description | url
|
||||
|
||||
|
+15
-15
@@ -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
-1
@@ -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 -%]
|
||||
|
||||
Reference in New Issue
Block a user