]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/glossary.tely
release: 1.3.60
[lilypond.git] / Documentation / user / glossary.tely
1 \input texinfo
2 @setfilename glossary.info
3
4 @c @pagesizes 10.3in
5
6 @c @everyheading @| @thispage @|
7 @evenheading @thispage @| @| 
8 @oddheading @| @| @thispage @|
9
10 @itemize 
11
12 @item I - Italian 
13 @item F - French 
14 @item D - German 
15 @item NL - Nederlands 
16 @item UK - British English 
17 @item DK - Danish 
18 @item S - Swedish
19 @item N - Norwegian 
20 @end itemize
21
22
23
24 @macro ar{}
25 @iftex
26 @tex $\\Rightarrow$ @end tex
27 @end iftex
28 @ifhtml
29 -->
30 @end ifhtml
31 @ifinfo
32 -->
33 @end ifinfo
34 @end macro
35
36 A reference is indicated by @ar{} followed by the term in @strong{boldface}. 
37
38 @table @strong
39
40 @item A
41 I: la, F: la,  D: A, a, NL: a, DK: a, S: a, N: a.
42
43 @item accent
44 I: accento, F: accent, D: Akzent, NL: accent, DK: accent, S: accent, N: 
45
46 The stress of one tone over others.
47
48 @item accidental
49 I: alterazione, accidente, F: alt@'eration accidentelle, D: Vorzeichen,
50 Versetzungszeichen, NL: voorteken, DK: l@o{}st fortegn, S: tillf@"alligt 
51 f@"ortecken, N:
52
53 @c F: alt@'eration accidentelle,  D: Vorzeichen, Versetzungszeichen,
54 @c Akzidenz, NL: toevallig teken, I: accidento.  
55
56 A sharp raises a tone by a @w{@ar{}@strong{semitone}}, a double sharp raises it
57 by a @ar{}@strong{whole tone}, a flat lowers it by a semitone and a double
58 flat lowers it by a whole tone. A natural cancels the effect of a previous
59 accidental.
60
61 @
62
63 @mudela[13pt,eps]
64 \property Score.barNonAuto = ##t
65 \property Voice.textStyle = "large"
66 \notes\relative c'' {
67   gis1_"sharp" s s2
68   gisis1_"db. sharp" s s2
69   ges1_"flat" s s2
70   geses1_"db. flat" s s2 
71   g!1_"natural" s2
72 }
73 @end mudela
74 @item accelerando 
75 I: accelerando, F: accelerando, en acc@'el@'erant, D: accelerando, Schneller,
76 NL: accelerando, DK: accelerando, S: accelerando, N:
77
78 Still faster tempo.
79
80
81 @item adagio
82 I: adagio, F: adagio, lent, D: Adagio, Langsam, NL: adagio, DK: adagio, S:
83 adagio, N: adagio.
84
85 It. comfortable, easy. 1. Slow tempo, slower - especially in even meter - than
86 @w{@ar{}@strong{andante}} and faster than @w{@ar{}@strong{largo}}. 2. A
87 movement in slow tempo, esepecially the scond (slow) movement of
88 @w{@ar{}@strong{sonata}s}, symphonies etc.
89
90 @item allegro
91 I: allegro, F: allegro, D: Allegro, Schnell, Fr@"ohlich, Lustig, NL: allegro,
92 DK: allegro, S: allegro, N: allegro.
93
94 It. cheerful. Quick tempo. Also used as a title for pieces in a quick tempo,
95 especially the first and last movements of a @w{@ar{}@strong{sonata}}.
96
97 @item alto
98 I: contralto, F: alto, D: Alt, NL: alt, DK: alt, S: alt, N: alt.
99
100 A female voice of low range (@emph{contralto}). Originally the alto was a high
101 male voice (hence the name) which by the use of falsetto reached the height of
102 the female voice. This type of voice is also known as @w{@ar{}@strong{counter
103 tenor}}.
104
105 @item alto clef
106 I: chiave di contralto, F: clef d'ut troisi@`eme ligne, D: Altschl@"ussel,
107 Bratschenschl@"ussel, NL: alt sleutel, DK: altn@o{}gle, S: altklav, N:
108
109 C clef setting central C on the middle line of the staff 
110 @w{@ar{}@strong{C clef}}
111
112 @item ancient minor scale
113 I: scala minore naturale, F: forme du mode mineur ancien, trois@`eme mode,
114 mode hell@'enique D: reines Moll, NL: , DK: ren mol, S: ren mollskala, N: .
115
116 @
117
118 @mudela[13pt,eps]
119 \property Score.barNonAuto = ##t
120 \notes\relative c'' {
121 a1 b c d e f g a }
122 @end mudela
123
124 @item andante
125 I: andante, F: andante, D: Andante, NL: andante, DK: andante, S: andante,
126 N: andante. 
127
128 walking tempo/character
129
130 @item appoggiatura 
131 I: appoggiatura, F: appogiature, (port de voix), D: Vorschlag, NL: voorslag,
132 DK: forslag, S: f@"orslag, N:
133
134 Ornamental note, usually a second, that is melodically connected with the main
135 note that follows it. In music before the 19'th century a. were usually
136 performed on the beat, after that mostly before the beat. While the short
137 a. is performed as a short note regardless of the duration of the main note
138 the duration of the long a. is proportionate to that of the main note. 
139
140 @
141
142 @mudela[13pt,eps]
143 \emptyText
144 %\property Voice.textEmptyDimension = ##t
145 \property Voice.textStyle = "large"
146 \notes\relative c'' {
147 \key d \major;
148 \time 4/4;
149 <d4_"notation" a fis> r 
150 { \property Grace.stemStyle = ""
151   \grace g16 }
152 fis8 e16 fis 
153 { \property Grace.stemStyle = ""
154   \grace a16 }
155 g8 fis16 g | a4 \bar "||"; }
156 \notes\relative c'' {
157 <d4_"performance" a fis> r g16 () fis e fis a () g fis g | a4 \bar "||"; }
158 @end mudela
159
160 An appoggiatura may have more notes preceding the main note.
161
162 @
163
164 @mudela[13pt,eps]
165 \emptyText
166 \property Voice.textStyle = "large"
167 \notes\relative c'' {
168   \key as \major;
169   \time 2/4;
170   \grace { bes16 } as8_"notation" as16 bes as8 g |
171   \grace { [as16 ( bes] } < ) c4 as > 
172   \grace { [as16 ( bes] } < ) c4 as > \bar "||";
173   \grace { bes16 } as8_"performance" as16 bes as8 g |
174   < \context Voice = va { \stemup as32 bes c8. as32 bes c8. }
175     \context Voice = vb { \stemdown as16 ~ as8. as16 ~ as8. } >
176   \bar "||";
177 }
178 @end mudela
179
180 @item arpeggio
181 I: arpeggio, F: arp@`ege, D: Arpeggio, Akkordbrechungen, gebrochener
182 Akkord, NL: gebroken akoord, DK: arpeggio, akkordbrydning, S: arpeggio, N:
183
184 @
185
186 @mudela[13pt,eps]
187 \context GrandStaff <
188   \notes\relative c'' { 
189     \time 4/4;
190     \clef treble; 
191     r8 g16 c e g, c e r8 g,16 c e g, c e |
192     r8 a,16 d f a, d f r8 a,16 d f a, d f \bar "||"; }
193   \notes\relative c' {
194     \clef bass; 
195     < \context Voice = va { 
196         \stemup 
197         r16 e8. () e4 r16 e8. () e4 |
198         r16 d8. () d4 r16 d8. () d4 }
199       \context Voice = vb { 
200         \stemdown 
201         c2 c | c c } >
202   }
203 >
204 @end mudela
205
206 @item ascending interval
207 I: intervallo ascendente, F: intervalle ascendant, D: steigendes Intervall,
208 NL: stijgend interval, DK:@w{ }stigende interval, S: stigande intervall, N:
209
210 A distance between a starting lower note and a higher ending note.
211
212 @item augmented interval
213 I: intervallo aumentato, F: intervalle augment@'e, D: @"uberm@"a@ss{}iges
214 Intervall, NL: overmatig interval, DK: forst@o{}rret interval, S:
215 @"overstigande intervall, N:
216
217 @w{@ar{}@strong{interval}}
218
219 @item autograph 
220 I: autografo, F: manuscrit, D: Autograph, Handschrift, NL: manuscript, DK:
221 h@aa{}ndskrift, autograf, S: handskrift, N: .
222
223 1. A manuscript in the composer's own hand. 2.  Music prepared for
224 photoreproduction by freehand drawing, with only the aid of a
225 straightedge ruler and T-square, which attempts to emulate
226 engraving. This required more skill than did engraving.
227
228 @item B
229 I: si, F: si,  D: H, h, NL: b, DK: h, S: h, N: h.
230
231 @item backfall; forefall 
232 @w{@ar{}@strong{appoggiatura}}
233
234 @item bar line
235 I: stanghetta, barra (di divisione), F: barre (de mesure), D: Taktstrich, NL:
236 maatstreep, DK: taktstreg, S: taktstreck, N:
237
238 @item bar
239 @w{@ar{}@strong{measure}}
240
241 @item baritone
242 I: baritono, F: bariton, D: Bariton, NL: bariton, DK: baryton, S: baryton, N:
243 baryton.
244
245 The male voice intermediate between the @w{@ar{}@strong{bass}} and the
246 @w{@ar{}@strong{tenor}}.
247
248 @item baritone clef
249 I: chiave di baritono, F: clef de ut cinqui@`eme ligne, clef de troisi@`eme
250 ligne, D: Barytonschl@"ussel, NL: baritonsleutel, DK: barytonn@o{}gle, S:
251 barytonklav, N: .
252
253 C or F clef setting central C on the upper staff line. @w{@ar{}@strong{c clef}}
254 @w{@ar{}@strong{f clef}}
255
256 @item bass clef
257 I: chiave di basso, F: cl@'e de fa quatri@`eme ligne, D: Bass-Schl@"ussel, NL:
258 bassleutel, DK: basn@o{}gle, S: basklav, N:
259
260 A clef setting with central C on the first top ledger line. @w{@ar{}@strong{f
261 clef}}
262
263 @item bass
264 I: basso, F: basse, D: Bass, NL: bas, DK: bas, S: bas, N: bas.
265
266 1. The lowest of men's voices. 2. Sometimes, especially in jazz music, used as
267 an abbreviation for double bass @w{@ar{}@strong{strings}}.
268
269 @item beam
270 I: coda, F: barre, D: Balken, NL: waardestreep, DK: bj@ae{}lke, S: balk, N:
271
272 Line connecting a series of notes (shorter than a quarter note). The number of
273 beams determine the note value of the connected notes.
274
275 @
276
277 @mudela[13pt,eps]
278 \property Score.barNonAuto = ##t
279 \emptyText
280 \property Voice.textStyle = "large"
281 \notes\relative c'' { 
282   [g8_"1/8" g g g] s16
283   [g16_"1/16" g g g] s16
284   [g32_"1/32" s32 g32 s32 g32 s32 g32] s16
285   [g64_"1/64" s32 g64 s32 g64 s32 g64] s32 }
286 @end mudela
287
288 @item beat
289 I: tempi, F: temps, D: Taktschlag, Zeit (im Takt), NL: tel, DK: (takt)slag, S:
290 taktslag, N:
291
292 Note value used for counting, most often half-, fourth- and eighth notes. The
293 base counting value and the number of them per measure is indicated at the
294 start of the music.
295
296 @
297
298 @mudela[13pt,eps]
299 \key g \major;
300 \time 4/4;
301 \notes\relative c'' { g4 c b a | g1 \bar "||";}
302 \time 3/8;
303 \notes\relative c'' { g8 d' c | b c a | g4. \bar "||";}
304 @end mudela
305
306 @item bind
307 @w{@ar{}@strong{tie}}
308
309 @item brace
310 I: graffa, F: accolade, D: Klammer, Klavierklammer, Akkolade, Chorklammer, NL:
311 accolade, teksthaak, DK: klamme, S: klammer, N:
312
313 Symbol at the start of a system connecting staffs. Curly braces are used
314 for connecting piano staves, angular brackets for connecting parts in an
315 orchestral or choral score.
316
317 @
318
319 @mudela[13pt,eps] 
320 \context GrandStaff < 
321   \property GrandStaff.minVerticalAlign = 12
322   \notes\relative c'' { \clef treble; g4 e c2 }
323   \notes\relative c { \clef bass; c1 \bar "|."; } > 
324 @end mudela
325
326 @
327
328 @mudela[13pt,eps] 
329 %\context StaffGroup < 
330 \context ChoirStaff < 
331   \property StaffGroup.minVerticalAlign = 12
332   \notes\relative c'' { \clef treble; g4 e c2 }
333   \notes\relative c { \clef bass; c1 \bar "|."; } > 
334 @end mudela
335
336 @item brass
337 I: ottoni, D: Blechbl@"aser, NL: koper (blazers), F: cuivres,
338 DK: messingbl@ae{}sere, S: brassinstrument, m@"assingsinstrument, N:
339
340 A family of blown musical instruments made of brass all using a cup formed
341 mouth piece. The brass instruments commonly used in a symphony orchestra are
342 trumpet, trombone, french horn and tube.
343
344 @item breath mark
345 I: respiro, F: respiration, D: Atemzeichen, Trennungszeichen, NL:
346 repercussieteken, DK:
347 vejrtr@ae{}kningstegn, S: andningstecken, N: .
348
349 Indication of where to breathe in vocal and wind instrument parts.
350
351 @item breve
352 I: breve, F: br@`eve, D: Brevis, NL: brevis, DK: brevis, S: brevis, N:
353
354 @w{@ar{}@strong{Note value}} twice as long as a whole note. Mainly used
355 in pre-1650 music.
356
357 @
358
359 @mudela[13pt,eps] 
360 \property Score.barNonAuto = ##t
361 \notes\relative c'' { g\breve } 
362 @end mudela
363
364 @item C
365 I: do, F: ut,  D: C, c, NL: c, DK: c, S: c, N: c
366
367 @item C clef
368 I: chiave di do, F: cl@'e d'ut, D: C-Schl@"ussel, NL: C-sleutel, DK:
369 c-n@o{}gle, S: c-klav, N:
370
371 Clef symbol indicating the position of the central C. Used on all note
372 lines.
373
374 @
375
376 @mudela[13pt,eps] 
377 \property Score.barNonAuto = ##t
378 \property Staff.clefStyle = #"fullSizeChanges"
379 \property Staff.textStyle = #"large"
380 \property Lyrics.textStyle = #"large"
381 \addlyrics
382 \notes\relative c' { 
383   \clef soprano; c1 s s
384   \clef mezzosoprano; c s s
385   \clef alto; c s s
386   \clef tenor; c s s
387   \clef baritone; c s
388 }
389 \context Lyrics \lyrics { 
390   Soprano Mezzosoprano Alto Tenor Baritone 
391 }
392 @end mudela
393
394 @item cadence 
395 I: cadenza, F: cadence, D: Kadenz, NL: cadens, DK: kadence, S: kadens, N: .
396
397 @w{@ar{}@strong{harmonic cadence}} @w{@ar{}@strong{functional harmony}}
398
399 @item cadenza
400 I: cadenza, F: cadence, D: Kadenz, NL: cadens, DK: kadence, S: kadens, N: .
401
402 An extended, improvisatory style section inserted near the end of
403 movement. The purpose of a cadenza is to give the singer or player a chance to
404 exhibit her technichal skill and not the least her ability to improvise. Since
405 the middle of the 19'th century, however, most cadences have been written down
406 by the composer.
407
408 @item canon
409 I: canone, F: canon, D: Kanon, NL: canon, DK: kanon, S: kanon, N: .
410
411 @w{@ar{}@strong{counterpoint}}
412
413 @item cent
414 I: cent, F: cent, D: Cent, NL: cent, DK: cent, S: cent, N: .
415
416 Logarithmic unit of measurement. 1 cent is 1/1200 of an octave (1/100 of an
417 equally tempered @w{@ar{}@strong{semitone}}) @w{@ar{}@strong{equal temperament}}
418
419 @item central C
420 @w{@ar{}@strong{middle C}}
421
422 @item chord
423 I: accordo, F: accord, D: Akkord, NL: akkoord, DK: akkord, S: ackord, N: .
424
425 Three or more tones sounding simultaneously. In traditional European music the
426 base chord is a @emph{triad} consisting of 2 thirds. @emph{Major} (major +
427 minor @w{@ar{}@strong{third}}) as well as @emph{minor} (minor + major third)
428 chords may be extended with more thirds. Four- @emph{seventh chords} and five
429 tone @emph{ninth} major chords are most often used as dominants
430 (@w{@ar{}@strong{functional harmony}}). A special case is chords having no
431 third above the lower notes to define their quality as major or minor. Such
432 chords are denoted open chords
433
434 @
435
436 @mudela[13pt,eps] 
437 \property Score.barNonAuto = ##t
438 \property Voice.textNonEmpty = ##t
439 \property Voice.textStyle = "large"
440 \time 4/4;
441 \notes\relative c'' {
442   <g1_"major" b d> 
443   <g_"minor" bes d> 
444   <g_"dimished" bes des>
445   <g_"augmented~" b dis>
446   <g_"seventh-chord~" b d f>
447   <g_"ninth-chord" b d f a> s s2
448 }
449 @end mudela
450
451 @item chromatic scale
452 I: scala cromatica, F: gamme chromatique, D: Chromatische Tonleiter, NL:
453 chromatische toonladder, DK: kromatisk skala, S: kromatisk skala, N: .
454
455 A scale consisting of all 11 @w{@ar{}@strong{semitone}}s.
456
457 @
458
459 @mudela[13pt,eps] 
460 \property Score.barNonAuto = ##t 
461 \notes\relative c' { c1 cis d dis e f fis g gis a ais b c }
462 @end mudela
463
464 @item chromaticism
465 I: cromatismo, F: chromatisme, D: Chromatik, NL: chromatiek, DK: kromatik, S:
466 kromatik, N:
467
468 Use of tones extraneous to a @w{@ar{}@strong{diatonic scale}} (minor, major).
469
470 @item church mode; ecclesiastical mode 
471 I: modo ecclesiastico, F: mode eccl@'esiastique, D: Kirchentonart, NL:
472 kerktoonladder, DK: kirketoneart, S: kyrkotonart, N:
473
474 @w{@ar{}@strong{diatonic scale}}
475
476 @item clef
477 I: chiave, F: cl@'e, clef, D: Schl@"ussel, Schl@"ussel, Notenschl@"ussel, NL:
478 sleutel, DK: n@o{}gle, S: klav, N:
479
480 @w{@ar{}@strong{c clef}} @w{@ar{}@strong{f clef}} @w{@ar{}@strong{g clef}}
481
482 @item comma
483 I: comma, F: comma,  D: Komma, NL: komma, DK: komma, S: komma, N:
484
485 Difference in pitch between a note derived from pure tuning and the same note
486 derived from some other tuning method. @w{@ar{}@strong{temperament}}
487
488 @item common meter
489 @w{@ar{}@strong{meter}}
490
491 @item compound interval
492 I: intervallo composto, F: intervalle compos@'e, D: Weites Intervall(?), NL:
493 samengesteld interval, DK: sammensat interval, S: sammansatt intervall, N: .
494
495 Intervals larger than an octave
496
497 @w{@ar{}@strong{interval}}
498
499 @item complement
500 I: rivolto, F: intervalle compl@'ementaire, D: Komplement@"arintervall, NL:
501 complementair interval, DK: komplement@ae{}rinterval, S:
502 komplement@"arintervall (?), N:
503
504 @w{@ar{}@strong{inverted interval}}
505
506 @item conjunct movement
507 I: moto congiunto, F: mouvement conjoint, D: schrittweise/stufenweise
508 Bewegung, NL: , DK: trinvis bev@ae{}gelse, S: stegvis r@"orelse, N:
509
510 Melody moving in the narrow steps of the scale;
511
512 @
513
514 @mudela[13pt,eps] 
515 \key g \major; \time 4/4;
516 \notes\relative c'' { g4 g g a | b2 a | g4 b a a | g1 \bar "||"; }
517 @end mudela
518
519 @item consonance 
520 I: consonanza, F: consonance, D: Konsonanz, NL: consonant, DK: konsonans, S:
521 konsonans, N:
522
523 @w{@ar{}@strong{harmony}}
524
525 @item contralto
526 I: contralto, F: contralto, D: Alt, NL: contralto, DK: alt, S: alt, N:
527
528 @w{@ar{}@strong{alto}}
529
530 @item counterpoint 
531 I: contrappunto, F: contrepoint, D: Kontrapunkt, NL: contrapunt, DK:
532 kontrapunkt, S: kontrapunkt, N: .
533
534 From latin @emph{punctus contra punctum}, note against note. The combination
535 into a single musical fabric of lines or parts which have distinct melodic
536 significance. A frequently used polyphonic technique is imitation, in its
537 strictest form found in the canon needing only one part to be written down
538 while the other parts are performed with a given displacement. Imitation is
539 also the contrapuntal technique used in the @emph{fugue} which, since the
540 music of the baroque era, has been one of the most popular polyphonic
541 composition methods.
542
543 @
544
545 @mudela[13pt,eps]
546 \property Score.timeSignatureStyle = "C2/2"
547 \context GrandStaff <
548   \notes\relative c' { 
549     \key bes \major;
550     \time 4/4;
551     \clef treble; 
552     < \context Voice = rha {
553         \stemup
554         r1 | r2 r8 g'8 bes d, | 
555         cis4 d r8 e!16 f g8 f16 e |
556         f8 g16 a bes8 a16 g a8 
557       }
558       \context Voice = rhb { 
559         \stemdown
560         r1 | r | r | r2 s8
561       }
562     >
563   }
564   \notes\relative c' {
565     \clef bass; 
566     \key bes \major;
567     < \context Voice = lha {
568         \stemup
569         r8 d es g, fis4 g | r8 a16 bes c8 bes16 a bes4 g |
570         r8 a16 g f8 g16 a bes8 g e! cis' |
571         d4. e!8 f 
572       }
573       \context Voice = lhb { 
574         \stemdown 
575         r1 | r | r | r2 s8
576       } >
577   }
578 >
579 @end mudela
580
581 @item counter tenor
582 I: controtenore, F: contre-tenor, D: Kontratenor, NL: contratenor, DK:
583 kontratenor, S: kontratenor, counter tenor, N: kontratenor
584
585 @w{@ar{}@strong{contralto}}
586
587 @item Copying, Music
588 A music copyist did fast freehand scores and parts on preprinted staff lines
589 for performance. Some of their conventions (e.g.: the placement of noteheads
590 on stems) varied slightly from those of engravers. Some of their working
591 methods were superior and could well be adopted by music typesetters. This
592 required more skill than engraving.
593
594 @item crescendo
595 I: crescendo, F: crescendo, D: Crescendo, Lauter, NL: crescendo, DK:
596 crescendo, S: crescendo, N:@w{ }crescendo.
597
598 Increasing volume. Indicated by a rightwards opening horizontal wedge or the
599 abbreviation "cresc.".
600
601 @
602
603 @mudela[13pt,eps] 
604 \key g \major; \time 4/4;
605 \notes\relative c'' { g4 \< a b c | \! d1 \bar "|."; }
606 @end mudela
607
608 @item cue-notes
609 I: notine, F: petites notes pr@'ec@'edent l'entr@'ee d'in instrument,
610 r@'eplique, D: Stichnoten, NL: stichnoten, DK: stiknoder, S: inprickningar, N:
611
612 In a separate part notes belonging to another part with the purpose of hinting
613 when to start playing.  Usually printed in a smaller type.
614
615 @item D
616 I: re, F: r@'e, D: D, d, NL: d, DK: d, S: d, N: d
617
618 @item da capo 
619 I: da capo, F: da capo, depuis le commencement, D: da capo, von Anfang, NL: da
620 capo, DK: da capo, S: da capo, N: .
621
622 The term indicates repetition of the piece from the beginning to the end or to
623 a certain place marked @emph{fine}. Mostly abbreviated D.C.
624
625 @item dal segno
626 I: dal segno, F: dal segno, depuis le signe, D: dal segno, NL: dal segno, DK:
627 dal segno, S: dal segno, N: .
628
629 abbreviated d.s. Repetition, not from the beginning, but from another place
630 frequently near the beginning marked by a sign:
631
632 @
633
634 @mudela[13pt,eps] 
635 \property Voice.textStyle = "large"
636 \key g \major; \time 4/4;
637 \notes\relative c'' { d1 | g,4^\segno  a b c | b a g2_"d.s." \bar "|."; }
638 @end mudela
639
640 @item decrescendo
641 I: decrescendo, D: Decrescendo, Leiser, NL: decrescendo, DK: decrescendo, S:
642 decrescendo, N: decrescendo
643
644 Decreasing tone volume. Indicated by a leftwards opening horizontal wedge  
645 or the abbreviation "decresc.".
646
647 @
648
649 @mudela[13pt,eps] 
650 \key g \major; \time 4/4;
651 \notes\relative c'' { d4 \> c b a | \! g1 \bar "|."; }
652 @end mudela
653
654 @item descending interval
655 I: intervallo discendente, F: intervalle descendant, D: fallendes Intervall,
656 absteigendes Intervall, NL: dalend interval, DK:@w{ }faldende interval, S:
657 fallande intervall, N:
658
659 An distance between a starting higher note and a lower ending note.
660
661 @item diatonic scale
662 I: scala diatonica, F: gamme diatonique, D: diatonische Tonleiter, NL:
663 diatonische toonladder, DK: diatonisk skala, S: diatonisk skala, N:
664
665 A scale consisting of 5 @w{@ar{}@strong{whole tones}} and 2
666 @w{@ar{}@strong{semitones}} (S). Scales played on the white keys of a piano
667 keybord are diatonic.
668
669 The church modes are used in gregorial chant and pre baroque early music but
670 also to some extent in newer jazz music.
671  
672 @
673
674 @mudela[13pt,eps] 
675 \emptyText
676 \property Score.barNonAuto = ##t 
677 \property Lyrics.textStyle = "large"
678 \property Voice.textStyle = "large"
679 \addlyrics
680 \notes\relative c' { 
681   c1 d
682   \property Voice.textScriptPadding = #-10
683   e^"~~ S" f g a 
684   \property Voice.textScriptPadding = #-4
685   b^"~~ S" c }
686   \context Lyrics \lyrics { Ionian }
687 @end mudela
688
689 @mudela[13pt,eps] 
690 \emptyText
691 \property Score.barNonAuto = ##t 
692 \property Lyrics.textStyle = "large"
693 \property Voice.textStyle = "large"
694 \addlyrics
695 \notes\relative c' { 
696   d1
697   \property Voice.textScriptPadding = #-10
698   e^"~~ S"
699   f g a 
700   \property Voice.textScriptPadding = #-4
701   b^"~~ S" c d }
702   \context Lyrics \lyrics { Dorian }
703 @end mudela
704
705 @mudela[13pt,eps] 
706 \emptyText
707 \property Score.barNonAuto = ##t 
708 \property Lyrics.textStyle = "large"
709 \property Voice.textStyle = "large"
710 \addlyrics
711 \notes\relative c' { 
712   \property Voice.textScriptPadding = #-10
713   e1^"~~ S"
714   f g a 
715   \property Voice.textScriptPadding = #-4
716   b^"~~ S" c d e }
717   \context Lyrics \lyrics { Phrygian }
718 @end mudela
719
720 @mudela[13pt,eps] 
721 \emptyText
722 \property Score.barNonAuto = ##t 
723 \property Lyrics.textStyle = "large"
724 \property Voice.textStyle = "large"
725 \addlyrics
726 \notes\relative c' { 
727   f1 g a 
728   \property Voice.textScriptPadding = #-4
729   b^"~~ S" c d 
730   \property Voice.textScriptPadding = #0
731   e^"~~ S" f }
732   \context Lyrics \lyrics { Lydian }
733 @end mudela
734
735 @mudela[13pt,eps] 
736 \emptyText
737 \property Score.barNonAuto = ##t 
738 \property Lyrics.textStyle = "large"
739 \property Voice.textStyle = "large"
740 \addlyrics
741 \notes\relative c'' { 
742   g1 a 
743   \property Voice.textScriptPadding = #-4
744   b^"~~ S" c d 
745   \property Voice.textScriptPadding = #0
746   e^"~~ S" f g }
747   \context Lyrics \lyrics { Mixolydian }
748 @end mudela
749
750 @mudela[13pt,eps] 
751 \emptyText
752 \property Score.barNonAuto = ##t 
753 \property Lyrics.textStyle = "large"
754 \property Voice.textStyle = "large"
755 \addlyrics
756 \notes\relative c'' { 
757   a1
758   \property Voice.textScriptPadding = #-4
759   b^"~~ S" c d 
760   \property Voice.textScriptPadding = #0
761   e^"~~ S" f g a }
762   \context Lyrics \lyrics { Aeolian }
763 @end mudela
764
765 From the beginning of the 17th century the scales used in European
766 compositional music are primarily the major and the minor scales. In the
767 harmonic minor scale type an augmented second (A) occurs between the 6th and
768 7th tone.
769
770 @mudela[13pt,eps] 
771 \emptyText
772 \property Score.barNonAuto = ##t 
773 \property Lyrics.textStyle = "large"
774 \property Voice.textStyle = "large"
775 \addlyrics
776 \notes\relative c' { 
777   c1 d
778   \property Voice.textScriptPadding = #-10
779   e^"~~ S" f g a 
780   \property Voice.textScriptPadding = #-4
781   b^"~~ S" c }
782   \context Lyrics \lyrics { Major }
783 @end mudela
784
785 @mudela[13pt,eps] 
786 \emptyText
787 \property Score.barNonAuto = ##t 
788 \property Lyrics.textStyle = "large"
789 \property Voice.textStyle = "large"
790 \addlyrics
791 \notes\relative c'' { 
792   a1
793   \property Voice.textScriptPadding = #-4
794   b^"~~ S" c d 
795   \property Voice.textScriptPadding = #0
796   e^"~~ S" f g a }
797   \context Lyrics \lyrics { "ancient minor" }
798 @end mudela
799
800 @mudela[13pt,eps] 
801 \emptyText
802 \property Score.barNonAuto = ##t 
803 \property Lyrics.textStyle = "large"
804 \property Voice.textStyle = "large"
805 \addlyrics
806 \notes\relative c'' { 
807   a1
808   \property Voice.textScriptPadding = #-4
809   b^"~~ S" c d 
810   \property Voice.textScriptPadding = #0
811   e^"~~ S" 
812   \property Voice.textScriptPadding = #1
813   f!^"~~ A" 
814   gis^"~~ S" 
815   a }
816   \context Lyrics \lyrics { "Harmonic minor" }
817 @end mudela
818
819 @mudela[13pt,eps] 
820 \emptyText
821 \property Score.barNonAuto = ##t 
822 \property Lyrics.textStyle = "large"
823 \property Voice.textStyle = "large"
824 \addlyrics
825 \notes\relative c'' { 
826   a1
827   \property Voice.textScriptPadding = #-4
828   b^"~~ S" c d e fis 
829   \property Voice.textScriptPadding = #0
830   gis^"~~ S" a g! 
831   \property Voice.textScriptPadding = #-1
832   f!^"~~ S" e d 
833   \property Voice.textScriptPadding = #-4
834   c^"~~ S" b a
835 }
836   \context Lyrics \lyrics { "Melodic minor" }
837 @end mudela
838
839 @item diminished interval
840 I: intervallo diminuito, F: intervalle diminu@'e, D: vermindertes Intervall,
841 NL: verminderd interval, DK: formindsket interval, S: f@"orminskat
842 intervall, N: .
843
844 @w{@ar{}@strong{interval}}
845
846 @item diminuendo
847 I: diminuendo, F: diminuendo, D: Diminuendo, NL: diminuendo, DK: diminuendo,
848 S:@w{ }diminuendo, N:@w{ }diminuendo.
849
850 @w{@ar{}@strong{decrescendo}}
851
852 @item disjunct movement
853 I: moto disgiunto, F: mouvement disjoint, D:
854 sprunghafte Bewegung, NL: , DK: springende bev@ae{}gelse, S: hoppande
855 r@"orelse, N:
856
857 Melody moving in steps greater than those of the
858 scale. Opposite of @ar{}@strong{conjunct movement}.
859
860 @
861
862 @mudela[13pt,eps]
863 \key a \major;
864 \time 4/4;
865 \notes\relative c' { 
866   \partial 8; e8 | a4. gis8 b a e cis |
867   fis2 d4. \bar "||"; }
868 @end mudela
869
870 @item dissonant interval; dissonance
871 I: intervallo dissonante, dissonanza, F: dissonance, D: Dissonanz, NL:
872 dissonant interval; dissonant, DK: dissonerende interval, dissonans, S:
873 dissonans, N: .
874
875 @w{@ar{}@strong{harmony}}
876
877 @item dominant ninth chord
878 I: accordo di nona di dominante, F: accord de neuvi@`eme dominante, D:
879 Dominantnoneakkord, NL: dominant noon akkoord, DK:
880 dominantnoneakkord, S: dominantnonackord, N: .
881
882 @w{@ar{}@strong{chord}} @w{@ar{}@strong{functional harmony}}
883
884 @item dominant seventh chord
885 I: accordo di settima di dominante, F: accord de septi@`eme dominante, D:
886 Dominantseptakkord, NL: dominant septiem akkoord, DK: dominantseptimakkord, S:
887 dominantseptimackord, N:
888
889 @w{@w{@ar{}@strong{chord}} @ar{}@strong{functional harmony}}
890
891 @item dominant
892 I: dominante, F: dominante, D: Dominante, NL: dominant, DK: dominant, S:
893 dominant, N: .
894
895 The fifth @w{@ar{}@strong{scale degree}} @w{@ar{}@strong{functional harmony}}
896
897 @item dorian mode
898 I: modo dorico, F: mode dorien, D: Dorischer Kirchenton, NL: dorische
899 toonladder, dorischer Kirchenton, DK: dorisk skala, S: dorisk tonart, N:
900
901 @w{@ar{}@strong{diatonic scale}}
902
903 @item dot (augmentation dot)
904 I: punto (di valore), F: point, D: Punkt (Verl@"angerungspunkt), NL: punt, DK:
905 punkt, S: punkt, N:
906
907 @w{@ar{}@strong{dotted note}}
908
909 @item dotted note
910 I: nota puntata, F: note point@'ee, D: punktierte Note, NL: gepuncteerde noot,
911 DK: punkteret node, S: punkterad not, N:
912
913 @w{@ar{}@strong{note value}}
914
915 @item double appoggiatura
916 I: appoggiatura doppia, F: appoggiature double, D: doppelter Vorschlag, NL:
917 dubbele voorslag, DK: dobbelt forslag, S: dubbelslag, N:
918
919 @w{@ar{}@strong{appoggiatura}}
920
921 @item double bar line
922 I: doppia barra, F: double barre, D: Doppelstrich, NL: dubbele maatstreep, DK:
923 dobbeltstreg, S: dubbelstreck, N: .
924
925 Indicates the end of a section within a movement.
926
927 @item double dotted note
928 I: nota doppiamente puntata, F: note doublement point@'ee, D:
929 doppel-punktierte Note, NL: dubbelgepuncteerde noot, DK:
930 dob@-belt@-punk@-te@-ret node, S: dub@-bel@-punk@-te@-rad not, N: .
931
932 @w{@ar{}@strong{note value}}
933
934 @item double flat
935
936 I: doppio bemolle, F: double b@'emol, D: Doppel-B, NL: dubbelmol, 
937 DK:@w{ }dob@-belt-b, S: dubbelbe, N: .
938
939 @w{@ar{}@strong{accidental}}
940
941 @item double sharp
942 I: doppio diesis, F: double di@`ese,  D: Doppelkreuz, NL: dubbelkruis, 
943 DK:@w{ }dob@-belt@-kryds, S: dubbelkors, N: .
944
945 @w{@ar{}@strong{accidental}}
946
947 @item double trill
948 I: doppio trillo, F: trille double, D: Doppeltriller, NL: dubbele triller, DK:
949 dobbelttrille, S: dubbeldrill, N: .
950
951 A simultaneous trill on two notes, usually in the distance of a third.
952
953 @item duple meter
954 I: tempo binario, F: temps binaire, D: zweiteiliger Takt, NL: tweedelige
955 maatsoort, DK: todelt takt, S: tv@aa{}takt, N: .
956
957 @w{@ar{}@strong{meter}}
958
959 @item duplet
960 I: duina, F: duolet, D: Duole, NL: duool, DK: duol, S: duol, N: .
961
962 @w{@ar{}@strong{note value}}
963
964 @item duration
965 I: durata, F: dur@'ee, D: Dauer, L@"ange, NL: duur, lengte, DK: varighed, S:
966 tonl@"angd, N: .
967
968 @w{@ar{}@strong{note value}}
969
970 @item dydimic comma
971 @w{@ar{}@strong{syntonic comma}}
972
973 @item E
974 I: mi, F: mi, D: E, e, NL: e, DK: e, S: e, N: e.
975
976 @item eighth note
977 I: croma, F: croche, UK: quaver, D: Achtel, Achtelnote, NL: achtste noot, DK:
978 ottendedelsnode, S: @aa{}ttondelsnot, N: .
979
980 @w{@ar{}@strong{note value}}
981
982 @item eighth rest
983 I: pausa di croma, F: demi-soupir, UK: quaver rest, D: Achtelpause, NL:
984 achtste rust, DK:@w{ }ottendedelspause, S: @aa{}ttonddelspaus, N: .
985
986 @w{@ar{}@strong{note value}}
987
988 @item engraving
989 I: incisione, F: gravure, D: Notenstechen, NL: steken, DK: nodestik, S:
990 nottryck, N: .
991
992 Engraving means incising or etching a metal plate for
993 printing. Photoengraving means drawing music with ink in a manner
994 similar to drafting or engineering drawing, using similar tools.
995
996 The traditional process of music printing is done through cutting in a
997 plate of metal. Now also the term for the art of music typesetting.
998
999 @item enharmonic
1000 I: enarmonico, F: enharmonique, D: enharmonisch, NL: enharmonisch, DK:
1001 enharmonisk, S: enharmonisk, N: .
1002
1003 Two notes, intervals, or scales are enharmonic if they have different names
1004 but equal pitch.
1005
1006 @
1007
1008 @mudela[13pt,eps]
1009 \property Score.barNonAuto = ##t
1010 \property Voice.textStyle = "large"
1011 \notes\relative c'' {
1012   gis1_"g sharp" s as1_"a flat" s s
1013   < des_"dim fifth" g,! > s s < cis_"augm fourth" g! > s s
1014 }
1015 @end mudela
1016
1017 @item equal temperament 
1018 I: temperamento equabile, F: temp@'erament @'egal, D: gleichschwebende
1019 Stimmung, NL: ge@-lijk@-zwe@-ven@-de temperatuur, DK: ligesv@ae{}vende
1020 temperatur, S: liksv@"avande temperatur, N: .
1021
1022 Tuning system dividing the octave into 12 equal @w{@ar{}@strong{semitones}}
1023 (precisely 100 @w{@ar{}@strong{cents}}). @w{@ar{}@strong{temperament}}
1024
1025 @item expression mark
1026 I: segno d'espressione, F: signe d'expression, indication de nuance, D:
1027 Vortragszeichen, NL: voordrachtsteken, DK: foredragsbetegnelse, S:
1028 f@"oredragsbeteckning, N: .
1029
1030 Performance indications concerning 1. volume, dynamics (for example
1031 @w{@ar{}@strong{forte}}, @w{@ar{}@strong{crescendo}}), 2. tempo (for example
1032 @w{@ar{}@strong{andante}}, @w{@ar{}@strong{allegro}})
1033  
1034 @item F
1035 I: fa, F: fa, D: F, f, NL: f, DK: f, S: f, N: f.
1036
1037 @item F clef
1038 I: chiave di fa, F: cl@'e de fa, D: F-Schl@"ussel, NL: F-sleutel, DK:
1039 F-n@o{}gle, S: f-klav, N: .
1040
1041 The position between the dots of the key symbol is the line of the F below
1042 central C. Used on the third, fourth and fifth note line. A digit 8 above the
1043 clef symbol indicates that the notes must be played an octave higher (for
1044 example bass recorder) while 8 below the clef symbol indicates playing an
1045 octave lower (for example on double bass @w{@ar{}@strong{strings}}).
1046
1047 @
1048
1049 @c @ignore
1050 @mudela[13pt,eps] 
1051 \property Score.barNonAuto = ##t 
1052 \property Staff.clefStyle = #"fullSizeChanges"
1053 \property Lyrics.textStyle = "large"
1054 \addlyrics
1055 \notes\relative c { 
1056 %  \clef "F3";
1057   \clef varbaritone;
1058   f1 s
1059 %  \clef "F4";
1060   \clef bass;
1061   f1 s
1062 %  \clef "F5";
1063   \clef subbass;
1064   f1 s
1065   \clef "F^8";
1066   f'1 s s
1067   \clef "F_8";
1068   f,,1 s s
1069
1070 \context Lyrics \lyrics { 
1071   baritone 
1072   bass 
1073   "sub-bass" 
1074   "octaved up" 
1075   "octaved down" 
1076 }
1077 @end mudela
1078 @c @end ignore
1079
1080 @item fermata
1081 I: corona, F: pause, D: Fermate, NL: fermate, DK: fermat, S: fermat, N: .
1082
1083 Prolonged note or rest of indefinite duration.
1084
1085 @
1086
1087 @mudela[13pt,eps]
1088 \time 4/4;
1089 \notes\relative c'' {
1090 a4 b c2^\fermata \bar "|."; }
1091 @end mudela
1092
1093 @item fifth
1094 I: quinta, F: quinte, D: Quinte, NL: kwint, DK: kvint, S: kvint, N:
1095 kvint.
1096
1097 @w{@ar{}@strong{interval}}
1098
1099 @item figured bass
1100 @w{@ar{}@strong{thorough bass}}
1101
1102 @item fingering
1103 I: diteggiatura, F: doigt@'e, D: Fingersatz, NL: vingerzetting, DK:
1104 fingers@ae{}tning, S: fingers@"attning, N: .
1105
1106 The methodical use of fingers in the playing of instruments.
1107
1108 @item flag; pennant 
1109 I: coda (uncinata), bandiera, F: crochet, D: Fahne, F@"ahnchen, NL: vlaggetje,
1110 DK: fane, S: flagga, N: .
1111
1112 Ornament at the end of the stem of a note used for notes with values less than
1113 a quarter note. The number of flags determines the @w{@ar{}@strong{note value}}.
1114
1115 @
1116
1117 @mudela[13pt,eps]
1118 \property Score.barNonAuto = ##t
1119 \emptyText
1120 \property Voice.textStyle = "large"
1121 \notes\relative c'' { 
1122   g8_"1/8" s8 
1123   g16_"1/16" s8 
1124   g32_"1/32" s8 
1125   g64_"1/64" s8 }
1126 @end mudela
1127
1128 @item flat
1129 I: bemolle, F: b@'emol, D: B, b, NL: mol, DK: b, S: bef@"ortecken, N: .
1130
1131 @w{@ar{}@strong{accidental}}
1132
1133 @item forefall; backfall  
1134 @w{@ar{}@strong{appoggiatura}}
1135
1136 @item forte
1137 I: forte, F: forte, D: forte, Laut, NL: forte, DK: forte, S: forte, N: .
1138
1139 Loud, abbreviated @b{f}, @emph{fortissimo} (@b{ff}) very loud,
1140 @emph{mezzoforte} (@b{mf}) medium loud.
1141
1142 @item fourth
1143 I: quarta, F: quarte, D: Quarte, NL: kwart, DK: kvart, S: kvart, N: .
1144
1145 @w{@ar{}@strong{interval}}
1146
1147 @item fugue 
1148 I: fuga, F: fugue, D: Fuge, NL: fuga, DK: fuga, S: fuga, N: .
1149
1150 @w{@ar{}@strong{counterpoint}}
1151
1152 @item functional harmony
1153 I: armonia funzionale, F: @'etude des functions, D: Funktionslehre, NL: , DK:
1154 funktionsanalyse, funktionsharmonik, S: funktionsl@"ara, N:
1155
1156 A system of harmonic analysis. It is based on the idea that, in a given key,
1157 there are only three functionally different chords: tonic (T, the chord on the
1158 first note of the scale), subdominant (S, the chord on the fourth note) and
1159 dominant (D, the chord on the fifth note). Other are considered to be variants
1160 of the base chords.
1161
1162 @
1163
1164 @mudela[13pt,eps] 
1165 \emptyText
1166 \property Score.barNonAuto = ##t 
1167 \property Lyrics.textStyle = "large"
1168 \property Voice.textStyle = "large"
1169 \addlyrics
1170 \notes\relative c'' {
1171   < g1 e c > < a f d > < b g e > 
1172   < c a f > < d b g > < e c a > < f d b > }
1173 \context Lyrics \lyrics { T Sp Dp S D Tp "D{\\kern-5pt}$\\mid$" } 
1174 @end mudela
1175
1176 @item G
1177 I: sol, F: sol, D: G, g, NL: g, DK: g, S: g, N: g.
1178
1179 @item G clef
1180 I: chiave di sol, F: cl@'e de sol, D: G-Schl@"ussel, Violinschl@"ussel, NL:
1181 G-sleutel, DK: g-n@o{}gle, S: g-klav, N: .
1182
1183 A clef symbol indicating the G above central C. Used on the first and second
1184 note lines. A digit 8 above the clef symbol indicates that the notes must be
1185 played an octave higher while 8 below the clef symbol indicates playing or
1186 singing an octave lower (most tenor parts in choral scores are notated like
1187 that). 
1188
1189 @
1190
1191 @mudela[13pt,eps] 
1192 \property Score.barNonAuto = ##t 
1193 \property Staff.clefStyle = #"fullSizeChanges"
1194 \property Lyrics.textStyle = "large"
1195 \addlyrics
1196 \notes\relative c'' { 
1197   \clef french; 
1198   g1 s s s s
1199   \clef treble; 
1200   g s s s
1201   \clef "G^8"; 
1202   g' s s s 
1203   \clef "G_8"; 
1204   g,, s s
1205 }
1206 \context Lyrics \lyrics { 
1207   "french violin clef" 
1208   "violin clef" 
1209   "octaved up"
1210   "octaved down"
1211 }
1212 @end mudela
1213
1214 @item glissando
1215 I: glissando, F: glissando, D: Glissando, NL: glissando, DK: glissando, S:
1216 glissando, N: glissando.
1217
1218 Letting the pitch  slide fluently from one note to the other
1219
1220 @item grace notes
1221 I: abbellimenti, F: fioriture, D: Verzierungen, Vorschl@"age, Vorschlagsnoten,
1222 NL: versieringen, DK: forsiringer, S: ornament, N: .
1223
1224 Notes printed in small types to indicate that their time values are not
1225 counted in the rhythm of the bar. @w{@ar{}@strong{appoggiatura}}
1226
1227 @item grand staff
1228 I: accolatura, F: accolade, D: Akkolade, NL: piano systeem, DK: klaversystem,
1229 S: ackolad, b@"ojd klammer, N: .
1230
1231 @w{@ar{}@strong{brace}}
1232
1233 A combination of two staffs with a brace.  Usually used for piano music.
1234
1235 @item grave
1236 I: grave, F: grave, D: grave, langsam, traurig, NL: grave, ernstig, DK: grave, S: grave, N:
1237 .
1238
1239 Slow, solemn.
1240
1241 @item half note
1242 I: minima, F: blanche, UK: minim, D: Halbe, halbe Note, NL: halve noot, DK:
1243 halvnode, S: halvnot, N: .
1244
1245 @w{@ar{}@strong{note value}}
1246
1247 @item half rest
1248 I: pausa di minima, F: demi-pause, UK: minim rest, D: halbe Pause, NL: halve
1249 rust, DK: halvnodespause, S: halvpaus, N: .
1250
1251 @w{@ar{}@strong{note value}}
1252
1253 @item harmonic cadence
1254 I: cadenza (armonica), F: cadence harmonique, D: Schlusskadenz, NL:
1255 harmonische cadens, DK: harmonisk kadence, S: (harmonisk) kadens, N: .
1256
1257 Sequence of chords that terminate a musical phrase or
1258 section. @ar{}@w{}@strong{functional harmony}
1259
1260 @
1261
1262 @mudela[13pt,eps] 
1263 \context GrandStaff < 
1264   \notes\relative c'' { 
1265     \time 4/4;
1266     \clef treble; 
1267     \partial 4; < c4 g e > | < c a f > < b g d > < c2 g e > }
1268   \property Lyrics.textStyle = "large"
1269   \addlyrics
1270   \notes\relative c { 
1271     \clef bass; 
1272     \partial 4; c4 | f, g c2
1273     \bar "|."; } 
1274   \context Lyrics \lyrics { T S D T } > 
1275 @end mudela
1276
1277 @item harmony
1278 I: armonia, F: harmonie, D: Harmonie, Zusammenklang, NL: harmonie, DK:
1279 samklang, S: samklang, N:
1280
1281 Tones sounding simultaneously. Two note harmonies fall into the cathegories
1282 @emph{consonances} and @emph{dissonances}.
1283
1284 Consonances:
1285
1286 @
1287
1288 @mudela[13pt,eps] 
1289 \property Score.barNonAuto = ##t
1290 \property Voice.textStyle = "large"
1291 \notes\relative c'' {
1292   <g1_"unisone" g> s
1293   <g1_"third" b> s
1294   <g1_"fourth" c> s
1295   <g1_"fifth" d'> s
1296   <g1_"sixth" e'> s
1297   <g1_"octave" g'> s
1298   <g1_"decime" b'> s s
1299 }
1300 @end mudela
1301
1302 Dissonances:
1303
1304 @
1305
1306 @mudela[13pt,eps] 
1307 \property Score.barNonAuto = ##t
1308 \property Voice.textStyle = "large"
1309 \notes\relative c'' {
1310   <g1_"second" a> s
1311   <g1_"seventh" f'> s 
1312   <g1_"ninth" a'> s s
1313 }
1314 @end mudela
1315
1316 Three note harmony @w{@ar{}@strong{chord}}
1317
1318 @item homophony
1319 I: omofonia, F: homophonie, D: Homophonie, NL: homofonie, DK: homofoni, S:
1320 homofoni, N: .
1321
1322 Music in which one voice leads melodically followed by the other voices more
1323 or less in the same rhythm. In contrast to @w{@ar{}@strong{polyphony}}.
1324
1325 @item interval
1326 I: intervallo, F: intervalle, D: Intervall, NL: interval, DK: interval, S:
1327 intervall, N: .
1328
1329 Difference in pitch between two notes. Intervals may be perfect, minor, major,
1330 diminished or augmented. The augmented fourth and the diminished fifth are
1331 identical (@w{@ar{}@strong{enharmonic}}) and is called @emph{tritonus} because
1332 it consists of three @w{@ar{}@strong{whole tone}}s. The addition of such two
1333 forms an octave.
1334
1335
1336
1337 @mudela[13pt,eps] 
1338 \property Score.barNonAuto = ##t
1339 \property Lyrics.textStyle = "large"
1340 \property Voice.textStyle = "large"
1341 \addlyrics
1342 \notes\relative c'' {
1343   < g1 g > s
1344   < g^"minor" as > s
1345   < g^"major" a! > s
1346   < g^"augm" ais > s
1347   < gis^"dimin" bes > s
1348   < g!^"minor" bes > s
1349   < g^"major" b! > s 
1350   < g^"augm" bis > s 
1351 }
1352 \context Lyrics \lyrics { 
1353   unisone second second second third third third third } 
1354 @end mudela
1355
1356
1357
1358 @mudela[13pt,eps] 
1359 \property Score.barNonAuto = ##t
1360 \property Lyrics.textStyle = "large"
1361 \property Voice.textStyle = "large"
1362 \addlyrics
1363 \notes\relative c'' {
1364   < g1^"perfect" c > s
1365   < g^"augm" cis > s
1366   < g^"perfect" d' > s
1367   < g^"dim" des' > s
1368   < gis^"dimin" es' > s
1369   < g!^"minor" es' > s
1370   < g^"major" e'! > s
1371   < g^"augm" eis' > s
1372 }
1373 \context Lyrics \lyrics { 
1374   fourth fourth fifth fifth sixth sixth sixth sixth } 
1375 @end mudela
1376
1377
1378
1379 @mudela[13pt,eps] 
1380 \property Score.barNonAuto = ##t
1381 \property Lyrics.textStyle = "large"
1382 \property Voice.textStyle = "large"
1383 \addlyrics
1384 \notes\relative c'' {
1385   < gis1^"dimin" f'! > s
1386   < g!^"minor" f'! > s
1387   < g^"major" fis' > s
1388   < g g' > s
1389   < g^"minor" as' > s
1390   < g^"major" a'! > s
1391   < g^"minor" bes' > s
1392   < g^"major" b'! > s
1393 }
1394 \context Lyrics \lyrics { 
1395   seventh seventh seventh octave none none decime decime } 
1396 @end mudela
1397
1398 @item inverted interval
1399 I: intervallo rivolto, F: intervalle renvers@'e, D: umgekerhtes Intervall, NL:
1400 interval inversie, DK: omvendingsinterval, S: intervallets omv@"andning, N: .
1401
1402 The difference between an interval and an octave.
1403
1404 @
1405
1406 @mudela[13pt,eps] 
1407 \property Score.barNonAuto = ##t
1408 \property Voice.textStyle = "large"
1409 \notes\relative c'' {
1410   < g1_"second" a > s < g'_"seventh" a, > s \bar "||"; 
1411   < g,_"third" b > s < g'_"sixth" b, > s \bar "||";
1412   < g,_"fourth" c > s < g'_"fifth" c, > s \bar "||";
1413 }
1414 @end mudela
1415
1416 @item just intonation
1417 I: intonazione giusta, F: intonation juste, D: reine Stimmung, NL: reine
1418 stemming, DK: ren stemning, S: ren st@"amning, N: .
1419
1420 Tuning system in which the notes are obtained by adding and subtracting
1421 @w{natural} fifths and thirds. @w{@ar{}@strong{temperament}}
1422
1423 @item key
1424 I: tonalit@`a, F: tonalit@'e, D: Tonart, NL: toonsoort, DK: toneart, S:
1425 tonart, N: .
1426
1427 According to the 12 tones of the @w{@ar{}@strong{chromatic scale}} there are 12
1428 keys, one on c, one on c-sharp etc. @w{@ar{}@strong{key signature}}
1429
1430 @item key signature
1431 I: armatura di chiave, F: armure, armature [de la cl@'e], D: Vorzeichen,
1432 Tonart, NL: @w{ }toon@-soort (voortekens), DK: faste fortegn, 
1433 S: tonartssignatur, N: .
1434
1435 The sharps or flats appearing at the beginning of each staff indicating the
1436 key of the music. @w{@ar{}@strong{accidental}}
1437
1438 @item largo
1439 I: largo, F: largo, D: Largo, Langsam, Breit, NL: largo, DK: largo, S: largo,
1440 N: largo
1441
1442 Very slow in tempo, usually combined with great
1443 expressiveness. @emph{Larghetto} less slow than largo.
1444
1445 @item leading note
1446 I: sensibile, F: note sensible, D: Leitton, NL: leidtoon, DK: ledetone, S:
1447 ledton, N: .
1448
1449 The seventh @w{@ar{}@strong{scale degree}}, a @w{@ar{}@strong{semitone}} below
1450 the tonic; so called because of its strong tendency to ``lead up'' (resolve
1451 upwards) to the tonic scale degree.
1452
1453 @item ledger line; leger line
1454
1455 I: tagli addizionali, F: ligne suppl@'ementaire, D: Hilfslinie, NL:
1456 hulplijntje, DK: hj@ae{}lpelinie, S: hj@"alplinje, N: .
1457
1458 A ledger line is an extension of the staff.
1459
1460 @
1461
1462 @mudela[13pt,eps] 
1463 \property Score.barNonAuto = ##t 
1464 \notes\relative c'' { a,1 s c'' } 
1465 @end mudela
1466
1467 @item legato
1468 I: legato, F: legato, li@'e, D: legato, NL: legato, DK: legato, S: legato, N:
1469 .
1470
1471 To be performed without any perceptible interruption between the notes (a)
1472 unlike @emph{leggiero} or @emph{non-legato} (b), @emph{portato} (c) and
1473 @w{@ar{}@strong{staccato}} (d)
1474
1475 @
1476
1477 @mudela[13pt,eps]
1478 \property Score.barNonAuto = ##t
1479 \emptyText
1480 \property Lyrics.textStyle = "large"
1481 \addlyrics
1482 \notes\relative c'' { 
1483   c4( d )e \bar "||"; 
1484   c4-- d-- e-- \bar "||"; 
1485   c4-.( d-. )e-. \bar "||"; 
1486   c4-. d-. e-. \bar "||"; 
1487 }
1488 \context Lyrics \lyrics { a "" "" b "" "" c "" "" d  }
1489 @end mudela
1490
1491 @item legato curve
1492 @w{@ar{}@strong{slur}} @w{@ar{}@strong{legato}}
1493
1494 @item lilypond
1495 I: stagno del giglio, F: @'etang de lis, UK: lily pond, D: Seerosenteich, NL:
1496 le@-lie@-vij@-ver, DK: liliedam, S: liljedamm, N: .
1497
1498 A pond with  lilies floating in it, also the name of a music typesetter.
1499
1500 @item line
1501 I: linea, F: ligne, D: Linie, Notenlinie, NL: lijn, DK: nodelinie, S:
1502 notlinje, N: .
1503
1504 @w{@ar{}@strong{staff}}
1505
1506 @item long appoggiatura 
1507 I: appoggiatura lunga, F: appoggiature longue, D: langer Vorschlag, DK: langt
1508 forslag, S: l@aa{}ngt f@"orslag, N: .
1509
1510 @w{@ar{}@strong{appoggiatura}}
1511
1512 @item longa
1513 I: longa, F: longa, D: Longa, NL: longa, DK: longa, S: longa, N: longa
1514
1515 note value: double length of @w{@ar{}@strong{brevis}}. @w{@ar{}@strong{note value}}
1516
1517 @
1518
1519 @mudela[13pt,eps] 
1520 \property Score.barNonAuto = ##t 
1521 \notes\relative c'' { 
1522   \property Voice.noteHeadStyle = "mensural"
1523   g\longa 
1524
1525 @end mudela
1526
1527 @item major interval
1528 I: intervallo maggiore, F: intervalle majeur, D: gro@ss{}es Intervall, NL:
1529 groot interval, DK: stort interval, S: stort intervall, N: .
1530
1531 @w{@ar{}@strong{interval}}
1532
1533 @item major
1534 I: maggiore, F: [mode] majeur, D: Dur, NL: majeur, DK: dur, S: dur, N: dur.
1535
1536 @w{@ar{}@strong{diatonic scale}}
1537
1538 @item meantone temperament
1539 I: accordatura mesotonica, F: temp@'erament m@'esotonique, D:
1540 Mittelt@"onige Stimmung, DK: middeltonetemperatur, S: medeltonstemperatur, N: .
1541
1542 Temperament yielding acoustically pure thirds by decreasing the natural fifth
1543 by 16 @w{@ar{}@strong{cent}}s. Due to the non-circular character of this
1544 @w{@ar{}@strong{temperament}} only a limited set of keys are playable. Used for
1545 tuning keyboard instruments for performance of pre-1650 music.
1546
1547 @item measure, bar
1548 I: misura, battuta, F: mesure, D: Takt, NL: maat, DK: takt, S: takt, N: takt.
1549
1550 A group of @w{@ar{}@strong{beat}}s (units of musical time) the first of which
1551 bears an accent. Such groups in numbers of two or more recur consistently
1552 throughout the composition and are marked from each other by
1553 bar-lines. @w{@ar{}@strong{meter}}
1554
1555 @item mediant
1556 I: mediante, modale, F: m@'ediante, NL: mediant, D: Mediant, DK: mediant, S:
1557 mediant, N: .
1558
1559 1. The third @b{scale degree}. 2. A @w{@ar{}@strong{chord}} having its base tone
1560 a third from that of another chord. For example the tonic chord may be
1561 replaced by its lower mediant (variant tonic). @w{@ar{}@strong{functional
1562 harmony}} @w{@ar{}@strong{relative key}}.
1563
1564 @item melodic cadence
1565
1566 @w{@ar{}@strong{cadenza}}
1567
1568 @item meter, time
1569 I: tempo, metro, F: m@`etre, D: Taktart, Metrum, NL: maatsoort, DK: taktart,
1570 S: taktart, N: .
1571
1572 The basic scheme of @ar{}@w{}@strong{note value}s and @ar{}@w{}@strong{accent}s
1573 which remains unaltered throughout a composition or a section of it. For
1574 instance 3/4 meter means that the basic @ar{}@w{}@strong{note value}s are
1575 quarter-notes and that a @w{@ar{}@strong{measure}} consists of three of
1576 those. According to whether there are two, three or four units to the measure,
1577 one speaks of @emph{duple} (2/2, 2/4, 2/8), @emph{triple} (3/2, 3/4, 3/8) or
1578 @emph{quadruple} (4/2, 4/4, 4/8) meter. 4/4 is also called common meter.
1579
1580 @
1581
1582 @mudela[13pt,eps]
1583 \notes\relative c'' { 
1584   \time 3/4;
1585   \key f \major;
1586   c es d | c bes8 a bes4 | c es d | c2 \bar "||";}
1587 @end mudela
1588
1589 @mudela[13pt,eps]
1590 \notes\relative c' { 
1591   \time 6/8;
1592   \key f \major;
1593   f8 f f f a16 g a f | 
1594   c'8 c c c e16 d e c \bar "||";}
1595 @end mudela
1596
1597 @mudela[13pt,eps]
1598 \notes\relative c'' { 
1599   \time 5/4;
1600   \key g \major;
1601   d4 b8 g b d d c a4 | 
1602   g8 g16 g g8 g16 g g8 fis16 g a8 fis16 e d4 \bar "||";}
1603 @end mudela
1604
1605 @item metronome
1606 I: metronomo, F: m@'etronome, D: Metronom, NL: metronoom, 
1607 DK:@w{ }me@-tro@-nom, S:@w{ }me@-tro@-nom, N: metronom.
1608
1609 Device indicating the exact tempo of a piece. @w{@ar{}@strong{metronomic
1610 indication}}
1611
1612 @item metronomic indication
1613 I: indicazione metronomica, F: indication m@'etronomique, D: Metronomangabe,
1614 NL: metronoom aanduiding, DK: metronomtal, S: metronomangivelse, N: .
1615
1616 Exact tempo indication (in beats per minute).  Also denoted by
1617 M.M. (M@"alzel's Metronom) 
1618
1619 @item mezzo-soprano
1620 I: mezzo-soprano, F: mezzo-soprano, D: Mezzosopran, NL: mezzosopraan, DK:
1621 mezzosopran, S: mezzosopran, N: mezzosopran.
1622
1623 The female voice between @w{@ar{}@strong{soprano}} and
1624 @w{@ar{}@strong{contralto}}.
1625
1626 @item middle C
1627 I: do centrale, F: do central, D: eingestrichenes c, NL: centrale c, DK:
1628 enstreget c, S: ettstruket c, N:
1629
1630 First C below the 440 Hz A.
1631
1632 @
1633
1634 @mudela[13pt,eps] 
1635 \property Score.barNonAuto = ##t 
1636 \property Staff.clefStyle = #"fullSizeChanges"
1637 \notes\relative c' { 
1638   \clef bass; c1 s
1639   \clef alto; c s
1640   \clef treble; c s
1641
1642 @end mudela
1643
1644 @item minor interval
1645 I: intervallo minore, F: intervalle mineur, D: kleines Intervall, NL: klein
1646 interval, DK: lille interval, S: litet intervall, N: .
1647
1648 @w{@ar{}@strong{interval}}
1649
1650 @item minor
1651 I: minore, F: mode mineur, D: Moll, NL: mineur, DK: mol, S: moll, N: .
1652
1653 @w{@ar{}@strong{diatonic scale}}
1654
1655 @item mode
1656 I: modo, F: mode, D: Modus, NL: modus, DK: skala, S: modus, skala, N: .
1657
1658 @w{@ar{}@strong{church mode}} @w{@ar{}@strong{diatonic scale}}
1659
1660 @item modulation
1661 I: modulazione, F: modulation, D: Modulation, NL: modulatie, DK: modulation,
1662 S: modulering, N: .
1663
1664 Moving from one @w{@ar{}@strong{key}} to another. For example the second
1665 subject of a @w{@ar{}@strong{sonata form}} movement modulates to the dominant
1666 key if the key is major and to the @w{@ar{}@strong{relative key}} if the key
1667 is minor.
1668
1669 @item mordent
1670 I: mordente, F: mordant, D: Mordent, NL: mordent, DK: mordent, S: mordent, N:
1671 .
1672
1673 @w{@ar{}@strong{ornament}}
1674
1675 @item motive; motif
1676 I: inciso, F: incise, D: Motiv, NL: motief, DK: motiv, S: motiv, N: .
1677
1678 The briefest intelligible and self-contained fragment of a musical theme or
1679 subject. 
1680
1681 @
1682
1683 @mudela[13pt,eps] 
1684 \property Score.timeSignatureStyle = "C2/2"
1685 \emptyText
1686 \property Voice.textStyle = "large"
1687 \notes\relative c'' { 
1688   \time 4/4;
1689   \key g \major; 
1690   \partial 8; g16_"------" fis |
1691   g8 d16_"------" c d8 g16 fis g8 b,16 a b8 g'16 fis |
1692   g8 g,16 a b8 cis d16 s 
1693
1694 @end mudela
1695
1696 @item movement
1697 I: movimento, F: mouvement, D: Satz, NL: deel, DK: sats, S: sats, N: .
1698
1699 Greater musical works like @w{@ar{}@strong{symphony}} and
1700 @w{@ar{}@strong{sonata}} most often consist of several - more or less -
1701 independant pieces called movements.
1702
1703 @item multibar rest
1704 I: pausa multipla, F: pause multiple, NL: meermaats rust, D:
1705 mehrtaktige Pause, DK: flertaktspause, S: flertaktspaus, N: .
1706
1707 @
1708
1709 @mudela[13pt,eps]
1710 \notes\relative c'' {
1711 a1
1712 \property Score.skipBars=##t R1*3 
1713 a1 }
1714 @end mudela
1715
1716 @item mixolydian mode
1717 @w{@ar{}@strong{diatonic scale}}
1718
1719 @item natural sign
1720 I: bequadro, F: b@'ecarre, D: Aufl@"osungszeichen, NL: herstellingsteken, 
1721 DK:@w{ }op@-l@o{}sningstegn, S: @aa{}terst@"allningstecken, N: .
1722
1723 @w{@ar{}@strong{accidental}}
1724
1725 @item neighbour tones
1726 @w{@ar{}@strong{appoggiatura}}
1727
1728 @item ninth
1729 I: nona, F: neuvi@`eme, D: None, NL: noon, DK: none, S: nona, N: .
1730
1731 @w{@ar{}@strong{interval}}
1732
1733 @item non-legato
1734 @w{@ar{}@strong{legato}}
1735
1736 @item note
1737 I: nota, F: note, D: Note, NL: noot, DK: node, S: not, N: ,
1738
1739 Notes are signs by means of which music is fixed in writing. The term is also
1740 used for the sound indicated by a note, and even for the key of the piano
1741 which produces the sound. However, a clear distinction between the terms tone
1742 and @w{@ar{}@strong{note}} is strongly recommended. Briefly, one sees a note,
1743 and hears a tone.
1744
1745 @item note head
1746 I: testa, testina, capocchia, F: t@^ete de la note, D: Notenkopf, NL:
1747 nootballetje, DK: nodehovede, S: nothuvud, N: .
1748
1749 A head like sign which indicates pitch by its position on a
1750 @w{@ar{}@strong{staff}} provided with a @w{@ar{}@strong{clef}}, and duration
1751 by a variety of shapes such as hollow or black heads with or without
1752 @w{@ar{}@strong{stem}}s, @w{@ar{}@strong{flag}}s etc. For percussion
1753 instruments (often having no defined pitch) the note head may indicate the
1754 instrument.
1755
1756 @item note value
1757 I: valore, durata, F: dur@'ee, valeur (d'une note), D: Notenwert, NL:
1758 nootwaarde, DK nodev@ae{}rdi, S: notv@"arde, N: .
1759
1760 Note values (durations) are measured as fractions, normally 1/2, of the next
1761 higher note value. The longest duration normally used is called @emph{brevis},
1762 but sometimes (mostly in pre baroque music) the double length note value
1763 @emph{longa} is used.
1764
1765 @
1766
1767 @mudela[13pt,eps]
1768 \property Voice.textStyle = "large"
1769 \property Score.barNonAuto = ##t
1770 \notes\relative c'' { 
1771   \property Voice.noteHeadStyle = "mensural"
1772   g\longa_"longa" g\breve_"breve" 
1773   \property Voice.noteHeadStyle = ""
1774   g1_"1/1" g2_"1/2" g4_"1/4" s16 g8_"1/8" s16
1775   g16_"1/16" s16 g32_"1/32" s16 g64_"1/64" s32 }
1776 @end mudela
1777
1778 @mudela[13pt,eps]
1779 \property Voice.textStyle = "large"
1780 \property Score.barNonAuto = ##t
1781 \notes\relative c'' { 
1782   r\longa_"longa" r\breve_"breve" 
1783   r1_"1/1" r2_"1/2" r4_"1/4" s16 r8_"1/8" s16
1784   r16_"1/16" s16 r32_"1/32" s16 r64_"1/64" s32 }
1785 @end mudela
1786
1787 An augmentation dot after a note multiplies the duration by one and a
1788 half. Another dot adds yet a fourth of the duration.
1789
1790 @
1791
1792 @mudela[13pt,eps]
1793 \emptyText
1794 \property Voice.textStyle = "large"
1795 \notes\relative c'' { 
1796   \time 4/4;
1797   g4._"pointed" g8 g2 | g4 () g8 g g2 \bar "||"; 
1798   g4.._"double pointed" g16 g2 | g4 () g8 () g16 g g2 \bar "||"; }
1799 @end mudela
1800
1801 Alternatively note values may be subdivided by other ratios. Most common is
1802 subdivision by 3 (@emph{triplets}) and 5 (@emph{quintuplets}). Subdivisions by
1803 2 (@emph{tuplets}) or 4 (@emph{quadruplets}) of dotted notes are also
1804 frequently used.
1805
1806 @
1807
1808 @mudela[13pt,eps]
1809 \property Voice.textStyle = "large"
1810 \emptyText
1811 \notes\relative c'' { 
1812   \time 4/4;
1813   \times 2/3 {g8_"triplets" g g} g4 g8 g g4 \bar "||"; 
1814   \times 2/5 {g8_"quintuplets" g g g g} g4 g8 g g4 \bar "||";
1815   \time 3/4;
1816   \times 3/2 {g4_"duplets" g} |
1817   g4 g g \bar "||";
1818   \times 6/4 {g8_"quadruplets" g g g} |
1819   g8 g g g g4 \bar "||";}
1820 @end mudela
1821
1822 @
1823
1824
1825 @item octave sign
1826 @w{@ar{}@strong{g clef}} @w{@ar{}@strong{f clef}}
1827
1828 @item octave
1829 I: ottava, F: octave, D: Oktave, NL: octaaf, DK: oktav, S: oktav, N: .
1830
1831 @w{@ar{}@strong{interval}}
1832
1833 @item ornament; embellishment; accessory
1834 I: abbellimento, fioriture, F: agr@'ement, ornement, D: Verzierung, Ornament,
1835 NL: versiering, DK: forsiring, S: ornament, N: .
1836
1837 Most commonly used is the @emph{trill}, the rapid alternation of a given note
1838 with the diatonic @w{@ar{}@strong{second}} above it. In the music from the
1839 middle of the 19th century and onwards the trill is performed with the main
1840 note first while in the music from the preceding baroque and classic periods
1841 the upper note is played first.
1842
1843 @mudela[13pt,eps]
1844 <
1845   \context Staff = sa {
1846     \emptyText
1847     \property Voice.textStyle = "large"
1848     \notes\relative c'' { 
1849       c2._"pre-1850"  b4\trill | c1 \bar "||";
1850       c2._"post-1850" b4\trill | c1 \bar "||";
1851     }
1852   }
1853   \notes\relative c'' {
1854     c2. c32 b c b c b c b | c1
1855     c2. b32 c b c \times 4/5 { b c b c b } | c1
1856   }
1857 >
1858 @end mudela
1859
1860 Other frequently used ornaments are the @emph{turn}, the @emph{mordent} and the
1861 @emph{prall} (inverted mordent).
1862
1863 @
1864
1865 @mudela[13pt,eps]
1866 <
1867   \context Staff = sa {
1868     \emptyText
1869     \property Voice.textStyle = "large"
1870     \notes\relative c'' { 
1871       a4_"turn" b\turn c2 \bar "||";
1872       g4_"mordent" a b\mordent a \bar "||";
1873       e'4_"prall" d\prall c2 \bar "||";
1874     } 
1875   }
1876   \notes\relative c'' { 
1877     a4 [c16 b a b] c2 
1878     g4 a [b16 a b8] a4
1879     e'4 [e8 ~ e32 d e d] c2
1880   } 
1881 >
1882 @end mudela
1883
1884 @w{@ar{}@strong{appoggiatura}}
1885
1886 @item ossia
1887 I: ossia, F: ossia, D: Ossia, NL: alternatief, DK: ossia, S: ossia, N: .
1888
1889 Ossia (otherwise) marks an alternative. It is an added staff or piano
1890 score, usually only a few measures long, which presents another version
1891 of the music, for example for small hands.
1892
1893 @item part
1894 I: voce, parte, F: partie, D: Stimme, NL: partij, DK: stemme, S: st@"amma, N: .
1895
1896 1. In instrumental or choral music the music for the single instrument
1897 or voice. 2. in contrapuntal music @w{@ar{}@strong{counterpoint}} the single
1898 melodic line of the contrapuntal web.
1899
1900 @item percussion
1901 I: percussioni, F: percussion, D: Schlagzeug, NL: slagwerk, DK: slagt@o{}j, S:
1902 slagverk, N: .
1903
1904 A family of musical instruments which are played on by striking or
1905 shaking. Percussion instruments commonly used in a symphony orchestra are
1906 kettledrums (I: @emph{timpani}, D: @emph{Pauken}), snare drum, bass drum,
1907 tambourine, cymbals, chinese gong (tam-tam), triangle, celesta, glockenspiel
1908 and xylophone.
1909
1910 @item perfect interval
1911
1912 I: intervallo giusto, F: intervalle juste, D: reines Intervall, NL: rein
1913 interval, DK: rent interval, S: rent intervall, N: .
1914
1915 @w{@ar{}@strong{interval}}
1916
1917 @item phrase
1918 I: frase, F: phrase, D: Phrase, NL: frase, zin, DK: frase, S: fras, N: .
1919
1920 A natural division of the melodic line, comparable to a sentence of speech.
1921
1922 @item phrasing
1923 I: fraseggio, F: phras@'e, D: Phrasierung, NL: frasering, DK: frasering, S:
1924 fra@-se@-ring, N: .
1925
1926 The clear rendering in musical performance of the @w{@ar{}@strong{phrase}}s of
1927 the melody. Phrasing may be indicated by a @w{@ar{}@strong{slur}}.
1928
1929 @item piano 
1930 I: piano, F: piano, D: piano, leise, NL: piano, DK: piano, S: piano, N: .
1931
1932 @emph{piano} (@b{p}) soft, @emph{pianissimo} (@b{pp}) very soft,
1933 @emph{mezzopiano} (@b{mp}) medium soft.
1934
1935 @item pitch
1936 I: altezza, F: hauteur, D: Tonh@"ohe, NL: toonhoogte, DK: toneh@o{}jde, S:
1937 tonh@"ojd, N: .
1938
1939 @item pizzicato
1940 I: pizzicato, F: pizzicato, D: pizzicato, NL: pizzicato, getokkeld, DK:
1941 pizzicato, S: pizzicato.
1942
1943 Play by plucking the strings.
1944
1945 @item polyphony
1946 I: polifonia, F: polyphonie, D: Polyphonie, NL: polyfonie, DK: polyfoni, S:
1947 polyfoni, N: .
1948
1949 Music written in a combination of several simultaneous voices (parts) of a
1950 more or less pronounced individuality. @w{@ar{}@strong{counterpoint}}
1951
1952 @item portato
1953 @w{@ar{}@strong{legato}}
1954
1955 @item presto
1956 I: presto, F: presto, D: Presto, Sehr schnell, NL: presto, Sehr schnell, DK:
1957 presto, S: presto, N: .
1958
1959 Very quick, i.e. quicker than @w{@ar{}@strong{allegro}}. @emph{prestissimo}
1960 denotes the highest possible degree of speed.
1961
1962 @item Pythagorean comma
1963 I: comma pitagorico, F: comma pythagoricien, D: Pythagor@"aisches Komma, NL:
1964 komma van Pythagoras, DK: pythagor@ae{}isk komma, S: pytagoreiskt komma, N: .
1965
1966 A sequence of fifths starting on C eventually circles back to C, but this C,
1967 obtained by adding 12 fifths, is 24 @w{@ar{}@strong{cent}}s higher than the C
1968 obtained by adding 7 octaves. The difference between those two pitches is
1969 called the Pythagorean comma.
1970
1971 @item quadruplet
1972 I: quartina, F: quartolet, D: Quartole, NL: kwartool, DK: kvartol, S: kvartol,
1973 N: .
1974
1975 @w{@ar{}@strong{note value}}
1976
1977 @item quarter note
1978 I: semiminima, nera, F: noire, UK: crotchet, D: Viertel, Viertelnote, NL:
1979 kwartnoot, DK: fjerdedelsnode, S: fj@"ardedelsnot, N:
1980
1981 @w{@ar{}@strong{note value}}
1982
1983 @item quarter rest
1984 I: pausa di semiminima, F: soupir, UK: crotchet rest, D: Viertelpause, NL:
1985 kwart rust, DK:@w{ }fjerdedelspause, S: fj@"ardedelspaus, N: .
1986
1987 @w{@ar{}@strong{note value}}
1988
1989 @item quintuplet
1990 I: quintina, F: quintuplet, D: Quintole, NL: kwintool, DK: kvintol, S:
1991 kvintol, N: .
1992
1993 @w{@ar{}@strong{note value}}
1994
1995 @item rallentando
1996 I: rallentando, F: rallentando, D: rallentando, langsamer, NL: rallentando, DK:
1997 rallentando, S: rallentando, N: rallentando.
1998
1999 Abbreviation "rall.". @w{@ar{}@strong{ritardando}}
2000
2001 @item relative key
2002 I: tonalit@`a relativa, F: tonalit@'e relative, D: Paralleltonart, DK:
2003 paralleltoneart, S: parallelltonart, N: .
2004
2005 @w{@ar{}@strong{Major}} and @w{@ar{}@strong{minor}} @w{@ar{}@strong{key}} with
2006 the same @w{@ar{}@strong{signature}}.
2007
2008 @
2009
2010 @mudela[13pt,eps] 
2011 \emptyText
2012 \property Score.barNonAuto = ##t 
2013 \property Voice.textStyle = "large"
2014 \notes\relative c' { 
2015   \key es \major;
2016   es1_"e flat major" f g as bes c d es 
2017   \bar "||"; s16 
2018   \key es \major;
2019   c,1_"c minor" d es f g a! b! c \bar "||";
2020 }
2021 @end mudela
2022
2023 @item repeat
2024 I: ritornello, F: barre de reprise, D: Wiederholung, NL: herhaling, DK:
2025 gen@-ta@-gel@-se, S: repris, N: .
2026
2027 @
2028
2029 @mudela[13pt,eps]
2030 \key g \major;
2031 \time 4/4;
2032 \notes\relative c'' { 
2033   \repeat volta 2 {g4 g d' d | e e d2 | c4 c b b | a a g2 }
2034 }
2035 @end mudela
2036
2037 @item rest
2038 I: pausa, F: silence, D: Pause, NL: rust, DK: pause, S: paus, N: .
2039
2040 @w{@ar{}@strong{note value}}
2041
2042 @item rhythm
2043 I: ritmo, F: rythme, D: Rhythmus, NL: ritme, DK: rytme, S: rytm, N: .
2044
2045 (a) metrical rhythm in which every time value is a multiple or fraction of a
2046 fixed unit of time, called @w{@ar{}@strong{beat}}, and in which the normal
2047 @w{@ar{}@strong{accent}} recurs in regular intervals, called
2048 @w{@ar{}@strong{measure}}. The basic scheme scheme of time values is called
2049 @w{@ar{}@strong{meter}}. (b) Measured rhythm which lacks regularly recurrent
2050 accent. In modern notation such music appears as a free alternation of
2051 different measures. (c) Free rhythm, i.e. the use of temporal values having no
2052 common metrical unit (beat).
2053
2054 @item ritardando
2055 I: ritardando, F: ritardando, D: Ritardando, Langsamer, NL: ritardando, DK:
2056 ritardando, S: ritardando, N: .
2057
2058 Gradually slackening in speed. Mostly abbreviated to rit. or ritard. 
2059
2060 @item ritenuto
2061 I: ritenuto, F: ritenuto, D: Ritenuto, NL: ritenuto, DK: ritenuto, S:
2062 ritenuto, N: .
2063
2064 Immediate reduction of speed.
2065
2066 @item scale
2067 I: scala, F: gamme, D: Tonleiter, NL: toonladder, DK: Skala, S: skala, N: .
2068
2069 @w{@ar{}@strong{diatonic scale}}
2070
2071 @item scale degree
2072 I: grado della scala, F: degr@'e [de la gamme], D: Tonleiterstufe, NL: trap
2073 [van de toonladder], DK: skalatrin, S: skalsteg (?), N: .
2074
2075 Names and symbols used in harmonic analysis to denote tones of the scale as
2076 roots of chords. The most important are degrees I = tonic (T), IV =
2077 sub@-do@-mi@-nant (S) and V = dominant (D).
2078
2079 @
2080
2081 @mudela[13pt,eps] 
2082 \emptyText
2083 \property Score.barNonAuto = ##t 
2084 \property Lyrics.textStyle = "large"
2085 \property Lyrics.minVerticalAlign = 8
2086 \addlyrics
2087 \notes\relative c' { 
2088   c1 d e f g a b c }
2089 \context Lyrics \lyrics { 
2090   < { I II III IV V VI VII I } 
2091     { T "" "" S D } >
2092 }
2093 @end mudela
2094
2095 @w{@ar{}@strong{functional harmony}}
2096
2097 @item score
2098 I: partitura, F: partition, D: Partitur, NL: partituur, DK: partitur, S:
2099 partitur, N: .
2100
2101 A copy of orchestral, choral or chamber music showing what each instrument is
2102 to play, each voice to sing, having each part arranged one underneath the
2103 other on different @w{@ar{}@strong{stave}}s.
2104
2105 @item second
2106 I: secunda, F: seconde, D: Sekunde, NL: secunde, DK: sekund, S: sekund, N: .
2107
2108 The @w{@ar{}@strong{interval}} between two neigbouring tones of a scale. A
2109 @w{@ar{}@strong{diatonic scale}} consists of alternating
2110 @w{@ar{}@strong{semitone}}s and @w{@ar{}@strong{whole tone}}s, hence the size
2111 of a se@-cond depends on the scale degrees in question.
2112
2113 @item semitone
2114 I: semitono, F: demi-ton, D: Halbton, NL: halve toon, DK: halvtone, S:
2115 halvton, N: .
2116
2117 The @w{@ar{}@strong{interval}} of a minor second. The (usually) smallest
2118 interval in European composed music. The interval between two neighbouring
2119 tones on the piano keyboard - including black and white keys - is a
2120 semitone. An octave may be divided into 12
2121 semitones. @w{@ar{}@strong{interval}} @w{@ar{}@strong{chromatic scale}}
2122
2123 @
2124
2125 @mudela[13pt,eps] 
2126 \property Score.barNonAuto = ##t 
2127 \notes\relative c'' { g1 gis s a bes s b c }
2128 @end mudela
2129
2130 @item seventh
2131 I: settima, F: septi@`eme, D: Septime, NL: septiem, DK: septim, S: septim, N: .
2132
2133 @w{@ar{}@strong{interval}}
2134
2135 @item sextuplet, sextolet
2136 I: sestina, F: sextolet, D: Sextole, NL: sextool, DK: sekstol, S: sextol, N:
2137 .
2138
2139 @w{@ar{}@strong{note value}}
2140
2141 @item sharp
2142 I: diesis, F: di@`ese, D: Kreuz, NL: kruis, DK: kryds, S: korsf@"ortecken, N: .
2143
2144 @w{@ar{}@strong{accidental}}
2145
2146 @item short appoggiatura
2147 @w{@ar{}@strong{appoggiatura}}
2148
2149 @item sixteenth note
2150 I: semicroma, F: double croche, UK: semiquaver, D: Sechzehntel,
2151 Sechzehntelnote, NL:@w{ }zes@-ti@-ende noot, DK: sekstendedelsnode, S:
2152 sextondelsnot, N: .
2153
2154 @w{@ar{}@strong{note value}}
2155
2156 @item sixteenth rest
2157 I: pausa di semicroma, F: quart de soupir, UK: semiquaver rest, D:
2158 Sechzehntelpause, NL: zestiende rust, DK: sekstendedelspause, S:
2159 sextondelspaus, N: .
2160
2161 @w{@ar{}@strong{note value}}
2162
2163 @item sixth
2164 I: sesta, F: sixte, D: Sexte, NL: sext, DK: sekst, S: sext, N: .
2165
2166 @w{@ar{}@strong{interval}}
2167
2168 @item sixty-fourth note
2169 I: semibiscroma, F: quadruple croche, UK: hemidemisemiquaver, D:
2170 Vierundsechzigstel, Vierundsechzigstelnote, NL: vierenzestigste noot, DK:
2171 fi@-re@-og@-tred@-sinds@-ty@-ven@-de@-dels@-no@-de, S:
2172 sextiofj@"ardedelsnot, N: .
2173
2174 @w{@ar{}@strong{note value}}
2175
2176 @item sixty-fourth rest
2177 I: pausa di semibiscroma, F: seizi@`eme de soupir, UK: hemidemisemiquaver
2178 rest, D: Vierundsechzigstelpause, NL: vierenzestigste rust, DK:
2179 fi@-re@-og@-tred@-sinds@-ty@-ven@-de@-dels@-pau@-se, S:
2180 sextiofj@"ardedelspaus, N: .
2181
2182 @w{@ar{}@strong{note value}}
2183
2184 @item slur
2185 I: legatura (di portamento or espressiva), F: liaison, coul@'e, D: Bogen,
2186 Bindebogen, Legatobogen, Phrasierungsbogen, NL: binding, bindingsboog, 
2187 DK:@w{ }legatobue, fraseringsbue, S: b@aa{}ge, N: .
2188
2189 A slur above or below a group of notes indicates that they are to be played
2190 @w{@ar{}@strong{legato}}, e.g. with one stroke of the violin bow or with one
2191 breath in singing.
2192
2193 @item solmization
2194 I: solmisazione, F: solmisation, D: Solmisation, NL: solmizatie, DK:
2195 solmisation, S: solmisation, N: .
2196
2197 General term for systems of designating the degrees of the
2198 @w{@ar{}@strong{scale}}, not by letters, but by syllables (@emph{do}
2199 (@emph{ut}), @emph{re}, @emph{mi}, @emph{fa}, @emph{sol}, @emph{la}, @emph{si}
2200 (@emph{ti})). @w{@ar{}@strong{scale degree}}.
2201
2202 @item sonata
2203 I: sonata, F: sonate, D: Sonate, NL: sonate, DK: sonate, S: sonat, N: .
2204
2205 In its present-day meaning a sonata denotes an instrumental composition for
2206 piano or for some other instrument with piano accompaniment, which consists of
2207 three or four independant pieces, called movements.
2208
2209 @item sonata form
2210 I: forma sonata, F: [en] forme de sonate, D: Sonatenform, NL: hoofdvorm,
2211 sonatevorm, DK: sonateform, S: sonatform, N: .
2212
2213 A form used frequently for single movements of the @w{@ar{}@strong{sonata}},
2214 @w{@ar{}@strong{symphony}}, quartet etc. A movement written in sonata form
2215 falls in three sections called @emph{exposition}, @emph{development} and
2216 @emph{recapitulation}. In the exposition the composer introduces his musical
2217 ideas, consisting of a number of themes; in the development section he
2218 "develops" this material, and in the recapitulation he repeats the exposition,
2219 with certain modifications however. The exposition contains a number of themes
2220 which fall into two groups, often called first and second subject. Other
2221 melodies occurring in each group are considered as continuations of these
2222 two. The second theme is in another key, normally in the key of the
2223 @w{@ar{}@strong{dominant}} if the @w{@ar{}@strong{tonic}} is
2224 @w{@ar{}@strong{major}}, and in the @w{@ar{}@strong{relative key}} if the
2225 tonic is @w{@ar{}@strong{minor}}.
2226
2227 @item soprano
2228 I: soprano, F: soprano, D: Sopran, NL: sopraan, DK: sopran, S: sopran, N: .
2229
2230 The highest female voice.
2231
2232 @item staccato
2233 I: staccato, F: staccato, piqu@'e, d@'etach@'e, D: staccato, NL: staccato, DK:
2234 staccato, S: staccato, N:
2235
2236 Playing the note(s) short. Staccato is indicated by a dot above or below the
2237 notehead.
2238
2239 @
2240
2241 @mudela[13pt,eps]
2242 \key d \major;
2243 \time 4/4;
2244 \notes\relative c'' { 
2245   \partial 8; a8 | 
2246   d4-\staccato cis-\staccato b-\staccato cis-\staccato | 
2247   d2. \bar "||"; }
2248 @end mudela
2249
2250 @item staff
2251 I: pentagramma, rigo (musicale), F: port@'ee, D: Notensystem, NL: (noten)balk;
2252 partij, DK: nodesystem, S: notsystem, N: .
2253
2254 pl. staves or staffs. A series of (normally 5) horizontal lines upon and
2255 between which the musical notes are written, thus indicating (in connection
2256 with a @w{@ar{}@strong{clef}}) their pitch. Staffs for
2257 @w{@ar{}@strong{percussion}} instruments may have fewer lines.
2258
2259 @item stem
2260 I: gamba, F: queue, D: Hals, Notenhals, Stiel, NL: stok, DK: hals, S: skaft,
2261 N: .
2262
2263 Vertical line above or below a @w{@ar{}@strong{note head}} shorter than a whole
2264 note. @w{@ar{}@strong{beam}}
2265
2266 @
2267
2268 @mudela[13pt,eps]
2269 \property Score.noAutoBeaming = ##t
2270 \property Score.barNonAuto = ##t
2271 \emptyText
2272 \property Voice.textStyle = "large"
2273 \notes\relative c'' { 
2274   g2_"1/2" g' s16
2275   g,4_"1/4" g' s16
2276   g,8_"1/8" g' s16
2277   g,16_"1/16" g' s16
2278 }
2279 @end mudela
2280
2281 @item strings
2282 I: archi, F: cordes, D: Streicher, NL: strijkers, DK: strygere, S:
2283 str@aa{}kar, N: .
2284
2285 A family of stringed musical instruments played with a bow. Strings commonly
2286 used in a symphony orchestra are violin, viola, violoncello and double bass.
2287
2288 @item strong beat
2289 I: tempo forte, F: temps fort, D: betonter Taktteil oder -schlag, NL: thesis,
2290 D: betonet taktslag, S: betonat taktslag, N: .
2291
2292 @w{@ar{}@strong{beat}} @w{@ar{}@strong{accent}} @w{@ar{}@strong{measure}}
2293 @w{@ar{}@strong{rhythm}}
2294
2295 @item subdominant
2296 I: sottodominante, F: sous-dominante, D: Subdominante, NL: subdominant, DK:
2297 subdominant, S: subdominant, N: .
2298
2299 The fourth @w{@ar{}@strong{scale degree}}. @w{@ar{}@strong{functional
2300 harmony}}
2301
2302 @item submediant
2303 I: sopratonica, F: sous-m@'ediante, D: Submediant, NL: submediant, DK:
2304 Submediant, S: submediant, N: .
2305
2306 The sixth @w{@ar{}@strong{scale degree}}.
2307
2308 @item subtonic
2309 I: sottotonica, F: sous-tonique, D: Subtonika, NL: subtonica, DK: Subtonika, S:
2310 subtonika, N: .
2311
2312 The seventh @w{@ar{}@strong{scale degree}}
2313
2314 @item superdominant
2315 I: sopradominante, F: sus-dominante, D: Superdominant, NL: superdominant, DK:
2316 superdominant, S: superdominant, N: .
2317
2318 The sixth @w{@ar{}@strong{scale degree}} 
2319
2320 @item supertonic
2321 I: sopratonica, F: sus-tonique, D: Supertonika, NL: supertonica, DK:
2322 supertonika, S: supertonika, N: .
2323
2324 The second @w{@ar{}@strong{scale degree}}.
2325
2326 @item symphony
2327 I: sinfonia, F: symphonie, D: Sinfonie, NL: symfonie, DK: symfoni, S: symfoni,
2328 N: .
2329
2330 A symphony may be defined as a @w{@ar{}@strong{sonata}} for orchestra.
2331
2332 @item syncopation
2333 I: sincope, F: syncope, D: Synkope, NL: syncope, DK: synkope, S: synkop, N: .
2334
2335 Any deliberate upsetting of the normal pulse of @w{@ar{}@strong{meter}},
2336 @w{@ar{}@strong{accent}} and @w{@ar{}@strong{rhythm}}. Our system of musical
2337 rhythm rests upon the grouping of equal beats into groups of two or three,
2338 with a regularly recurrent accent on the first beat of each group. Any
2339 deviation from this scheme is felt as a disturbance or contradiction between
2340 the underlaying (normal) pulse and the actual (abnormal) rhythm.
2341
2342 @
2343
2344 @mudela[13pt,eps]
2345 \emptyText
2346 \property Voice.textStyle = "large"
2347 \time 4/4;
2348 \notes\relative c' {
2349   \partial 4;
2350   d8 dis |
2351   e c'4 e,8 c'4 e,8 c' ( | ) c2
2352 }
2353 @end mudela
2354
2355 @item syntonic comma; dydimic comma
2356
2357 I: comma sintonico (o didimico), F: comma syntonique, D: Syntonisches Komma,
2358 NL: syntonische komma, DK:@w{ }syntonisk komma, S: syntoniskt komma, N: .
2359
2360 Difference between the natural third and the third obtained by Pythagorean
2361 tuning (@w{@ar{}@strong{Pythagorean comma}}), equal to 22 cents.
2362
2363 @item system
2364 I: accollatura, F: syst@`eme, D: Notensystem, NL: systeem, DK: system, S:
2365 system, N: .
2366
2367 The collection of staves @w{@ar{}@strong{staff}}, two or more, as used for the
2368 writing down of keyboard, chamber, choral or orchestral music.
2369
2370 @item temperament
2371 I: temperamento, F: temp@'erament, D: Stimmung, Temperatur, NL: temperament,
2372 DK: temperatur, S: temperatur, N: .
2373
2374 Systems of tuning in which the intervals deviate from the accoustically pure
2375 intervals. @w{@ar{}@strong{meantone temperament}} @w{@ar{}@strong{equal
2376 temperament}}
2377
2378 @item tempo indication
2379 I: indicazione di tempo, F: indication de temps, D: Zeitma@ss{},
2380 Tempobezeichnung, NL: tempo aanduiding, DK: tempobetegelse, S:
2381 tempobeteckning, N: .
2382
2383 The rate of speed of a composition or a section thereof, ranging from the
2384 slowest to the quickest, as is indicated by tempo marks as
2385 @w{@ar{}@strong{largo}}, @w{@ar{}@strong{adagio}}, @w{@ar{}@strong{andante}},
2386 @w{@ar{}@strong{allegro}} and @w{@ar{}@strong{presto}}.
2387
2388 @item tenor
2389 I: tenore, F: t@'enor, D: Tenor, NL: tenor, DK: tenor, S: tenor, N: .
2390
2391 The highest voice of men (apart from @w{@ar{}@strong{counter tenor}})
2392  
2393 @item tenth
2394 I: decima, F: dixi@`eme, D: Dezime, NL: deciem, DK: decim, S: decima, N: .
2395
2396 @w{@ar{}@strong{note value}}
2397
2398 @item third
2399 I: terza, F: tierce, D: Terz, NL: terts, DK: terts, S: ters, N: .
2400
2401 @w{@ar{}@strong{interval}}
2402
2403 @item thirty-second note
2404
2405 I: biscroma, F: triple croche, UK: demisemiquaver, D:
2406 Zweiunddrei@ss{}igstel, Zweiunddrei@ss{}igstelnote, NL: twee-endertig@-ste
2407 noot, DK: toogtredivtedelsnode, S: trettiotv@aa{}ondelsnot, N: .
2408
2409 @w{@ar{}@strong{note value}}
2410
2411 @item thirty-second rest
2412
2413 I: pausa di biscroma, F: huiti@`eme de soupir, UK: demisemiquaver rest, D:
2414 Zweiunddrei@ss{}igstel@-pause, NL: 32e rust, DK: toogtredivtedelspause, S:
2415 trettiotv@aa{}ondelspaus, N: .
2416
2417 @w{@ar{}@strong{note value}}
2418
2419 @item thorough bass; figured bass
2420 I: basso continuo, basso numerato, F: basse chiffr@'ee, D: Generalbass,
2421 bezifferter Bass, NL: basso continuo, DK:@w{ }generalbas, S: generalbas, N: .
2422
2423 A method of indicating an accompaniment part by the bass notes only, together
2424 with figures designating the chief @w{@ar{}@strong{interval}}s and
2425 @w{@ar{}@strong{chord}}s to be played above the bass notes.
2426  
2427 @
2428
2429 @mudela[13pt,eps]
2430 \context GrandStaff <
2431   \notes\relative c'' { 
2432     \time 4/4;
2433     \key es \major;
2434     \clef treble; 
2435     < \context Voice = rha { 
2436         \stemup
2437         es4 d c bes | bes } 
2438       \context Voice = rhb { 
2439         \stemdown
2440         < bes8 g > as < as f > g < g es > f < d f > es | < g4 es > } 
2441     >
2442   }
2443   \property Voice.textStyle = "large"
2444   \property Lyrics.textStyle = "Large"
2445   \property Lyrics.minVerticalAlign = 6
2446   \addlyrics
2447     \notes\relative c' { 
2448     \clef bass;
2449     \key es \major;
2450     es8 c () c bes () bes as () as g16 f | es4 
2451   }
2452   \context Lyrics \lyrics { 
2453     < { "" "6" "4" "6" "4" "6" "4" "6" }
2454       { "" "" "2" "" "2" "" "2" "" } >
2455   } 
2456 >
2457 @end mudela
2458
2459 @item tie; bind
2460 I: legatura (di valore), F: liaison, D: Haltebogen, NL: overbinding, DK:
2461 bindebue, S: bindeb@aa{}ge, @"overbindning, N: .
2462
2463 A curved line, identical in appearance with the @w{@ar{}@strong{slur}}, which
2464 connects two succesive notes of the same pitch, and which has the function of
2465 uniting them into a single sound equal to the combined durations.
2466
2467 @
2468
2469 @mudela[13pt,eps]
2470 \property Score.barNonAuto = ##t
2471 \notes\relative c'' { g2 ~ g4. }
2472 @end mudela
2473
2474 @item time signature
2475
2476 I: segni di tempo, F: chiffrage (chiffres indicateurs), signe de valeur,  D:
2477 Taktangabe, Angabe der Taktart, NL: maatsoort, DK: taktangivelse, S:
2478 taktartssignatur, N: .
2479
2480 @w{@ar{}@strong{meter}}
2481
2482 @item tone
2483 I: suono, F: ton, D: Ton, NL: toon, DK: tone, S: ton, N: .
2484
2485 A sound of definite pitch and duration, as distinct from @emph{noise}. Tone is
2486 a primary building material of music. Music from the 20th century may be based
2487 on non tone related sounds.
2488
2489 @item tonic
2490 I: tonica, F: tonique, D: Tonika, NL: tonica, DK: tonika, S: tonika, N: .
2491
2492 The first @w{@ar{}@strong{scale degree}}@w{@ar{}@strong{functional harmony}}
2493
2494 @item transposition
2495 I: trasposizione, F: transposition, D: Transposition, NL: transpositie, DK:
2496 transposition, S: transponering, N: .
2497
2498 Shifting a melody up or down in pitch, while keeping the same relative pitches.
2499
2500 @
2501
2502 @mudela[13pt,eps]
2503 \context Staff {
2504   \time 3/4;
2505   \notes\relative c'' {
2506     \key g \major;
2507     d4 g,8 a b c | d4 g, g | e' c8 d e fis | g4 g, g \bar "|."; }
2508   \transpose bes\relative c'' {
2509     \key g \major;
2510     d4 g,8 a b c | d4 g, g | e' c8 d e fis | g4 g, g \bar "|."; }
2511 }
2512 @end mudela
2513
2514 @item treble clef
2515 I: chiave di violino, F: cl@'e de sol, D: Violinschl@"ussel,
2516 Sopranschl@"ussel, NL: viool sleutel, DK:@w{ }diskantn@o{}gle, S: diskantklav,
2517 N: .
2518
2519 @w{@ar{}@strong{G clef}}
2520
2521 @item tremolo
2522 I: tremolo, F: tr@'emolo, D: Tremolo, NL: tremolo, DK: tremolo, S: tremolo, N:
2523 .
2524
2525 On stringed instruments (@w{@ar{}@strong{strings}}) the quick reiteration of
2526 the same tone, produced by a rapid up-and-down movement movement of the bow
2527 (a). The term is also used for the rapid alternation (b) between two notes of
2528 a @w{@ar{}@strong{chord}}, usually in the distance of a third
2529 (@w{@ar{}@strong{interval}}).
2530  
2531 @
2532
2533 @mudela[13pt,eps] 
2534 \emptyText
2535 \property Score.barNonAuto = ##t 
2536 \property Voice.textStyle = "large"
2537 \notes\relative c' {
2538   % e2:32_"a" f:32 [ e8:16 f:16 g:16 a:16 ] s4 [:32 e1_"b" g]
2539   % e2:32_"a" f:32 [ e8:16 f:16 g:16 a:16 ] s4 \repeat "tremolo" 16 { e32_"b" g }
2540   e2:32_"a" f:32 [ e8:16 f:16 g:16 a:16 ] s4 \repeat "tremolo" 8 { e32_"b" g }
2541
2542 @end mudela
2543
2544 @item triad
2545 I: triade, F: triade, accord parfait, accord de trois sons, D: Dreiklang, NL:
2546 drieklank, DK: treklang, S: treklang, N:
2547
2548 @w{@ar{}@strong{chord}}
2549
2550 @item trill; shake
2551 I: trillo, F: trille, tremblement, battement (cadence), D: Triller, NL:
2552 triller, DK:@w{ }trille, S:@w{ }drill, N:@w{ }.
2553
2554 @w{@ar{}@strong{ornament}}
2555
2556 @item triple meter
2557 I: tempo ternario, F: mesure ternaire, D: dreiteiliger Takt, NL: driedelige
2558 maatsoort, DK: tredelt takt, S: tretakt, N: .
2559
2560 @w{@ar{}@strong{meter}}
2561
2562 @item triplet
2563 I: terzina, F: triolet,  D: Triole, NL: triool, DK: triol, S: triol, N: .
2564
2565 @w{@ar{}@strong{note value}}
2566
2567 @item tritone
2568 I: tritono, F: triton, D: Tritonus, NL: tritoon, DK: tritonus, S: tritonus, N:
2569 .
2570
2571 @w{@ar{}@strong{interval}}
2572
2573 @item tuning fork
2574 I: diapason, corista, F: diapason, D: Stimmgabel, NL: stemvork, DK:
2575 stemmegaffel, S: st@"amgaffel, N: .
2576
2577 A two-pronged piece of steel used to indicate absolute pitch. Tuning forks
2578 give the international pitch for the tone @emph{a} (440 vibrations per second.)
2579  
2580 @item turn; gruppetto
2581 I: gruppetto, F: grupetto, D: Doppelschlag, NL: dubbelslag, DK: dobbeltslag,
2582 S: dubbelslag, N: .
2583
2584 @item unison
2585 I: unisono, F: unisson, D: Unison, unisono, NL: unisono, DK: unison, S:
2586 unison, N: .
2587
2588 Playing of the same notes or the same melody by various instruments (voices)
2589 or by the whole orchestra (choir), either at exactly the same pitch or in a
2590 different octave.
2591
2592 @item upbeat
2593 I: anacrusi, F: anacrouse, D: Auftakt, NL: opmaat, DK: optakt, S:
2594 upptakt, N:
2595
2596 Initial note(s) of a melody occurring before the first bar
2597 line. @w{@ar{}@strong{measure}} @w{@ar{}@strong{meter}}
2598
2599 @
2600
2601 @mudela[13pt,eps]
2602 \key f \major;
2603 \time 4/4;
2604 \notes\relative c' { 
2605   \partial 4; f4 | bes4. a8 bes4 c | 
2606   bes () a g f | bes4. a8 bes4 c | f,2. \bar "||"; }
2607 @end mudela
2608
2609 @item voice
2610 I: voce, F: voix, D: Stimme, NL: stem, DK: stemme, S: st@"amma, N: ,
2611
2612 1. Human voices: @w{@ar{}@strong{soprano}}, @w{@ar{}@strong{mezzo-soprano}},
2613 @w{@ar{}@strong{contralto}}, @w{@ar{}@strong{tenor}},
2614 @w{@ar{}@strong{baritone}}, @w{@ar{}@strong{bass}}. 2. A melodic layer or part
2615 of a polyphonic composition.
2616
2617 @item weak beat
2618 I: tempo debole, arsi, F: temps faible, D: unbetonter Taktteil oder -schlag,
2619 NL: arsis, DK: ubetonet taktslag, S: obetonat taktslag, N: .
2620
2621 @w{@ar{}@strong{beat}} @w{@ar{}@strong{measure}} @w{@ar{}@strong{rhythm}}
2622
2623 @item whole note
2624 I: semibreve, F: ronde, UK: semibreve, D: Ganze, Ganze Note, NL: hele noot,
2625 DK: helnode, S: helnot, N: .
2626
2627 @w{@ar{}@strong{note value}}
2628
2629 @item whole rest
2630 I: pausa di semibreve, F: pause, UK: semibreve rest, D: Ganze Pause, NL: hele
2631 rust, DK: helnodespause, S: helpaus, N: .
2632
2633 @w{@ar{}@strong{note value}}
2634
2635 @item whole tone
2636 I: tono intero, F: ton entier, D: Ganzton, NL: hele toon, DK: heltone, S:
2637 helton, N: .
2638
2639 The @w{@ar{}@strong{interval}} of a major second. The interval between two
2640 tones on the piano keyboard with exactly one key between them - including
2641 black and white keys - is a whole tone.
2642
2643 @item woodwind
2644 I: legni, F: le bois, D: Holzbl@"aser, NL: houtblazers, DK tr@ae{}bl@ae{}sere,
2645 S: tr@"abl@aa{}sare, N: .
2646
2647 A family of blown wooden musical instruments. Today some of these instruments
2648 are actually made from metal. The woodwind instruments commonly used in a
2649 symphony orchestra are flute, oboe, clarinet, saxophone and bassoon.
2650
2651 @end table
2652
2653 @page
2654
2655 @table @strong
2656 @item DURATION NAMES, NOTES AND RESTS
2657 @end table
2658
2659 @multitable @columnfractions .111 .111 .111 .111 .111 .111 .111 .111 .111 
2660
2661 @item @tab @strong{UK} @tab @strong{I} @tab @strong{F} @tab @strong{D} @tab
2662 @strong{NL} @tab @strong{DK} @tab @strong{S} @tab @strong{N}
2663
2664 @item
2665
2666 @item @strong{longa} @tab longa @tab longa @tab Longa @tab longa @tab longa
2667 @tab longa @tab longa @tab longa
2668
2669 @item
2670
2671 @item @strong{breve} @tab breve @tab breve @tab br@`eve @tab Brevis @tab
2672 brevis @tab brevis @tab brevis @tab brevis
2673
2674 @item
2675
2676 @item @strong{whole} @tab semi@-breve @tab semi@-breve @tab ronde @tab 
2677 Ganze @tab hele @tab hel @tab hel @tab
2678
2679 @item
2680
2681 @item @strong{half} @tab minim @tab minima @tab blanche @tab Halbe @tab 
2682 halve @tab halv @tab halv @tab 
2683
2684 @item
2685
2686 @item @strong{quarter} @tab crotchet @tab semi@-minima @tab noire @tab  
2687 Viertel @tab kwart @tab fjerde@-del @tab fj@"arde@-del @tab 
2688
2689 @item
2690
2691 @item @strong{eighth} @tab quaver @tab croma @tab croche @tab Achtel @tab 
2692 achtste @tab ottende@-del @tab @aa{}tton@-del @tab 
2693
2694 @item
2695
2696 @item @strong{sixteenth} @tab semi@-quaver @tab semi@-croma @tab double croche
2697 @tab Sech@-zehntel @tab zes@-ti@-ende @tab seks@-tende@-del @tab sexton@-del
2698 @tab
2699
2700 @item
2701
2702 @item @strong{thirty-second} @tab demi@-semi@-quaver @tab bis@-croma @tab
2703 triple croche @tab Zwei@-und@-drei@-@ss{}ig@-stel @tab twee-en@-dertig@-ste
2704 @tab toog@-tredivte-del @tab trettio@-tv@aa{}on@-del @tab
2705
2706 @item
2707
2708 @item @strong{sixty-fourth} @tab hemi@-demi@-semi@-quaver @tab
2709 semi@-bis@-croma @tab qua@-druple croche @tab Vier@-und@-sechzig@-stel @tab
2710 vier@-en@-zestig@-ste @tab fireog@-tred@-sinds@-ty@-ven@-de@-del @tab
2711 sextio@-fj@"arde@-del @tab
2712
2713 @end multitable
2714 @c @item @tab @tab @tab @tab @tab @tab @tab @tab 
2715
2716 @page
2717
2718 @table @strong
2719 @item PITCH NAMES
2720 @end table
2721
2722 @multitable @columnfractions .125 .125 .125 .125 .125 .125 .125 .125 
2723
2724 @item @tab @strong{I} @tab @strong{F} @tab @strong{D} @tab
2725 @strong{NL} @tab @strong{DK} @tab @strong{S} @tab @strong{N}
2726
2727 @item
2728
2729 @item @strong{c} @tab do @tab ut @tab C @tab c @tab c @tab c @tab c
2730
2731 @item
2732
2733 @item @strong{c-sharp} @tab do diesis @tab ut di@`ese @tab Cis @tab cis @tab
2734 cis @tab cis @tab cis
2735
2736 @item
2737
2738 @item @strong{d-flat} @tab re bemolle @tab r@'e b@'emol @tab Des @tab des @tab
2739 des @tab des @tab des
2740
2741 @item
2742
2743 @item @strong{d} @tab re @tab r@'e @tab D @tab d @tab d @tab d @tab d
2744
2745 @item
2746
2747 @item @strong{e} @tab mi @tab mi @tab E @tab e @tab e @tab e @tab e
2748
2749 @item
2750
2751 @item @strong{f} @tab fa @tab fa @tab F @tab f @tab f @tab f @tab f
2752
2753 @item
2754
2755 @item @strong{g} @tab sol @tab sol @tab G @tab g @tab g @tab g @tab g
2756
2757 @item
2758
2759 @item @strong{a-flat} @tab la bemolle @tab la b@'emol @tab As @tab as @tab as
2760 @tab as @tab as
2761
2762 @item
2763
2764 @item @strong{a} @tab la @tab la @tab A @tab a @tab a @tab a @tab a
2765
2766 @item
2767
2768 @item @strong{a-sharp} @tab la diesis @tab la di@`ese @tab Ais @tab ais @tab
2769 ais @tab ais @tab ais
2770
2771 @item
2772
2773 @item @strong{b-flat} @tab si bemolle @tab si b@'emol @tab B @tab bes @tab b
2774 @tab b @tab b
2775
2776 @item
2777
2778 @item @strong{b} @tab si @tab si @tab H @tab b @tab h @tab h @tab h
2779
2780 @end multitable
2781 @
2782
2783 @table @strong
2784
2785 @item ---------------------
2786
2787 @
2788
2789 @item Literature used
2790 The Harvard Dictionary of Music, London 1944. Many more or less litteral
2791 quotes from its articles have been included into the item explanation texts.
2792
2793 Hugo Riemans Musiklexicon, Berlin 1929
2794
2795
2796 Polyglottes W@"orterbuch der musikalisch Terminologie, Kassel 1980
2797 Oxford Advanced Learner's Dictionary of Current English, Third Edition 1974.
2798
2799 @end table
2800
2801 @bye