-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex.orig
167 lines (97 loc) · 3.59 KB
/
main.tex.orig
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
% !TEX TS-program = lualatex
% !TEX encoding = UTF-8
% This is a simple template for a LuaLaTeX document using gregorio scores.
\documentclass[11pt]{article} % use larger type; default would be 10pt
% usual packages loading:
\usepackage{fontspec}
\setmainfont{EB Garamond}
\usepackage{graphicx} % support the \includegraphics command and options
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{a5paper} % or letterpaper (US) or a5paper or....
\usepackage{gregoriotex} % for gregorio score inclusion
\usepackage[cm]{fullpage} % to reduce the margins
\usepackage{multicol}
% to change the font to something better, you can install the kpfonts package (if not already installed). To do so
% go open the "TeX Live Manager" in the Menu Start->All Programs->TeX Live 2010
\let\oldtextbf\textbf
\renewcommand\textbf[1]{%
\pdfliteral direct {2 Tr 0.2 w}%
\oldtextbf{#1}%
\pdfliteral direct {0 Tr 0 w}%
}
\newcommand\embolden[1]{%
\pdfliteral direct {2 Tr 0.2 w}%
#1%
\pdfliteral direct {0 Tr 0 w}%
}
\renewcommand\greboldfont[1]{%
\pdfliteral direct {2 Tr 0.2 w}%
\oldtextbf{#1}%
\pdfliteral direct {0 Tr 0 w}%
}
% here we begin the document
\begin{document}
% Here we set the space around the initial.
% Please report to http://home.gna.org/gregorio/gregoriotex/details for more details and options
\setspaceafterinitial{2.2mm plus 0em minus 0em}
\setspacebeforeinitial{2.2mm plus 0em minus 0em}
% Here we set the initial font. Change 43 if you want a bigger initial.
\def\greinitialformat#1{%
{\fontsize{43}{43}\selectfont #1}%
}
% We set red lines here, comment it if you want black ones.
\redlines
\includescore{gabc/va--oremus_pro_pontifice--solesmes}
\section{Advent}
\includescore{gabc/hy--conditor_alme_siderum-v1--solesme}
Veni veni Emmanuel - need to type it up in Lilypond or something like that.
\includescore{gabc/va--rorate_caeli--solesmes.1}
\includescore{gabc/va--rorate_caeli--solesmes.2}
\includescore{gabc/va--rorate_caeli--solesmes.3}
\includescore{gabc/va--rorate_caeli--solesmes.4}
\includescore{gabc/va--rorate_caeli--solesmes.5}
\section{Christmas}
\section{Holy Name}
\includescore{gabc/hy--jesu_dulcis_memoria--solesmes}
\includescore{gabc/an--lumen_ad_revelationem--solesmes}
\section{Epiphany}
\section{Candlemas}
\section{Lent}
\includescore{gabc/va--attende_domine--solesmes.1}
\includescore{gabc/va--attende_domine--solesmes.2}
\includescore{gabc/an--parce_domine--solesmes}
\section{Passiontide}
<<<<<<< HEAD
\includescore{gabc/hy--vexilla_regis_prodeunt--solesmes}
=======
%Gloria Laus
\includescore{gabc/hy--gloria_laus--solesmes.1}
\includescore{gabc/hy--gloria_laus--solesmes.2}
\includescore{gabc/hy--gloria_laus--solesmes.3}
\includescore{gabc/hy--gloria_laus--solesmes.4}
\includescore{gabc/hy--gloria_laus--solesmes.5}
\includescore{gabc/hy--gloria_laus--solesmes.6}
>>>>>>> 53b49dfc9374293ebeba8500002c6f43b80bc918
\section{Easter}
\section{Ascension}
\section{Pentecost}
\section{Trinity}
\section{Sacred Heart}
\section{Corpus Christi}
\section{Christ the King}
\section{All Saints}
\section{All Souls}
\section{Marian}
\section{For Peace}
\% The title:
\begin{center}\begin{huge}\textsc{For Peace}\end{huge}\end{center}
% We set VII above the initial.
\gresetfirstlineaboveinitial{\small \textsc{\textbf{II}}}{\small \textsc{\textbf{II}}}
% and finally we include the score. The file must be in the same directory as this one.
\includescore{gabc/an--da_pacem_domine--solesmes.tex}
\bigskip
\section{Thanksgiving}
\section{Kyriale}
\section{Benediction}
\section{Index}
\end{document}