]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly
Allow open strings in chords regardless of finger positions
[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   lsrtags = "ancient-notation, template"
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: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a
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 global = {
83   \set Score.skipBars = ##t
84
85   % incipit
86   \once \override Score.SystemStartBracket #'transparent = ##t
87    % Set tight spacing
88   \override Score.SpacingSpanner #'spacing-increment = #1.0
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   \cadenzaOff % turn bar lines on again
105   \once \override Staff.Clef #'full-size-change = ##t
106   \set Staff.forceClef = ##t
107   \key g \major
108   \time 4/4
109   \override Voice.NoteHead #'style = #'default
110   \override Voice.Rest #'style = #'default
111
112   % Setting printKeyCancellation back to #t must not
113   % occur in the first bar after the incipit.  Dto. for forceClef.
114   % Therefore, we need an extra \skip.
115   \skip 1*1
116   \set Staff.printKeyCancellation = ##t
117   \set Staff.forceClef = ##f
118
119   \skip 1*7 % the actual music
120
121   % let finis bar go through all staves
122   \override Staff.BarLine #'transparent = ##f
123
124   % finis bar
125   \bar "|."
126 }
127
128 discantusNotes = {
129   \transpose c' c'' {
130     \set Staff.instrumentName = #"Discantus  "
131
132     % incipit
133     \clef "neomensural-c1"
134     c'1. s2   % two bars
135     \skip 1*8 % eight bars
136     \skip 1*1 % one bar
137
138     % main
139     \clef "treble"
140     d'2. d'4 |
141     b e' d'2 |
142     c'4 e'4.( d'8 c' b |
143     a4) b a2 |
144     b4.( c'8 d'4) c'4 |
145     \once \override NoteHead #'transparent = ##t c'1 |
146     b\breve |
147   }
148 }
149
150 discantusLyrics = \lyricmode {
151   % incipit
152   IV-
153
154   % main
155   Ju -- bi -- |
156   la -- te De -- |
157   o, om --
158   nis ter -- |
159   ra, __ om- |
160   "..." |
161   -us. |
162 }
163
164 altusNotes = {
165   \transpose c' c'' {
166     \set Staff.instrumentName = #"Altus  "
167
168     % incipit
169     \clef "neomensural-c3"
170     r1        % one bar
171     f1. s2    % two bars
172     \skip 1*7 % seven bars
173     \skip 1*1 % one bar
174
175     % main
176     \clef "treble"
177     r2 g2. e4 fis g | % two bars
178     a2 g4 e |
179     fis g4.( fis16 e fis4) |
180     g1 |
181     \once \override NoteHead #'transparent = ##t g1 |
182     g\breve |
183   }
184 }
185
186 altusLyrics = \lyricmode {
187   % incipit
188   IV-
189
190   % main
191   Ju -- bi -- la -- te | % two bars
192   De -- o, om -- |
193   nis ter -- ra, |
194   "..." |
195   -us. |
196 }
197
198 tenorNotes = {
199   \transpose c' c' {
200     \set Staff.instrumentName = #"Tenor  "
201
202     % incipit
203     \clef "neomensural-c4"
204     r\longa   % four bars
205     r\breve   % two bars
206     r1        % one bar
207     c'1. s2   % two bars
208     \skip 1*1 % one bar
209     \skip 1*1 % one bar
210
211     % main
212     \clef "treble_8"
213     R1 |
214     R1 |
215     R1 |
216     r2 d'2. d'4 b e' | % two bars
217     \once \override NoteHead #'transparent = ##t e'1 |
218     d'\breve |
219   }
220 }
221
222 tenorLyrics = \lyricmode {
223   % incipit
224   IV-
225
226   % main
227   Ju -- bi -- la -- te | % two bars
228   "..." |
229   -us. |
230 }
231
232 bassusNotes = {
233   \transpose c' c' {
234     \set Staff.instrumentName = #"Bassus  "
235
236     % incipit
237     \clef "bass"
238     r\maxima  % eight bars
239     f1. s2    % two bars
240     \skip 1*1 % one bar
241
242     % main
243     \clef "bass"
244     R1 |
245     R1 |
246     R1 |
247     R1 |
248     g2. e4 |
249     \once \override NoteHead #'transparent = ##t e1 |
250     g\breve |
251   }
252 }
253
254 bassusLyrics = \lyricmode {
255   % incipit
256   IV-
257
258   % main
259   Ju -- bi- |
260   "..." |
261   -us. |
262 }
263
264 \score {
265   \new StaffGroup = choirStaff <<
266     \new Voice =
267       "discantusNotes" << \global \discantusNotes >>
268     \new Lyrics =
269       "discantusLyrics" \lyricsto discantusNotes { \discantusLyrics }
270     \new Voice =
271       "altusNotes" << \global \altusNotes >>
272     \new Lyrics =
273       "altusLyrics" \lyricsto altusNotes { \altusLyrics }
274     \new Voice =
275       "tenorNotes" << \global \tenorNotes >>
276     \new Lyrics =
277       "tenorLyrics" \lyricsto tenorNotes { \tenorLyrics }
278     \new Voice =
279       "bassusNotes" << \global \bassusNotes >>
280     \new Lyrics =
281       "bassusLyrics" \lyricsto bassusNotes { \bassusLyrics }
282   >>
283   \layout {
284     \context {
285       \Score
286
287       % no bars in staves
288       \override BarLine #'transparent = ##t
289
290       % incipit should not start with a start delimiter
291       \remove "System_start_delimiter_engraver"
292     }
293     \context {
294       \Voice
295
296       % no slurs
297       \override Slur #'transparent = ##t
298
299       % The command below can be commented out in
300       % short scores, but especially for large scores you
301       % will typically yield better line breaking and improve
302       % overall spacing if you do not comment the command out.
303
304       \remove "Forbid_line_break_engraver"
305     }
306   }
307 }