-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunilaiva-astral-cura_A5.tex
More file actions
77 lines (62 loc) · 2.2 KB
/
Copy pathunilaiva-astral-cura_A5.tex
File metadata and controls
77 lines (62 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
%% unilaiva-astral-cura
%% ====================
%%
%% Collection of Santo Daime hymns, "Unilaiva no Astral: Cura",
%% "the green book"
%%
% The following line tells the ulsbs-compiler which additional extra instrument
% variants are allowed and requested for this book (unless prevented in the
% config file or by a command line argument):
%
%% ULSBS-EXTRA-VARIANTS: bassclef, charango
\documentclass[
subtitle={Cura}
]{ulsbs-songbook-astral-default}
\ulSetVariableCoverIcons[ulsbs-tag-icon-chords_PT_512x512px]%
[ulsbs-tag-icon-sheetmusic_512x512px]%
[ulsbs-tag-icon-guitar_512x512px]
\begin{document}
% Cover page (recto), by larva (photo + edit):
\ulCoverPage{unilaiva-astral-cura_COVER.pdf}%
% The second page (verso):
\ulImprintPage
% TOC:
\ulTOC
% Sets chapter number; will be incremented by one at each \ulMainChapter,
% \songchapter or \chapter:
\setcounter{chapter}{0}
\ulMainChapter{Primeira Parte}{chapcuraicolor}
\begin{songs}{}
\input{content/songs_astral_cura_i.tex}
\end{songs}
\ulMainChapter{Segunda Parte}{chapcuraiicolor}
\begin{songs}{}
\input{content/songs_astral_cura_ii.tex}
\end{songs}
\ulMainChapter{Hinos Diversos de Cura}{chapcuradiversoscolor}
\begin{songs}{}
\input{content/songs_astral_cura_diversos.tex}
\end{songs}
\ulMainChapter{Trabalho de São Miguel}{chapsaomiguelcolor}[Francesco_Maffei_-_San_Miguel_venciendo_a_Lucifer_1640-1660.jpg]
\section{Instruções}
\input{content/section_astral_saomiguel_instrucoes.tex}
\songsection{Abertura dos Portões Celestiais}
\begin{songs}{}
\input{content/songs_astral_saomiguel_abertura.tex}
\end{songs}
\songsection{Chamados dos Mensageiros}
\begin{songs}{}
\input{content/songs_astral_saomiguel_chamados_dos_mensageiros.tex}
\end{songs}
\songsection{Encerramento}
\begin{songs}{}
\input{content/songs_astral_saomiguel_encerramento.tex}
\end{songs}
% Here start appendices: chapter numbering resets and switches to alphabetic
\appendix
\usechaptercolorsfalse
\ifchorded
\chapter{Técnico}
\input{content/section_technical_information.tex}
\fi
\end{document}