]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly
092931e5c18df37d572ce69c341bf12febdaad81
[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.2"
8
9 \header {
10   lsrtags = "template, ancient-notation, really-cool, real-music"
11
12 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
13   texidoces = "
14 Al transcribir música mensural, es útil un «incipit» al compienzo
15 de la pieza para indicar la tonalidad y el tempo
16 originales. Aunque los músicos actuales están acostumbrados a las
17 barras de compás para reconocer con más facilidad los patrones
18 rítmicos, durante el período de la música mensural aún no se
19 habíen inventado las líneas divisorias; de hecho, la medida solía
20 cambiar a cada pocas notas. Como compromiso, a menudo las líneas
21 divisorias se imprimen entre los pentagramas en vez de hacerlo
22 encima de ellos.
23
24 "
25   doctitlees = "Plantilla de notación de música antigua (transcripción moderna de música mensural)"
26
27
28 %% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c
29   texidocit = "
30 Quando si trascrive musica mensurale, può essere utile inserire all'inizio del
31 pezzo un incipit che indichi l'intonazione e il tempo originali. Le stanghette
32 di battuta, a cui i musicisti di oggi sono abituati e che aiutano a riconoscere
33 più velocemente gli schemi ritmici, durante l'epoca della musica mensurale non
34 erano ancora state introdotte; infatti il metro cambiava spesso ogni poche
35 note.  Come compromesso, le stanghette vengono spesso inserite tra i righi
36 invece che al loro interno.
37
38 "
39   doctitleit = "Modello per notazione antica -- trascrizione moderna di musica mensurale"
40
41 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
42   texidocde = "
43 Bei der Transkription von Mensuralmusik ist es oft erwünscht, ein
44 Incipit an den Anfang des Stückes zu stellen, damit klar ist, wie
45 Tempo und Schlüssel in der Originalnotation gesetzt waren. Während
46 heutzutage Musiker an Taktlinien gewöhnt sind, um Rhythmen schneller
47 zu erkennen, wurden diese in der Mensuralmusik nicht verwendet.
48 Tatsächlich ändern sich die Rhythmen auch oft alle paar Noten. Als
49 ein Kompromiss werden die Notenlinien nicht auf dem System, sondern
50 zwischen den Systemen geschrieben.
51 "
52
53 doctitlede = "Vorlage für Alte Notation -- moderne Transkription von Mensuralmusik"
54
55
56 %% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
57   texidocfr = "
58 Lorsque l'on transcrit de la musique mensurale, un @emph{incipit} permet
59 d'indiquer la tonalité et le tempo d'origine.  Si les musiciens sont de
60 nos jours habitués aux barres de mesure qui présentent la structure
61 rythmique d'une œuvre, elles n'étaient pas en vigueur à l'époque où ces
62 pièces ont été composées, d'autant plus que la @qq{métrique} pouvait
63 changer au fil des notes.  Un compromis consiste à imprimer des barres
64 entre les portées plutôt que sur chacune d'elles.
65
66 "
67   doctitlefr = "Exemples de notation ancienne -- transcription moderne de musique mensurale"
68
69   texidoc = "
70 When transcribing mensural music, an incipit at the beginning of the
71 piece is useful to indicate the original key and tempo. While today
72 musicians are used to bar lines in order to faster recognize rhythmic
73 patterns, bar lines were not yet invented during the period of mensural
74 music; in fact, the meter often changed after every few notes. As a
75 compromise, bar lines are often printed between the staves rather than
76 on the staves.
77
78 "
79   doctitle = "Ancient notation template -- modern transcription of mensural music"
80 } % begin verbatim
81
82
83 global = {
84   \set Score.skipBars = ##t
85
86   % incipit
87   \once \override Score.SystemStartBracket #'transparent = ##t
88    % Set tight spacing
89   \override Score.SpacingSpanner #'spacing-increment = #1.0
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   \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   % 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       % The command below can be commented out in
301       % short scores, but especially for large scores you
302       % will typically yield better line breaking and improve
303       % overall spacing if you do not comment the command out.
304
305       \remove "Forbid_line_break_engraver"
306     }
307   }
308 }