-
Notifications
You must be signed in to change notification settings - Fork 0
/
der-arme-peter-III.ly
230 lines (203 loc) · 5.75 KB
/
der-arme-peter-III.ly
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
\version "2.24.3"
\language "english"
data = #(strftime "%d-%m-%Y - %H:%M:%S" (localtime (current-time)))
global = {
% \overrideTimeSignatureSettings
% 4/4 % timeSignatureFraction
% 1/4 % baseMomentFraction
% 2,2 % beatStructure
% #'() % beamExceptions
\key e \minor
\time 3/4
\tempo "Lent"
\set Score.tempoHideNote = ##t
\tempo 4=80
}
melody = \relative c'' {
\clef treble
\global
\partial 4 b4
| b8. g16 e8 e \tuplet 3/2 { fs( [e]) fs }
| g2 gs4
| a8. b16 c8 b a g
| fs2 b4
}
catala = \lyricmode {
El po -- bre Pe -- re va fent tombs
sens es -- ma, pàl· -- lid com un mort.
La gent que tro -- ba pel car -- rer
s'a -- tu -- ra per mi -- rar- -- lo bé.
Les no -- ies fan amb trist po -- sar:
"Si sem -- bla~un mort res -- sus -- ci -- tat!"
No, no -- ies, no ve del fos -- sar,
és que~a -- ra~el po -- bre se n'hi va.
Ell ha per -- dut la se -- va~a -- mor,
per ço~és la tom -- ba~el lloc mi -- llor
on pu -- gui jau -- re~i quiet dor -- mir
fins ser el di -- a del ju -- í.
}
alemany = \lyricmode {
Der ar -- me Pe -- ter wankt vor -- bei,
Gar lang -- sam, lei -- chen -- blaß und scheu.
Es blei -- ben fast, wie sie ihn sehn,
Die Leu -- te auf der Stra -- ße stehn.
Die Mäd -- chen flüs -- tern sich ins Ohr:
"Der stieg wohl aus dem Grab her -- vor?"
Ach nein, ihr lie -- ben Jung -- fräu -- lein,
Der steigt erst ins Grab hin -- ein.
Er hat ver -- lo -- ren sei -- nen Schatz,
Drum ist das Grab der bes -- te Platz,
Wo er am bes -- ten lie -- gen mag
Und schla -- fen bis zum jüng -- sten Tag.
}
upper = \relative c'' {
\clef treble
\global
a4 b c d
}
lower = \relative c {
\clef bass
\global
a2 c
\label #'lastPage
}
titol = "Der arme Peter (III), Op. 53, n. 3"
subtitol = "El pobre Pere (III)"
compositor = "R. Schumann (1810 - 1856)"
lletrista = "H. Heine (1797 - 1856)"
traductor = "Joaquim Pena (1873 - 1944)"
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% REMARKABLE %%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\book {
\bookOutputSuffix "remarkable"
\header {
title = \titol
subtitle = \subtitol
composer = \compositor
arranger = \lletrista
poet = \traductor
tagline = ##f
}
\score {
<<
\new Voice = "mel" { \autoBeamOff \melody }
\new Lyrics \lyricsto mel \catala
\new Lyrics \lyricsto mel \alemany
\new PianoStaff <<
\new Staff = "upper" \upper
\new Staff = "lower" \lower
>>
>>
\layout {
#(layout-set-staff-size 16)
\context {
\Staff
% \RemoveEmptyStaves
% \override VerticalAxisGroup.default-staff-staff-spacing.basic-distance = #3
}
}
}
\paper {
#(set-paper-size '(cons (* 155 mm) (* 210 mm)))
indent = 0\mm
top-margin = #10
bottom-margin = #0
left-margin = #0
right-margin = #0
max-systems-per-page = 3
score-system-spacing =
#'((basic-distance . 12)
(minimum-distance . 6)
(padding . 1)
(stretchability . 10))
% markup-system-spacing =
% #'((minimum-distance . 20))
% system-system-spacing =
% #'((minimum-distance . 15))
% annotate-spacing = ##t
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%% PDF %%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\book {
% \bookOutputSuffix ""
\header {
title = \titol
subtitle = \subtitol
composer = \compositor
arranger = \lletrista
poet = \traductor
tagline = ##f
copyright = \markup {
\center-column {
\line { "Gravat musical per Robert Garrigós" \with-url #"https://garrigos.cat" "https://garrigos.cat" \with-url #"https://creativecommons.org/licenses/by/4.0/deed.ca" "(CC BY 4.0)" "amb" \with-url #"https://lilypond.org" "Lilypond" "el" \data }
% \line { "Creative Commons Attribution 4.0 International (CC BY 4.0)" }
}
}
}
\score {
<<
\new Voice = "mel" { \autoBeamOff \melody }
\new Lyrics \lyricsto mel \catala
\new Lyrics \lyricsto mel \alemany
\new PianoStaff \with { \override StaffGrouper.staffgroup-staff-spacing.basic-distance = #0 } <<
\new Staff = "upper" \upper
\new Staff = "lower" \lower
>>
>>
\layout {
#(layout-set-staff-size 16.4)
\context {
\Staff
\RemoveEmptyStaves
\override VerticalAxisGroup.default-staff-staff-spacing.basic-distance = #3
}
}
\midi { }
}
\paper {
set-paper-size = "a4"
top-margin = 10
left-margin = 15
indent = 10
max-systems-per-page = 6
score-system-spacing =
#'((basic-distance . 10)
(minimum-distance . 5)
(padding . 0)
(stretchability . 14))
last-bottom-spacing =
#'((basic-distance . 15)
(minimum-distance . 5)
(padding . 0)
(stretchability . 10))
% markup-system-spacing =
% #'((minimum-distance . 0))
% system-system-spacing =
% #'((minimum-distance . 15))
% staff-staff-spacing =
% #'((padding . 10))
% default-staff-staff-spacing =
% #'((basic-distance . 0)
% (minimum-distance . 0)
% (padding . 0)
% (stretchability . 10))
% annotate-spacing = ##t
% print-all-headers = ##t
% print-first-page-number = ##t
oddFooterMarkup = \markup {
\center-column {
\line { \fromproperty #'header:title "- pàgina" \fromproperty #'page:page-number-string "de" \concat {\page-ref #'lastPage "0" "?"} }
\fill-line { \fromproperty #'header:copyright }
}
}
evenFooterMarkup = \markup {
\center-column {
\line { \fromproperty #'header:title "- pàgina" \fromproperty #'page:page-number-string "de" \concat {\page-ref #'lastPage "0" "?"} }
\fill-line { \fromproperty #'header:copyright }
}
}
}
}