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