-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathtest.tex
205 lines (168 loc) · 3.93 KB
/
test.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
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
\documentclass[a5paper, fontsize=12pt]{scrbook}
\usepackage[program=lilypond, tmpdir=tmp-ly, pass-fonts]{lyluatex}
\usepackage{multicol}
\usepackage{listings}
\title{}
\author{}
% Si vous voulez changer globalement la taille des partitions.
% Autrement, elle sera automatiquement adaptée à la taille de police.
%\setluaoption{ly}{staffsize}{20.5}
\begin{document}
\musicxmlfile{xml/Faur Reve Sample.mxl}
% The environment commands that will be used for verbatim.
\lysetverbenv{\begin{lstlisting}[language=TeX]}{\end{lstlisting}}
% It's possible to wrap `ly` (or `lilypond`) within another environment.
\newenvironment{verbly}{%
\begin{lilypond}[verbatim]
}{%
\end{lilypond}
}
\begin{verbly}
a b c
d e f
\end{verbly}
% Import d'une partition externe. La commande \includely est strictement équivalente.
\lilypondfile[line-width=250pt, insert=fullpage, label=test]{ly/Ave Maria De Lourdes/Ave Maria}
\pageref{ly_test}
% Saisie directe d'un fragment musical.
\begin{lilypond}[staffsize=16]
\version "2.16"
\language "français"
\header {
tagline = ""
composer = ""
}
MetriqueArmure = {
\tempo 4=70
\time 3/4
\key do \major
}
italique = { \override Score . LyricText #'font-shape = #'italic }
roman = { \override Score . LyricText #'font-shape = #'roman }
MusiqueTheme = \relative do' {
\partial 4 do4
fa4 fa la
fa4 fa la
sol4 sol la8[( sol])
fa2 do4
fa4 fa la
fa4 fa la
sol4 sol la8[( sol])
fa2 \breathe fa4^"Refrain"
sib2 sib4
la2 la4
sol4 sol sol
do2 la4
sib2 sib4
la2 la4
sol4 sol la8[( sol])
fa2. \bar "|."
}
Paroles = \lyricmode {
L'heure é -- tait ve -- nu -- e,
où l'ai -- rain sa -- cré,
de sa voix con -- nu -- e,
an -- non -- çait l'A -- ve.
\italique
A -- ve, a -- ve, a -- ve Ma -- rí -- a_!
A -- ve, a -- ve, a -- ve Ma -- rí -- a_!
}
\score{
<<
\new Staff <<
\set Staff.midiInstrument = "flute"
\set Staff.autoBeaming = ##f
\new Voice = "theme" {
\override Score.PaperColumn #'keep-inside-line = ##t
\MetriqueArmure
\MusiqueTheme
}
>>
\new Lyrics \lyricsto theme {
\Paroles
}
>>
\layout{}
\midi{}
}
\end{lilypond}
\begin{lilypond}[staffsize=16, insert=fullpage]
\version "2.16"
\language "français"
\header {
tagline = ""
composer = ""
}
MetriqueArmure = {
\tempo 4=70
\time 3/4
\key do \major
}
italique = { \override Score . LyricText #'font-shape = #'italic }
roman = { \override Score . LyricText #'font-shape = #'roman }
MusiqueTheme = \relative do' {
\partial 4 do4
fa4 fa la
fa4 fa la
sol4 sol la8[( sol])
fa2 do4
fa4 fa la
fa4 fa la
sol4 sol la8[( sol])
fa2 \breathe fa4^"Refrain"
sib2 sib4
la2 la4
sol4 sol sol
do2 la4
sib2 sib4
la2 la4
sol4 sol la8[( sol])
fa2. \bar "|."
}
Paroles = \lyricmode {
L'heure é -- tait ve -- nu -- e,
où l'ai -- rain sa -- cré,
de sa voix con -- nu -- e,
an -- non -- çait l'A -- ve.
\italique
A -- ve, a -- ve, a -- ve Ma -- rí -- a_!
A -- ve, a -- ve, a -- ve Ma -- rí -- a_!
}
\score{
<<
\new Staff <<
\set Staff.midiInstrument = "flute"
\set Staff.autoBeaming = ##f
\new Voice = "theme" {
\override Score.PaperColumn #'keep-inside-line = ##t
\MetriqueArmure
\MusiqueTheme
}
>>
\new Lyrics \lyricsto theme {
\Paroles
}
>>
\layout{}
\midi{}
}
\end{lilypond}
\medskip
L'environnement \texttt{lilypond} :
\begin{lilypond}[relative, verbatim]
{ c d e f g a b c }
\addlyrics{do ré mi fa sol la si do.}
\end{lilypond}
\medskip
\noindent se comporte mieux que la commande du même nom :
\lilypond[relative, verbatim]{
{ c d e f g a b c }
\addlyrics{do ré mi fa sol la si do.}
}
\clearpage
Ce fragment \fbox{\lilypond[label=test2]{a' b' c''}} sera écrit plus petit en note de bas de
page\footnote{\lilypond[relative=2]{a b c}}.
\newpage
Test pour alignement.
\lilypondfile[insert=fullpage, staffsize=16]{ly/Beethoven/opus-18-1.ly}
\end{document}