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