-
Notifications
You must be signed in to change notification settings - Fork 0
/
Greseparator.tex
40 lines (31 loc) · 992 Bytes
/
Greseparator.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
\documentclass[%
fontsize=10%
,a6paper%
,DIV=15%
]{scrartcl}
%scrartcl
\usepackage{gredocument}
\usepackage{psaume}
\title{\centrer{Grandes Antiennes de l'Avent}}
\author{ou Antiennes O}
\date{du 17 au 23 décembre}
\makeindex
\definecolor{rubrum}{rgb}{.6,0,0}
\def\rubrum{\color{black}}%%%%%%%mettre"\def\rubrum{\color{rubrum}}" pour avoir le texte adéquat en rouge
\def\nigra{\color{black}}
%\redlines %%%avtiver ce paramètre pour rendre rouge les lignes de partition
% \definecolor{gregoriocolor}{rgb}{.6,0,0}
%
%\let\red\rubrum
\newfontfamily\lettrines[Scale=1.3]{LettrinesPro800}
\def\gretextformat#1{{\fontsize{\taillepolice}{\taillepolice}\selectfont #1}}
\def\greinitialformat#1{{\lettrines #1}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\newcommand{\ligne}[2]{
\begin{center}
\greseparator{#1}{#2}
\end{center}
}
\ligne{2}{10}
\end{document}