-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunilaiva-astral-revelacao_NODEPLOY_A4.tex
More file actions
72 lines (56 loc) · 2.11 KB
/
Copy pathunilaiva-astral-revelacao_NODEPLOY_A4.tex
File metadata and controls
72 lines (56 loc) · 2.11 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
%% unilaiva-astral-revelacao
%% =========================
%%
%% Hinario Revelação by Simja Johannes Lempinen
%%
% 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[
12pt,
paper={a4paper},
subtitle={Revelação}
]{ulsbs-songbook-astral-default}
% fancyhdr: setup header (modify the existing unilaiva style)
\fancypagestyle{unilaiva}{%
\fancyhead[CE]{\headertitlestyle\MakeUppercase{\ulMainBookTitle}} % "Unilaiva no Astral"
}
\renewcommand{\ulImprintPageFootnote}{%
The hinos in this book are transcribed and made public by unilarva with\\
the permission and help of their author Simja Johannes Lempinen.\\
This is a work in progress: the transcriptions still contain mistakes.
}
\renewcommand{\ulBookByText}{%
Received by:\par\vspace{0.618034ex}\textbf{\Large Simja Johannes Lempinen}%
}%
\ulSetVariableCoverIcons[ulsbs-tag-icon-chords_PT_512x512px]%
[ulsbs-tag-icon-sheetmusic_512x512px]%
[ulsbs-tag-icon-guitar_512x512px]
% The following creates space between Lilypond systems. Use star version
% of \vspace to avoid page breaks between systems. The default is \linebreak
% without extra \vspace.
\newcommand{\betweenLilyPondSystem}[1]{\vspace*{.5ex}\linebreak}
\begin{document}
% Cover page (recto)
\ulCoverPage{unilaiva-astral-revelacao_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[Simja Johannes Lempinen: Revelação]{Simja Johannes Lempinen: \\Revelação}{chaprevelacaocolor}
\begin{songs}{}
\input{content/songs_astral_revelacao.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}