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