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