changed delimitor to |
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
\vspace*{\fill}
|
\vspace*{\fill}
|
||||||
|
|
||||||
[% USE qr_codes = datafile('qr_codes.csv', delim='&') %]
|
[% USE qr_codes = datafile('qr_codes.csv', delim='|') %]
|
||||||
|
|
||||||
[% FOREACH qr_code = qr_codes -%]
|
[% FOREACH qr_code = qr_codes -%]
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -75,7 +75,7 @@ RawFeature = {+ss06}
|
|||||||
[% subtitle %]
|
[% subtitle %]
|
||||||
\end{centering}
|
\end{centering}
|
||||||
|
|
||||||
[% USE song_choices = datafile('song_choices.csv', delim='&') %]
|
[% USE song_choices = datafile('song_choices.csv', delim='|') %]
|
||||||
[% IF parts == 0 -%]
|
[% IF parts == 0 -%]
|
||||||
parts = ensemble
|
parts = ensemble
|
||||||
[% END -%]
|
[% END -%]
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
description & url
|
description | url
|
||||||
|
|||||||
|
+15
-15
@@ -1,15 +1,15 @@
|
|||||||
purpose & content & template & variables
|
purpose | content | template | variables
|
||||||
& & &
|
| | |
|
||||||
introitus & & &
|
introitus | | |
|
||||||
#confiteor & \input{library/gebete/confiteor/confiteor_de.tex} & &
|
#confiteor | \input{library/gebete/confiteor/confiteor_de.tex} | |
|
||||||
kyrie & & &
|
kyrie | | |
|
||||||
gloria & & &
|
gloria | | |
|
||||||
graduale & & &
|
graduale | | |
|
||||||
tractus & & &
|
tractus | | |
|
||||||
#credo & \input{library/gebete/credo/apostolisch_de.tex} & &
|
#credo | \input{library/gebete/credo/apostolisch_de.tex} | |
|
||||||
offertorium & & &
|
offertorium | | |
|
||||||
sanctus & & &
|
sanctus | | |
|
||||||
agnus & & &
|
agnus | | |
|
||||||
communio & & &
|
communio | | |
|
||||||
#BMV & & &
|
#BMV | | |
|
||||||
& & &
|
| | |
|
||||||
|
|||||||
|
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
\begin{document}
|
\begin{document}
|
||||||
[% INCLUDE head.tt %]
|
[% INCLUDE head.tt %]
|
||||||
|
|
||||||
[% USE song_choices = datafile('song_choices.csv', delim='&') %]
|
[% USE song_choices = datafile('song_choices.csv', delim='|') %]
|
||||||
|
|
||||||
[% FOREACH song = song_choices %]
|
[% FOREACH song = song_choices %]
|
||||||
[% template = song.template == '' ? "song_template.tt" : song.template -%]
|
[% template = song.template == '' ? "song_template.tt" : song.template -%]
|
||||||
|
|||||||
Reference in New Issue
Block a user