Syntax update, and minor improvements
[opus_libre.git] / scores / sonate / mesures.ly
blobf3aac7cb62b0fcf00126442e76958e3c3c9deba9
1 %-- Piano Sonata -- mesures.ly -------------------------------------%
2 % (c) 2009-2012 Valentin Villenave <valentin@villenave.net>
4 \language "italiano"
7 UnTitre = "I."
8 DeuxTitre = "II."
9 TroisTitre = "III."
11 \header {
12 title = "Sonate"
13 subtitle = "pour piano seul"
14 composer = "Valentin Villenave"
15 date = "printemps 2009 — printemps 2012"
18 \paper {
19 page-breaking = #ly:page-turn-breaking
22 \layout {
23 \context {
24 \Staff
25 \consists "Arpeggio_engraver"
27 \context {
28 \Voice
29 \remove "Arpeggio_engraver"
33 #(set-global-staff-size 17.6)
35 \pointAndClickOff
36 \pageTurn
37 \markup \fill-page {
39 \fill-line {
40 \override #'(box-padding . 6)
41 \box \center-column {
42 \line {
43 Copyright & copyleft © Valentin Villenave, 2009-2012.
45 \line {
46 \with-url #"http://valentin.villenave.net"
47 \typewriter http://valentin.villenave.net
49 \vspace #.5
50 \override #'(line-width . 100)
51 \justify {
52 Cette partition est publiée suivant les termes de la licence
53 \with-url #"http://artlibre.org/licence/lal"
54 \bold { Art Libre }
55 \concat { ( \with-url #"http://artlibre.org" \typewriter http://artlibre.org ).}
56 Vous pouvez la copier, la modifier et la jouer \italic librement
57 sans contrevenir au droit d'auteur, à condition de respecter les
58 termes de la licence (notamment en veillant à mentionner le nom
59 de l’auteur et l’adresse web d’origine).
61 \vspace #.5
62 \line {
63 Gravure réalisée au moyen du logiciel libre
64 \with-url #"http://www.lilypond.org"
65 \concat {\bold "GNU LilyPond" ,}
66 \concat { $(string-append "version " (lilypond-version) ".") }
72 \pageBreak
74 UnMesures = {
75 %%% Variation I %%%
76 \time 5/4
77 \tempo Lent
78 s1*5/4*7 \allowPageTurn
79 s1*5/4*7 \allowPageTurn
80 s1*5/4*7 \allowPageTurn
81 \bar "||"
83 %%% Variation II %%%
84 \time 7/4
85 \tempo "Stesso Tempo"
86 s1*7/4*2 \allowPageTurn
87 s1*7/4*2 \allowPageTurn
88 s1*7/4 \allowPageTurn
89 s1*7/4*2 \allowPageTurn
90 s1*7/4 \allowPageTurn
91 s1*7/4*2 \allowPageTurn
92 s1*7/4*2 \allowPageTurn
93 s1*7/4*2 \allowPageTurn
94 s1*7/4 \allowPageTurn
95 \bar "||"
97 %%% Variation III %%%
98 \time 3/4 s2.
99 \time 4/4 s1*2
100 \time 3/4 s2. \allowPageTurn s
101 \time 4/4 s1 \allowPageTurn s
102 \time 3/4 s2. \allowPageTurn
103 \time 4/4 s1
104 \time 3/4 s2.*2
105 \time 4/4 s1 \allowPageTurn s
106 \time 3/4 s2. \allowPageTurn s
107 \time 4/4 s1 \allowPageTurn
108 \time 3/4 s2.
109 \time 4/4 s1*2 \allowPageTurn
110 \time 3/4 s2.*2 \allowPageTurn
111 \time 4/4 s1*2
112 \time 3/4 s2. \allowPageTurn
113 \bar "||"
115 %%% Variation IV %%%
116 \time 3/4
117 \tempo "(Non allargando)"
118 s2.*8 \allowPageTurn
119 s2.*6 \allowPageTurn
120 s2.*3 \allowPageTurn
121 s2.*2 \allowPageTurn
122 s2.*2 \allowPageTurn
123 s2.*3 \allowPageTurn
124 s2.*4 \allowPageTurn
125 s2.*5 \allowPageTurn
126 s2.*2 \allowPageTurn
127 \bar "||"
129 %%% Variation V %%%
130 \time 2/4
131 \tempo "A piacere"
132 s2*5 \allowPageTurn
133 \time 3/4
134 \tempo "Tempo di minuetto" % or waltz?
135 % OTOH, minuetto refers to ancient music
136 % so it’s sort of fitting in this context.
137 s2.*10 \allowPageTurn
138 s2.*10 \allowPageTurn
139 s2.*5 \allowPageTurn
140 \time 2/4
141 \tempo "Tempo I"
142 s2*5 \allowPageTurn
143 \bar "||"
145 %%% Variation VI %%%
146 \time 5/4
147 \tempo "Un poco più largo"
148 s1*5/4*3 \allowPageTurn
149 s1*5/4*3 \allowPageTurn
150 s1*5/4*3 \allowPageTurn
151 s1*5/4*3 \allowPageTurn
152 s1*5/4*3 \allowPageTurn
153 s1*5/4*2 \allowPageTurn
154 s1*5/4 \allowPageTurn
155 s1*5/4*3 \allowPageTurn
156 \bar "||"
158 %%% Variation VII %%%
159 \tempo "Tempo I"
160 s1*5/4*7 \allowPageTurn
161 s1*5/4*6 \allowPageTurn
162 s1*5/4*3 \allowPageTurn
163 s1*5/4*5 \allowPageTurn
164 \bar "|." %\pageBreak
167 ter = {
168 \set Score.baseMoment = #(ly:make-moment 3 16)
169 \set Score.beatStructure = #'(2 2 2 2)
172 bin = {
173 \set Score.baseMoment = #(ly:make-moment 1 4)
174 \set Score.beatStructure = #'(1 1 1 1 1 1)
177 off = {
178 \set Score.baseMoment = #(ly:make-moment 3 2)
179 \set Score.beatStructure = #'(1)
182 DeuxMesures = {
183 \time 6/4
184 \set beamExceptions = #'()
185 \set subdivideBeams = ##t
186 \tempo "Vif (avec souplesse)"
187 \off s1.*3 \allowPageTurn
188 \ter s1.
189 \bin s1.
190 \ter s2. \bin s2.
191 \off s1.
192 \bin s1. \allowPageTurn
193 \bar "||"
194 s1.*3 \allowPageTurn
195 \ter s1.
196 \bin s1.*2
197 \ter s2. \bin s2.
198 \off s1. \allowPageTurn
199 \bar "||"
200 s1.*3 \allowPageTurn
201 \ter s2. \bin s2.
202 \off s1. \allowPageTurn
203 s1.*3 \allowPageTurn
204 \bar "|." %\pageBreak
207 TroisMesures = {
208 \time 2/4
209 \tempo "Presto possibile"
210 s2*21 \allowPageTurn
211 s2*14 \allowPageTurn
212 s2*7 \allowPageTurn
213 s2*10 \allowPageTurn
214 s2*11 \allowPageTurn
215 \bar "||"
216 \tempo "Presto commodo"
217 s2*2
218 \time 3/4 s2.*2
219 \time 2/4 s2*4
220 \time 3/4 s2.*2
221 \time 2/4 s2*2 \allowPageTurn s
222 \time 3/4 s2.*2
223 \time 2/4 s2*3
224 \time 3/4 s2.
225 \time 2/4 s2 \allowPageTurn s
226 \time 3/4 s2.
227 \time 2/4 s2*3
228 \time 3/4 s2.*2
229 \time 2/4 s2*4
230 \time 3/4 s2. \allowPageTurn s
231 \time 2/4 s2*4
232 \time 3/4 s2.
233 \time 2/4 s2
234 \time 3/4 s2.
235 \time 2/4 s2 \allowPageTurn s
236 \time 3/4 s2.
237 \time 2/4 s2*3
238 \time 3/4 s2.*2
239 \time 2/4 s2*4
240 \time 3/4 s2.*2
241 \time 2/4 s2*2 \allowPageTurn s
242 \time 3/4 s2.
243 \time 2/4 s2
244 \time 3/4 s2.
245 \time 2/4 s2 \allowPageTurn \bar "||"
246 \tempo "Tempo I"
247 s2*15 \allowPageTurn
248 s2*6 \allowPageTurn
249 s2*7 \allowPageTurn
250 s2*14 \allowPageTurn
251 s2*21 \allowPageTurn
252 \bar "||"
253 \tempo "poco calando"
254 s2*7 \bar "|."