1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
7 lsrtags
= "ancient-notation, template"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
11 Al transcribir música mensural, es útil un «incipit» al compienzo
12 de la pieza para indicar la tonalidad y el tempo
13 originales. Aunque los músicos actuales están acostumbrados a las
14 barras de compás para reconocer con más facilidad los patrones
15 rítmicos, durante el período de la música mensural aún no se
16 habíen inventado las líneas divisorias; de hecho, la medida solía
17 cambiar a cada pocas notas. Como compromiso, a menudo las líneas
18 divisorias se imprimen entre los pentagramas en vez de hacerlo
22 doctitlees
= "Plantilla de notación de música antigua (transcripción moderna de música mensural)"
24 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
26 Bei der Transkription von Mensuralmusik ist es oft erwünscht, ein
27 Incipit an den Anfang des Stückes zu stellen, damit klar ist, wie
28 Tempo und Schlüssel in der Originalnotation gesetzt waren. Während
29 heutzutage Musiker an Taktlinien gewöhnt sind, um Rhythmen schneller
30 zu erkennen, wurden diese in der Mensuralmusik nicht verwendet.
31 Tatsächlich ändern sich die Rhythmen auch oft alle paar Noten. Als
32 ein Kompromiss werden die Notenlinien nicht auf dem System, sondern
33 zwischen den Systemen geschrieben.
36 doctitlede
= "Vorlage für Alte Notation -- moderne Transkription von Mensuralmusik"
38 %% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a
40 Lorsque l'on transcrit de la musique mensurale, un @emph{incipit} permet
41 d'indiquer la tonalité et le tempo d'origine. Si les musiciens sont de
42 nos jours habitués aux barres de mesures qui présentent la structure
43 rythmique d'une œuvre, elles n'étaient pas en vigueur à l'époque où ces
44 pièces ont été composées, d'autant plus que la @qq{métrique} pouvait
45 changer au fil des notes. Un compromis consiste à imprimer des barres
46 entre les portées plutôt que sur chacune d'elles.
49 doctitlefr
= "Exemples de notation ancienne -- transcription moderne de musique mensurale"
52 When transcribing mensural music, an incipit at the beginning of the
53 piece is useful to indicate the original key and tempo. While today
54 musicians are used to bar lines in order to faster recognize rhythmic
55 patterns, bar lines were not yet invented during the period of mensural
56 music; in fact, the meter often changed after every few notes. As a
57 compromise, bar lines are often printed between the staves rather than
61 doctitle
= "Ancient notation template -- modern transcription of mensural music"
65 \set Score
.skipBars
= ##t
68 \once \override Score
.SystemStartBracket
#'transparent
= ##t
69 \override Score
.SpacingSpanner
#'spacing-increment
= #1.0 % tight spacing
72 \once \override Staff
.TimeSignature
#'style
= #'neomensural
73 \override Voice
.NoteHead
#'style
= #'neomensural
74 \override Voice
.Rest
#'style
= #'neomensural
75 \set Staff
.printKeyCancellation
= ##f
76 \cadenzaOn % turn off bar lines
78 \once \override Staff
.BarLine
#'transparent
= ##f
80 \skip 1*1 % need this extra \skip such that clef change comes
85 \revert Score
.SpacingSpanner
#'spacing-increment
% CHECK: no effect?
86 \cadenzaOff % turn bar lines on again
87 \once \override Staff
.Clef
#'full-size-change
= ##t
88 \set Staff
.forceClef
= ##t
91 \override Voice
.NoteHead
#'style
= #'default
92 \override Voice
.Rest
#'style
= #'default
94 % FIXME: setting printKeyCancellation back to #t must not
95 % occur in the first bar after the incipit. Dto. for forceClef.
96 % Therefore, we need an extra \skip.
98 \set Staff
.printKeyCancellation
= ##t
99 \set Staff
.forceClef
= ##f
101 \skip 1*7 % the actual music
103 % let finis bar go through all staves
104 \override Staff
.BarLine
#'transparent
= ##f
112 \set Staff
.instrumentName
= #"Discantus "
115 \clef "neomensural-c1"
117 \skip 1*8 % eight bars
127 \once \override NoteHead
#'transparent
= ##t
c'1 |
132 discantusLyrics
= \lyricmode {
148 \set Staff
.instrumentName
= #"Altus "
151 \clef "neomensural-c3"
154 \skip 1*7 % seven bars
159 r
2 g2. e4 fis g |
% two bars
161 fis g4.( fis16 e fis4) |
163 \once \override NoteHead
#'transparent
= ##t
g1 |
168 altusLyrics
= \lyricmode {
173 Ju -- bi -- la -- te |
% two bars
182 \set Staff
.instrumentName
= #"Tenor "
185 \clef "neomensural-c4"
198 r
2 d'2. d'4 b e' |
% two bars
199 \once \override NoteHead
#'transparent
= ##t
e'1 |
204 tenorLyrics
= \lyricmode {
209 Ju -- bi -- la -- te |
% two bars
216 \set Staff
.instrumentName
= #"Bassus "
220 r
\maxima % eight bars
231 \once \override NoteHead
#'transparent
= ##t
e1 |
236 bassusLyrics
= \lyricmode {
247 \new StaffGroup
= choirStaff
<<
249 "discantusNotes" << \global \discantusNotes >>
251 "discantusLyrics" \lyricsto discantusNotes
{ \discantusLyrics }
253 "altusNotes" << \global \altusNotes >>
255 "altusLyrics" \lyricsto altusNotes
{ \altusLyrics }
257 "tenorNotes" << \global \tenorNotes >>
259 "tenorLyrics" \lyricsto tenorNotes
{ \tenorLyrics }
261 "bassusNotes" << \global \bassusNotes >>
263 "bassusLyrics" \lyricsto bassusNotes
{ \bassusLyrics }
270 \override BarLine
#'transparent
= ##t
272 % incipit should not start with a start delimiter
273 \remove "System_start_delimiter_engraver"
279 \override Slur
#'transparent
= ##t
281 % Comment in the below "\remove" command to allow line
282 % breaking also at those barlines where a note overlaps
283 % into the next bar. The command is commented out in this
284 % short example score, but especially for large scores, you
285 % will typically yield better line breaking and thus improve
286 % overall spacing if you comment in the following command.
287 %\remove "Forbid_line_break_engraver"