From ed6a1fb6124ea074129ed134792f9a52089bf9d7 Mon Sep 17 00:00:00 2001 From: Leopold Fajtak Date: Sat, 9 Nov 2024 09:49:45 +0100 Subject: [PATCH] changed delimitor to | --- footer.tt | 2 +- musician_scores.tt | 2 +- qr_codes.csv | 2 +- song_choices.csv | 30 +++++++++++++++--------------- songsheet.tt | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/footer.tt b/footer.tt index f897202..3c57cc2 100644 --- a/footer.tt +++ b/footer.tt @@ -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 -%] diff --git a/musician_scores.tt b/musician_scores.tt index c182b1e..cab7a9c 100644 --- a/musician_scores.tt +++ b/musician_scores.tt @@ -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 -%] diff --git a/qr_codes.csv b/qr_codes.csv index 9ce44b0..9ebf1b1 100644 --- a/qr_codes.csv +++ b/qr_codes.csv @@ -1 +1 @@ -description & url +description | url diff --git a/song_choices.csv b/song_choices.csv index 37d8f80..14b7539 100644 --- a/song_choices.csv +++ b/song_choices.csv @@ -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 | | | +| | | diff --git a/songsheet.tt b/songsheet.tt index 03a5806..6db9c86 100644 --- a/songsheet.tt +++ b/songsheet.tt @@ -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 -%]