-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathantiphonarium.tex
67 lines (46 loc) · 1.91 KB
/
antiphonarium.tex
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
% !TEX program = LuaLaTeX+se
\documentclass[12pt,a5paper]{article}
% Load packages:
\usepackage[margin=1.5cm]{geometry}
\usepackage[osf,p]{libertine} % set font
\usepackage{gregoriotex} % enable Gregorio score inclusion
\usepackage[latin]{babel} % set language
\usepackage{titlesec}
\titleformat*{\section}{\centering\Large\color{gregoriocolor}}
\setcounter{secnumdepth}{-\maxdimen} % remove section numbering
% Set the space around the initial:
% See http://gregorio-project.github.io/gregoriotex/details.html for more details and options
\grechangedim{beforeinitialshift}{2.2mm}{scalable}
\grechangedim{afterinitialshift}{2.2mm}{scalable}
% Set the initial font:
\grechangestyle{initial}{\fontsize{36}{36}\selectfont\color{gregoriocolor}}
% Set the annotation font:
\grechangestyle{annotation}{\fontsize{10}{10}\selectfont}
% Make staff lines red; remove for black:
\gresetlinecolor{gregoriocolor}
\graphicspath{ {./images/} }
%===============================================================================
\begin{document}
\section{In Nativitate S. Ioannis Baptistae.}
\begin{center}\color{gregoriocolor}
Ad Vesperas Antiphona. VII. a.
\end{center}
\greannotation[c]{} % Disable annotation
\greillumination{\includegraphics*[width=1.8cm]{initial_I.png}}
\gregorioscore[a]{score/01_Ipse_praeibit_ante_illum.gabc}
\gregorioscore[a]{score/02_Joannes_est_nomen_ejus.gabc}
\gregorioscore[a]{score/03_Ex_utero_senectutis.gabc}
\pagebreak
\gregorioscore[a]{score/04_Iste_puer_magnus.gabc}
\gregorioscore[a]{score/05_Nazaraeus_vocabitur.gabc}
\begin{center}
\textcolor{gregoriocolor}{Capitulum:} Audite Insulae.
\textcolor{gregoriocolor}{Hymnus:} Ut queant laxis.\\
\textcolor{gregoriocolor}{\Vbar.} Fuit homo missus a Deo.
\textcolor{gregoriocolor}{\Rbar.} Cui nomen erat Ioánnes.
\end{center}
\begin{center}\color{gregoriocolor}
Ad Magnificat Antiphona.
\end{center}
\gregorioscore[a]{score/06_Ingresso_Zacharia.gabc}
\end{document}