]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / snippets / ancient-notation-template----modern-transcription-of-mensural-music.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.14.0"
8
9 \header {
10 %% Translation of GIT committish: 4077120c18ac1dc490501b3d7d5886bc93e61a42
11   texidocit = "
12 Quando si trascrive musica mensurale, è utile inserire un incipit all'inizio del
13 pezzo per indicare la tonalità e il tempo originali. Le stanghette della battuta,
14 a cui i musicisti di oggi sono abituati e che aiutano a riconoscere più velocemente
15 gli schemi ritmici, non erano ancora state inventate durante il periodo della
16 musica mensurale; infatti il tempo cambiava spesso dopo poche note. Come
17 compromesso, le stanghette vengono spesso inserite tra i righi invece che
18 dentro i righi.
19
20 "
21   doctitleit = "Modello per notazione antica -- trascrizione moderna di musica mensurale"
22
23   lsrtags = "ancient-notation, template"
24
25
26
27 %% Translation of GIT committish: 615cbf212fdaf0b220b3330da417d0c3602494f2
28   texidoces = "
29 Al transcribir música mensural, es útil un «incipit» al compienzo
30 de la pieza para indicar la tonalidad y el tempo
31 originales. Aunque los músicos actuales están acostumbrados a las
32 barras de compás para reconocer con más facilidad los patrones
33 rítmicos, durante el período de la música mensural aún no se
34 habíen inventado las líneas divisorias; de hecho, la medida solía
35 cambiar a cada pocas notas. Como compromiso, a menudo las líneas
36 divisorias se imprimen entre los pentagramas en vez de hacerlo
37 encima de ellos.
38
39 "
40   doctitlees = "Plantilla de notación de música antigua (transcripción moderna de música mensural)"
41
42
43 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
44   texidocde = "
45 Bei der Transkription von Mensuralmusik ist es oft erwünscht, ein
46 Incipit an den Anfang des Stückes zu stellen, damit klar ist, wie
47 Tempo und Schlüssel in der Originalnotation gesetzt waren. Während
48 heutzutage Musiker an Taktlinien gewöhnt sind, um Rhythmen schneller
49 zu erkennen, wurden diese in der Mensuralmusik nicht verwendet.
50 Tatsächlich ändern sich die Rhythmen auch oft alle paar Noten. Als
51 ein Kompromiss werden die Notenlinien nicht auf dem System, sondern
52 zwischen den Systemen geschrieben.
53 "
54
55 doctitlede = "Vorlage für Alte Notation -- moderne Transkription von Mensuralmusik"
56
57
58 %% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a
59   texidocfr = "
60 Lorsque l'on transcrit de la musique mensurale, un @emph{incipit} permet
61 d'indiquer la tonalité et le tempo d'origine.  Si les musiciens sont de
62 nos jours habitués aux barres de mesures qui présentent la structure
63 rythmique d'une œuvre, elles n'étaient pas en vigueur à l'époque où ces
64 pièces ont été composées, d'autant plus que la @qq{métrique} pouvait
65 changer au fil des notes.  Un compromis consiste à imprimer des barres
66 entre les portées plutôt que sur chacune d'elles.
67
68 "
69   doctitlefr = "Exemples de notation ancienne -- transcription moderne de musique mensurale"
70
71   texidoc = "
72 When transcribing mensural music, an incipit at the beginning of the
73 piece is useful to indicate the original key and tempo. While today
74 musicians are used to bar lines in order to faster recognize rhythmic
75 patterns, bar lines were not yet invented during the period of mensural
76 music; in fact, the meter often changed after every few notes. As a
77 compromise, bar lines are often printed between the staves rather than
78 on the staves.
79
80 "
81   doctitle = "Ancient notation template -- modern transcription of mensural music"
82 } % begin verbatim
83
84 global = {
85   \set Score.skipBars = ##t
86
87   % incipit
88   \once \override Score.SystemStartBracket #'transparent = ##t
89   \override Score.SpacingSpanner #'spacing-increment = #1.0 % tight spacing
90   \key f \major
91   \time 2/2
92   \once \override Staff.TimeSignature #'style = #'neomensural
93   \override Voice.NoteHead #'style = #'neomensural
94   \override Voice.Rest #'style = #'neomensural
95   \set Staff.printKeyCancellation = ##f
96   \cadenzaOn % turn off bar lines
97   \skip 1*10
98   \once \override Staff.BarLine #'transparent = ##f
99   \bar "||"
100   \skip 1*1 % need this extra \skip such that clef change comes
101             % after bar line
102   \bar ""
103
104   % main
105   \revert Score.SpacingSpanner #'spacing-increment % CHECK: no effect?
106   \cadenzaOff % turn bar lines on again
107   \once \override Staff.Clef #'full-size-change = ##t
108   \set Staff.forceClef = ##t
109   \key g \major
110   \time 4/4
111   \override Voice.NoteHead #'style = #'default
112   \override Voice.Rest #'style = #'default
113
114   % FIXME: setting printKeyCancellation back to #t must not
115   % occur in the first bar after the incipit.  Dto. for forceClef.
116   % Therefore, we need an extra \skip.
117   \skip 1*1
118   \set Staff.printKeyCancellation = ##t
119   \set Staff.forceClef = ##f
120
121   \skip 1*7 % the actual music
122
123   % let finis bar go through all staves
124   \override Staff.BarLine #'transparent = ##f
125
126   % finis bar
127   \bar "|."
128 }
129
130 discantusNotes = {
131   \transpose c' c'' {
132     \set Staff.instrumentName = #"Discantus  "
133
134     % incipit
135     \clef "neomensural-c1"
136     c'1. s2   % two bars
137     \skip 1*8 % eight bars
138     \skip 1*1 % one bar
139
140     % main
141     \clef "treble"
142     d'2. d'4 |
143     b e' d'2 |
144     c'4 e'4.( d'8 c' b |
145     a4) b a2 |
146     b4.( c'8 d'4) c'4 |
147     \once \override NoteHead #'transparent = ##t c'1 |
148     b\breve |
149   }
150 }
151
152 discantusLyrics = \lyricmode {
153   % incipit
154   IV-
155
156   % main
157   Ju -- bi -- |
158   la -- te De -- |
159   o, om --
160   nis ter -- |
161   ra, __ om- |
162   "..." |
163   -us. |
164 }
165
166 altusNotes = {
167   \transpose c' c'' {
168     \set Staff.instrumentName = #"Altus  "
169
170     % incipit
171     \clef "neomensural-c3"
172     r1        % one bar
173     f1. s2    % two bars
174     \skip 1*7 % seven bars
175     \skip 1*1 % one bar
176
177     % main
178     \clef "treble"
179     r2 g2. e4 fis g | % two bars
180     a2 g4 e |
181     fis g4.( fis16 e fis4) |
182     g1 |
183     \once \override NoteHead #'transparent = ##t g1 |
184     g\breve |
185   }
186 }
187
188 altusLyrics = \lyricmode {
189   % incipit
190   IV-
191
192   % main
193   Ju -- bi -- la -- te | % two bars
194   De -- o, om -- |
195   nis ter -- ra, |
196   "..." |
197   -us. |
198 }
199
200 tenorNotes = {
201   \transpose c' c' {
202     \set Staff.instrumentName = #"Tenor  "
203
204     % incipit
205     \clef "neomensural-c4"
206     r\longa   % four bars
207     r\breve   % two bars
208     r1        % one bar
209     c'1. s2   % two bars
210     \skip 1*1 % one bar
211     \skip 1*1 % one bar
212
213     % main
214     \clef "treble_8"
215     R1 |
216     R1 |
217     R1 |
218     r2 d'2. d'4 b e' | % two bars
219     \once \override NoteHead #'transparent = ##t e'1 |
220     d'\breve |
221   }
222 }
223
224 tenorLyrics = \lyricmode {
225   % incipit
226   IV-
227
228   % main
229   Ju -- bi -- la -- te | % two bars
230   "..." |
231   -us. |
232 }
233
234 bassusNotes = {
235   \transpose c' c' {
236     \set Staff.instrumentName = #"Bassus  "
237
238     % incipit
239     \clef "bass"
240     r\maxima  % eight bars
241     f1. s2    % two bars
242     \skip 1*1 % one bar
243
244     % main
245     \clef "bass"
246     R1 |
247     R1 |
248     R1 |
249     R1 |
250     g2. e4 |
251     \once \override NoteHead #'transparent = ##t e1 |
252     g\breve |
253   }
254 }
255
256 bassusLyrics = \lyricmode {
257   % incipit
258   IV-
259
260   % main
261   Ju -- bi- |
262   "..." |
263   -us. |
264 }
265
266 \score {
267   \new StaffGroup = choirStaff <<
268     \new Voice =
269       "discantusNotes" << \global \discantusNotes >>
270     \new Lyrics =
271       "discantusLyrics" \lyricsto discantusNotes { \discantusLyrics }
272     \new Voice =
273       "altusNotes" << \global \altusNotes >>
274     \new Lyrics =
275       "altusLyrics" \lyricsto altusNotes { \altusLyrics }
276     \new Voice =
277       "tenorNotes" << \global \tenorNotes >>
278     \new Lyrics =
279       "tenorLyrics" \lyricsto tenorNotes { \tenorLyrics }
280     \new Voice =
281       "bassusNotes" << \global \bassusNotes >>
282     \new Lyrics =
283       "bassusLyrics" \lyricsto bassusNotes { \bassusLyrics }
284   >>
285   \layout {
286     \context {
287       \Score
288
289       % no bars in staves
290       \override BarLine #'transparent = ##t
291
292       % incipit should not start with a start delimiter
293       \remove "System_start_delimiter_engraver"
294     }
295     \context {
296       \Voice
297
298       % no slurs
299       \override Slur #'transparent = ##t
300
301       % Comment in the below "\remove" command to allow line
302       % breaking also at those barlines where a note overlaps
303       % into the next bar.  The command is commented out in this
304       % short example score, but especially for large scores, you
305       % will typically yield better line breaking and thus improve
306       % overall spacing if you comment in the following command.
307       %\remove "Forbid_line_break_engraver"
308     }
309   }
310 }
311
312
313
314