-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings_gchords.tex
99 lines (91 loc) · 3.35 KB
/
settings_gchords.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
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
%%%
% Revision Date and Release Date definitions.
%
% \RelDate - The last time this songbook was released. Set this
% date each time a new release/update of the songbook
% is generated.
% \RevDate - The last time a particular song was revised in any
% way. This command will be renewed inside every
% song.
%%%
\newcommand{\RelDate}{02~juillet~2008}
%\newcommand{\RevDate}{\today}
\newcommand{\RevDate}{\RelDate}
%%%
% C.C.L.I. license number definition; for copyright licensing info.
% One of these macros will be manually inserted into the {CpyRt}
% parameter of the {song} environment.
%
% \CCLInumber - The actual copyright license number. Don't
% insert this command in the {CpyRt} parameter, use one
% of the others.
% \CCLIed - Indicates a song falls under our CCLI license.
% \NotCCLIed - Indicates a song doesn't fall under our CCLI
% license. Public Domain songs fall into this category.
% \PGranted - We have received specific permission from the
% copyright holder to use this song.
% \PPending - We are in the process of obtaining permission to
% use this song.
%%%
\newcommand{\CCLInumber}{Your CCLI Number}
\newcommand{\CCLIed}{{\CpyRtInfoFont (CCLI \CCLInumber)}}
\newcommand{\NotCCLIed}{\relax}
\newcommand{\PGranted}{\relax}
\newcommand{\PPending}{{\CpyRtInfoFont (Permission Pending)}}
%%%
% Title page information.
%%%
\title{Chants de Calvary Chapel Nice}
\author{}
\date{R\'evis\'e le \RevDate}
%%%
% Redefine fonts from SongBook style that I don't like.
%%%
\font\myTinySF=cmss8 at 8pt
\renewcommand{\CpyRtInfoFont}{\tiny\myTinySF}
%%%
% Define fonts to use in the headers and footers of the songbook.
%%%
\newcommand{\LHeadFont}{\normalsize} % = cmr12 at 12pt
\newcommand{\CHeadFont}{\normalsize\rm} % = cmr12 at 12pt
\newcommand{\RHeadFont}{\normalsize} % = cmr12 at 12pt
\newcommand{\LFootFont}{\scriptsize} % = cmr8 at 8pt
\newcommand{\CFootFont}{\tiny\myTinySF} % = cmss8 at 8pt
\newcommand{\RFootFont}{\scriptsize} % = cmr8 at 8pt
%%%
% Turn on and define fancy page heading/footing definition.
%%%
\pagestyle{fancy}
\ifChordBk
% It's a words & chords songbook...
\addtolength{\headwidth}{\marginparsep}
\addtolength{\headwidth}{\marginparwidth}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
% \fancyhead[LE,RO]{\LHeadFont\emph{\leftmark\/}\SBContinueMark}
% \fancyhead[CE,CO]{\CHeadFont\thepage}
% \fancyhead[RE,LO]{\RHeadFont\RelDate}
\else\ifOverhead
% It's an overhead...
\renewcommand{\footrulewidth}{0pt}
\renewcommand{\headrulewidth}{0pt}
\fancyhead[LE,RO]{}
\fancyhead[CE,CO]{}
\fancyhead[RE,LO]{}
\else\ifWordBk
% It's a words only songbook...
\addtolength{\headwidth}{\marginparsep}
\addtolength{\headwidth}{\marginparwidth}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\fancyhead[LE,RO]{\LHeadFont A Church Songbook}
\fancyhead[CE,CO]{\CHeadFont\thepage}
\fancyhead[RE,LO]{\RHeadFont\RelDate}
\fi\fi\fi
%\fancyfoot[LE,RO]{\LFootFont Property of The Church}
%\ifSongEject
% \fancyfoot[CE,CO]{\CFootFont Last Revised: \RevDate}
%\else
% \fancyfoot[CE,CO]{\CFootFont}
%\fi
%\fancyfoot[RE,LO]{\RFootFont Material used by permission.}