repo.or.cz
/
orchestrallily.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fine-tuning the jinja-templates for the oly template structure
[orchestrallily.git]
/
Templates
/
EK_Full
/
TeX_Include_Text.itex
blob
d85f1cb298a72c1067238cfd10d6afc1bb824993
1
<$ for w in works -$>
2
\subsection*{Text des \q{<< w.title >>}: TODO}
3
4
\begin{lyricstext}
5
<$ for m in w.parts $>
6
<$ if 1 < w.parts|length $>\subsection*{<< m.piece >>}
7
<$ endif -$>
8
\begin{lyricstable}
9
TODO & TODO & TODO \\\\[0.5em]
10
& \footnotesize\em{(TODO)} & \footnotesize\em{(TODO)}
11
\end{lyricstable}
12
<$ endfor $>
13
\end{lyricstext}
14
<$ endfor $>