]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/music-glossary.tely
Various small fixes.
[lilypond.git] / Documentation / user / music-glossary.tely
1 \input texinfo @c -*- coding: latin-1; mode: texinfo; -*-
2
3 @settitle Music Glossary
4 @setfilename music-glosssary.info
5
6 @dircategory GNU music project
7 @direntry
8 * Glossary: (lilypond/music-glossary).  Glossary of music terms.
9 @end direntry
10
11 @ifhtml
12 This document is also available in @uref{music-glossary.ps.gz,gzipped
13 PostScript} and @uref{music-glossary.pdf,PDF}.
14 @end ifhtml
15
16 @titlepage
17 @title Music Glossary
18 @author Christian Mondrup   @c Original author of LilyPond glossary
19 @c                             Danish glossary
20 @author Fran@,{c}ois Pinard @c Original glossary of GNU music project,
21 @c                             French glossary
22 @author Han-Wen Nienhuys    @c Dutch glossary
23 @author Jan Nieuwenhuizen   @c Dutch glossary
24 @author Dadiv Gonzalez      @c Spanish glossary
25 @author Bjoern Jacke        @c German glossary
26 @author Neil Jerram         @c English glossary translations
27 @author Mats Bengtsson      @c Swedish glossary
28 @author Adrian Mariano      @c Italian glossary
29 @author Heikki Junes        @c Finnish glossary
30
31 @c Fixes by Jean-Pierre Coulon and `Dirk'
32
33
34 Copyright @copyright{} 1999--2005 by the authors
35
36
37   Permission is granted to copy, distribute and/or modify this document
38   under the terms of the GNU Free Documentation License, Version 1.1
39   or any later version published by the Free Software Foundation,
40   without Invariant Sections.
41   
42 @end titlepage
43
44
45 @c FIXME: multiple omfcreators?
46 @ignore
47 @omfcreator Christian Mondrup
48 @omfdescription Glossary of musical terms with translations
49 @omftype user's guide
50 @omfcategory Applications|Publishing
51 @omflanguage English
52 @end ignore
53
54 @ifnottex
55 @node Top
56 @top Music Glossary
57 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
58 @menu
59 @end menu
60 @end ifnottex
61
62 @ifnottex
63 @table @code
64 @item Adrian Mariano
65 Italian glossary,
66 @item Bjoern Jacke
67 German glossary,
68 @item Christian Mondrup
69 Original author of LilyPond glossary, Danish glossary,
70 @item Dadiv Gonzalez
71 Spanish glossary,
72 @item Fran@,{c}ois Pinard
73 Original glossary of GNU music project, French glossary,
74 @item Han-Wen Nienhuys
75 Dutch glossary,
76 @item Jan Nieuwenhuizen
77 Dutch glossary,
78 @item Mats Bengtsson
79 Swedish glossary,
80 @item Neil Jerram
81 English glossary translations,
82 @item Heikki Junes
83 Finnish glossary translations.
84 @end table
85 @*
86 Copyright 1999--2005 by the authors
87
88
89   Permission is granted to copy, distribute and/or modify this document
90   under the terms of the GNU Free Documentation License, Version 1.1
91   or any later version published by the Free Software Foundation,
92   without Invariant Sections.
93   
94
95 @*
96
97 @*
98
99 @end ifnottex
100
101 @c @pagesizes 10.3in
102 @c @everyheading @| @thispage @|
103 @c @evenheading @thispage @| @|
104 @c @oddheading @| @| @thispage @|
105
106 @include macros.itexi
107
108
109 @ignore
110 We do not use refs for Info:
111
112    @w{@arrow{}\word\}@c vs:
113    @w{@arrow{}@pxref{\word\}}@c
114
115 they look too intrusive (says Han-Wen).
116 @end ignore
117
118
119 @c arrowref
120 @macro aref{word}
121 @iftex
122 @w{@arrow{}@strong{\word\}}@c
123 @end iftex
124 @ifhtml
125 @arrow{}@ref{\word\, @strong{\word\}}@c
126 @end ifhtml 
127 @ifinfo
128 @w{@arrow{}\word\}@c
129 @end ifinfo
130 @end macro
131
132
133 @c If we want hyperlinks, we must add anchors.
134 @c We need the @anchor command in the item description itself
135 @c (not before or after) to get mozilla jump to the right place.
136 @c
137 @c Note that the @aitem macro and friends should always be finished
138 @c with `@c' to avoid spurious spaces:
139 @c
140 @c  @aitem{foo}@c
141 @c  blablabla
142 @c
143 @macro aitem{word}
144 @item \word\@anchor{\word\}
145 @end macro
146 @macro aitemii{one,two}
147 @item \one\; \two\@anchor{\one\; \two\}@anchor{\one\}
148 @end macro
149 @macro aitemiii{one,two,three}
150 @item \one\; \two\; \three\@anchor{\one\; \two\; \three\}@anchor{\one\}
151 @end macro
152
153
154 @itemize
155 @item ES - Spanish
156 @item I - Italian
157 @item F - French
158 @item D - German
159 @item NL - Dutch
160 @item UK - British English
161 @item DK - Danish
162 @item S - Swedish
163 @item FI - Finnish
164 @end itemize
165
166 This is an example reference, that points you to the @aref{accent}
167 entry.
168
169 @c All `@table @strong' replaced by `@table @code'
170 @c @strong{note xxx} breaks for info with makeinfo CVS <= 2004-04-26
171
172 @table @code
173
174 @aitem{A}@c
175 ES: la,
176 I: la,
177 F: la,
178 D: A, a,
179 NL: a,
180 DK: a,
181 S: a,
182 FI: A, a.
183
184 @aitem{accent}@c
185 ES: acento,
186 I: accento,
187 F: accent,
188 D: Akzent,
189 NL: accent,
190 DK: accent,
191 S: accent,
192 FI: aksentti, korostus.
193
194 The stress of one tone over others.
195
196 @c F: how to distinguish between accidental and key-sig alteration?
197
198 @aitem{accidental}@c
199 ES: alteración,
200 I: alterazione, accidente,
201 F: altération
202 D: Vorzeichen, Versetzungszeichen,
203 NL: voorteken,
204 DK: løst fortegn,
205 S: tillfälligt förtecken,
206 FI: tilapäinen etumerkki.
207
208 @c F: altération accidentelle, D: Vorzeichen, Versetzungszeichen,
209 @c Akzidenz, NL: toevallig teken, I: accidento.
210
211 A sharp raises a tone by a @aref{semitone}, a double sharp raises it
212 by a @aref{whole tone}, a flat lowers it by a semitone and a double
213 flat lowers it by a whole tone.  A natural cancels the effect of a previous
214 accidental.
215
216 @lilypond[fragment,notime,linewidth=13.0\cm]
217 \set Score.automaticBars = ##f
218 %\override TextScript #'font-style = #'large
219 \oldaddlyrics
220 \context Staff \relative c'' {
221   gis1 gisis ges geses g!
222 }
223 \context Lyrics \lyrics {
224   \override Lyrics .LyricText #'self-alignment-X = #-1
225   sharp "db. sharp" flat "db. flat" natural
226 }
227 @end lilypond
228
229 @aitem{accelerando}@c
230 ES: acelerando,
231 I: accelerando,
232 F: accelerando, en accélérant,
233 D: accelerando, schneller werden,
234 NL: accelerando,
235 DK: accelerando,
236 S: accelerando,
237 FI: accelerando, kiihdyttäen.
238
239 Increase tempo.
240
241 @aitem{adagio}@c
242 ES: adagio,
243 I: adagio,
244 F: adagio, lent,
245 D: Adagio, Langsam,
246 NL: adagio,
247 DK: adagio,
248 S: adagio,
249 FI: adagio, hitaasti.
250
251 It.@: comfortable, easy.
252 1.@tie{}Slow tempo, slower -- especially in even meter -- than
253 @aref{andante} and faster than @aref{largo}.
254 2.@tie{}A movement in slow tempo, especially the second (slow) movement of
255 @aref{sonata}s, symphonies, etc.
256
257 @aitem{allegro}@c
258 ES: allegro,
259 I: allegro,
260 F: allegro,
261 D: Allegro, Schnell, Fröhlich, Lustig,
262 NL: allegro,
263 DK: allegro,
264 S: allegro,
265 FI: allegro, nopeasti.
266
267 It.@: cheerful.  Quick tempo.  Also used as a title for pieces in a quick
268 tempo, especially the first and last movements of a @aref{sonata}.
269
270 @aitem{alto}@c
271 ES: alto,
272 I: contralto,
273 F: alto,
274 D: Alt,
275 NL: alt,
276 DK: alt,
277 S: alt,
278 FI: altto, matala naisääni.
279
280 A female voice of low range (@emph{contralto}).  Originally the alto was a
281 high male voice (hence the name), which by the use of falsetto reached the
282 height of the female voice.  This type of voice is also known as
283 @aref{counter tenor}.
284
285 @aitem{alto clef}@c
286 ES: clave de do en tercera,
287 I: chiave di contralto,
288 F: clef d'ut troisième ligne,
289 D: Altschlüssel, Bratschenschlüssel,
290 NL: alt sleutel,
291 DK: altnøgle,
292 S: altklav,
293 FI: alttoavain.
294
295 C clef setting middle C on the middle line of the staff
296 @aref{C clef}.
297
298 @aitem{ambit}@c
299 ES: ambitus,
300 I: ambitus,
301 F: ambitus,
302 D: ambitus,
303 NL: ambitus,
304 DK: ambitus,
305 S: ambitus,
306 FI: ambitus, ääniala, soitinala.
307
308 The term ambit (from latin: ambitus, plural: ambitus) denotes a range
309 of pitches for a given voice in a part of music.  It may also denote
310 the pitch range that a musical instrument is capable of playing.
311
312 @aitem{ancient minor scale}@c
313 I: scala minore naturale,
314 F: forme du mode mineur ancien, troisème mode, mode hellénique
315 D: reines Moll,
316 NL: authentieke mineurtoonladder,
317 DK: ren mol,
318 S: ren mollskala,
319 FI: luonnollinen molliasteikko.
320
321 @aref{diatonic scale} (ancient minor).
322
323 @lilypond[fragment,notime,linewidth=13.0\cm]
324 \set Score.automaticBars = ##f
325 \relative c'' {
326 a1 b c d e f g a }
327 @end lilypond
328
329 @aitem{andante}@c
330 ES: andante,
331 I: andante,
332 F: andante,
333 D: Andante, Gehend,
334 NL: andante,
335 DK: andante,
336 S: andante,
337 FI: andante, käyden.
338
339 Walking tempo/character.
340
341 @aitem{appoggiatura}@c
342 ES: apoyatura,
343 I: appoggiatura,
344 F: appogiature, (port de voix),
345 D: Vorschlag,
346 NL: voorslag,
347 DK: forslag,
348 S: förslag,
349 FI: appoggiatura, etuhele.
350
351 Ornamental note, usually a second, that is melodically connected with the
352 main note following it.  In music before the 19th century a.@: were usually
353 performed on the beat, after that mostly before the beat.  While the short
354 a.@: is performed as a short note regardless of the duration of the main note
355 the duration of the long a.@: is proportional to that of the main note.
356
357 @lilypond[linewidth=13.0\cm]
358 \context Voice \relative c'' {
359   \key d \major
360   \time 4/4
361
362 %\override Score.TextScript #'font-style = #'large
363   <d a fis>4_"notation" r
364   { \override Stem #'flag-style = #'()
365     \grace g16
366     \revert Stem #'flag-style
367   }
368   fis8 e16 fis
369   { \override Stem #'flag-style = #'()
370     \grace a16
371     \revert Stem #'flag-style
372   }
373   g8 fis16 g |
374   \cadenzaOn a4 \bar "||" \cadenzaOff
375
376   <d, a fis>4_"performance" r g16 ( fis) e fis a ( g) fis g |
377   \cadenzaOn a4 \bar "||" \cadenzaOff
378 }
379 @end lilypond
380
381 An appoggiatura may have more notes preceding the main note.
382
383 @lilypond[linewidth=13.0\cm]
384 \relative c'' {
385   \key as \major
386   \time 2/4
387 %  \override Score.TextScript #'font-style = #'large
388   \grace { bes16 } as8_"notation" as16 bes as8 g |
389   \grace { as16[( bes] } < c as >4-)
390   \grace { as16[( bes] } < c as >4-) \bar "||"
391   \grace { bes16 } as8_"performance" as16 bes as8 g |
392   << \context Voice = va { \stemUp\tieUp as32 bes c8. as32 bes c8. }
393     \context Voice = vb { \stemDown\tieDown as16 ~ as8. as16 ~ as8. } >>
394   \bar "||"
395 }
396 @end lilypond
397
398 @aitem{arpeggio}@c
399 ES: arpegio,
400 I: arpeggio,
401 F: arpège,
402 D: Arpeggio, Akkordbrechungen, gebro@-chener Akkord,
403 NL: gebroken akoord,
404 DK: arpeggio, akkordbrydning,
405 S: arpeggio,
406 FI: arpeggio, murtosointu.
407
408 @lilypond[fragment,linewidth=13.0\cm]
409  \context PianoStaff <<
410   \context Staff = SA \relative c'' {
411     \time 4/4
412     \clef treble
413     r8 g16 c e g, c e r8 g,16 c e g, c e |
414     r8 a,16 d f a, d f r8 a,16 d f a, d f \bar "||" }
415   \context Staff = SB \relative c' {
416     \clef bass
417     << \context Voice = va {
418         \stemUp
419         r16 e8. ( e4) r16 e8. ( e4) |
420         r16 d8. ( d4) r16 d8. ( d4) }
421       \context Voice = vb {
422         \stemDown
423         c2 c | c c } >>
424   }
425 >>
426 @end lilypond
427
428 @aitem{ascending interval}@c
429 ES: Intervalo ascendente,
430 I: intervallo ascendente,
431 F: intervalle ascendant,
432 D: steigendes Intervall,
433 NL: stijgend interval,
434 DK:@w{ }stigende interval,
435 S: stigande intervall,
436 FI: nouseva intervalli.
437
438 A distance between a starting lower note and a higher ending note.
439
440 @aitem{augmented interval}@c
441 ES: intervalo aumentado,
442 I: intervallo aumentato,
443 F: intervalle augmenté,
444 D: übermäßiges Intervall,
445 NL: overmatig interval,
446 DK: forstørret interval,
447 S: överstigande intervall,
448 FI: ylinouseva intervalli.
449
450 @aref{interval}.
451
452 @aitem{autograph}@c
453 I: autografo,
454 F: manuscrit,
455 D: Autograph, Handschrift,
456 NL: manuscript,
457 DK: håndskrift, autograf,
458 S: handskrift,
459 FI: käsinkirjoitettu nuotti.
460
461 1.@tie{}A manuscript in the composer's own hand.
462 2.@tie{}Music prepared for photoreproduction by freehand drawing,
463 with the aid of a straightedge ruler and T-square only,
464 which attempts to emulate engraving.
465 This required more skill than did engraving.
466
467 @aitem{B}@c
468 ES: si,
469 I: si,
470 F: si,
471 D: H, h,
472 NL: b,
473 DK: h,
474 S: h,
475 FI: H, h.
476
477 @aitemii{backfall,forefall}@c
478 @aref{appoggiatura}.
479
480 @aitem{bar line}@c
481 ES: ?,
482 I: stanghetta, barra (di divisione),
483 F: barre (de mesure),
484 D: Taktstrich,
485 NL: maatstreep,
486 DK: taktstreg,
487 S: taktstreck,
488 FI: tahtiviiva.
489
490 @aitem{bar}@c
491 ES: compás, @aref{measure}.
492
493 @aitem{baritone}@c
494 ES: barítono,
495 I: baritono,
496 F: bariton,
497 D: Bariton,
498 NL: bariton,
499 DK: baryton,
500 S: baryton,
501 FI: baritoni, keskikorkuinen miesääni.
502
503 The male voice intermediate between the @aref{bass} and the
504 @aref{tenor}.
505
506 @c F: clef de troisième ligne dropped
507
508 @aitem{baritone clef}@c
509 ES: clave de fa en tercera,
510 I: chiave di baritono,
511 F: clef d' Ut cinquième ligne, clef de Fa troisième,
512 D: Baritonschlüssel,
513 NL: baritonsleutel,
514 DK: barytonnøgle,
515 S: barytonklav,
516 FI: baritoniavain.
517
518 C or F clef setting middle C on the upper staff line.
519 @aref{C clef}, @aref{F clef}.
520
521 @aitem{bass clef}@c
522 ES: clave de fa en cuarta,
523 I: chiave di basso,
524 F: clé de fa quatrième ligne,
525 D: Bassschlüssel,
526 NL: bassleutel,
527 DK: basnøgle,
528 S: basklav,
529 FI: bassoavain.
530
531 A clef setting with middle C on the first top ledger line.
532 @aref{F clef}.
533
534 @aitem{bass}@c
535 I: basso,
536 F: basse,
537 D: Bass,
538 NL: bas,
539 DK: bas,
540 S: bas,
541 FI: basso, matala miesääni.
542
543 1.@tie{}The lowest male voice.
544 2.@tie{}Sometimes, especially in jazz music, used as
545 an abbreviation for double bass.
546 @aref{strings}.
547
548 @aitem{beam}@c
549 I: coda,
550 F: barre,
551 D: Balken,
552 NL: waardestreep,
553 DK: bjælke,
554 S: balk,
555 FI: palkki.
556
557 Line connecting a series of notes (shorter than a quarter note).
558 The number of beams determines the note value of the connected notes.
559
560 @lilypond[fragment,notime,linewidth=13.0\cm]
561 \set Score.automaticBars = ##f
562 %\override TextScript #'font-style = #'large
563 \relative c'' {
564   g8_"1/8"[ g g g] s16
565   g16_"1/16"[ g g g] s16
566   g32_"1/32"[ s32 g32 s32 g32 s32 g32] s16
567   g64_"1/64"[ s32 g64 s32 g64 s32 g64] s32 }
568 @end lilypond
569
570 @aitem{beat}@c
571 ES: tiempo,
572 I: tempi,
573 F: temps,
574 D: Takt, Taktschlag, Zeit (im Takt),
575 NL: tel,
576 DK: (takt)slag,
577 S: taktslag,
578 FI: aika-arvo.
579
580 Note value used for counting, most often half-, fourth-, and eighth notes.
581 The base counting value and the number of them per measure is indicated at
582 the start of the music.
583
584 @lilypond[fragment,linewidth=13.0\cm]
585 \key g \major
586 \time 4/4
587 \relative c'' { g4 c b a | g1 \bar "||"}
588 \time 3/8
589 \relative c'' { g8 d' c | b c a | g4. \bar "||"}
590 @end lilypond
591
592 @aitem{bind}@c
593 @aref{tie}.
594
595 @aitem{brace}@c
596 ES: llave, corchete,
597 I: graffa,
598 F: accolade,
599 D: Klammer, Akkolade,
600 NL: accolade, teksthaak,
601 DK: klamme,
602 S: klammer,
603 FI: yhdistävä sulkumerkki.
604
605 Symbol at the start of a system connecting staves.  Curly braces are used
606 for connecting piano staves, angular brackets for connecting parts in an
607 orchestral or choral score.
608
609 @lilypond[fragment,raggedright]
610 \context GrandStaff <<
611   \relative c''\context Staff = SA { \clef treble g4 e c2 }
612   \relative c \context Staff = SB { \clef bass c1 \bar "|." } >>
613 @end lilypond
614
615 @lilypond[fragment,raggedright]
616 \context StaffGroup <<
617 %  \set StaffGroup.minVerticalAlign = #12
618   \relative c'' \context Staff = SA { \clef treble g4 e c2 }
619   \relative c \context Staff = SB { \clef bass c1 \bar "|." } >>
620 @end lilypond
621
622 @aitem{brass}@c
623 ES: metales,
624 I: ottoni,
625 D: Blechbläser,
626 NL: koper (blazers),
627 F: cuivres,
628 DK: messingblæsere,
629 S: brassinstrument, mässingsinstrument,
630 FI: vaskisoitin.
631
632 A family of blown musical instruments made of brass, all using a cup formed
633 mouth piece.  The brass instruments commonly used in a symphony orchestra are
634 trumpet, trombone, french horn, and tube.
635
636 @aitem{breath mark}@c
637 I: respiro,
638 F: respiration,
639 D: Atemzeichen, Trennungszeichen,
640 NL: repercussieteken,
641 DK: vejrtrækningstegn,
642 S: andningstecken,
643 FI: hengitysmerkki.
644
645 Indication of where to breathe in vocal and wind instrument parts.
646
647 @aitem{breve}@c
648 ES: breve,
649 I: breve,
650 F: brève,
651 D: Brevis,
652 NL: brevis,
653 DK: brevis,
654 S: brevis,
655 FI: brevis.
656
657 @aref{note value} twice as long as a whole note.  Mainly used
658 in pre-1650 music.
659
660 @lilypond[fragment,notime,raggedright]
661 \set Score.automaticBars = ##f
662 \relative c'' { g\breve }
663 @end lilypond
664
665 @aitem{C}@c
666 ES: do,
667 I: do,
668 F: ut,
669 D: C, c,
670 NL: c,
671 DK: c,
672 S: c,
673 FI: C, c.
674
675 @aitem{C clef}@c
676 ES: Clave de do,
677 I: chiave di do,
678 F: clé d'ut,
679 D: C-Schlüssel,
680 NL: C-sleutel,
681 DK: c-nøgle,
682 S: c-klav,
683 FI: C-avain.
684
685 Clef symbol indicating the position of the middle C.  Used on all note
686 lines.
687
688 @lilypond[fragment,notime,linewidth=13.0\cm]
689 \set Score.automaticBars = ##f
690 \override Score.Clef #'full-size-change = ##t
691 %\override Score.LyricText #'font-style = #'large
692 \oldaddlyrics
693 \context Staff \relative c' {
694   \clef soprano c1 s s
695   \clef mezzosoprano c s s
696   \clef alto c s s
697   \clef tenor c s s
698   \clef baritone c s s
699 }
700 \context Lyrics \lyrics {
701   \override Lyrics .LyricText #'self-alignment-X = #-1
702   "Soprano  " "Mezzosoprano  " "Alto  " "Tenor  " Baritone
703 }
704 @end lilypond
705
706 @aitem{cadence}@c
707 ES: cadencia,
708 I: cadenza,
709 F: cadence,
710 D: Kadenz,
711 NL: cadens,
712 DK: kadence,
713 S: kadens,
714 FI: kadenssi, lopuke.
715
716 @aref{harmonic cadence}, @aref{functional harmony}.
717
718 @aitem{cadenza}@c
719 ES: cadenza,
720 I: cadenza,
721 F: cadence,
722 D: Kadenz,
723 NL: cadens,
724 DK: kadence,
725 S: kadens,
726 FI: kadenssi, lopuke.
727
728 An extended, improvisatory style section inserted near the end of
729 movement.  The purpose of a cadenza is to give singers or players a chance
730 to exhibit their technical skill and -- not last -- their ability to
731 improvise.  Since the middle of the 19th century, however, most cadences have
732 been written down by the composer.
733
734 @aitem{canon}@c
735 ES: canon,
736 I: canone,
737 F: canon,
738 D: Kanon,
739 NL: canon,
740 DK: kanon,
741 S: kanon,
742 FI: kaanon, tarkka jäljittely.
743
744 @aref{counterpoint}.
745
746 @aitem{cent}@c
747 ES: cent,
748 I: cent,
749 F: cent,
750 D: Cent,
751 NL: cent,
752 DK: cent,
753 S: cent,
754 FI: sentti, puolisävelaskeleen sadasosa tasavireisessä viritysjärjestelmässä.
755
756 Logarithmic unit of measurement.  1@tie{}cent is 1/1200 of an octave (1/100
757 of an equally tempered @aref{semitone}).
758 @aref{equal temperament}.
759
760 @aitem{central C}@c
761 @aref{middle C}.
762
763 @aitem{chord}@c
764 ES: acorde,
765 I: accordo,
766 F: accord,
767 D: Akkord,
768 NL: akkoord,
769 DK: akkord,
770 S: ackord,
771 FI: sointu.
772
773 Three or more tones sounding simultaneously.  In traditional European music the
774 base chord is a @emph{triad} consisting of 2@w{ }thirds.  @emph{Major} (major +
775 minor @aref{third}) as well as @emph{minor} (minor + major third)
776 chords may be extended with more thirds.  Four-tone @emph{seventh chords}
777 and five-tone @emph{ninth} major chords are most often used as dominants
778 (@aref{functional harmony}).  A special case is chords having no
779 third above the lower notes to define their quality as major or minor.  Such
780 chords are denoted open chords
781
782 @lilypond[fragment,notime,linewidth=13.0\cm]
783 \set Score.automaticBars = ##f
784 %\override TextScript #'font-style = #'large
785 \oldaddlyrics
786 \context Staff \relative c'' {
787   <g b d>1 s s
788   <g bes d> s s
789   <g bes des> s s
790   <g b dis> s s
791   <g b d f> s s
792   <g b d f a> s s
793 }
794 \context Lyrics \lyrics{
795   "major  "
796   "minor  "
797   "diminished  "
798   "augmented  "
799   "seventh-chord  "
800   ninth-chord
801 }
802 @end lilypond
803
804 @aitem{chromatic scale}@c
805 ES: escala cromática,
806 I: scala cromatica,
807 F: gamme chromatique,
808 D: chro@-ma@-ti@-sche Tonleiter,
809 NL: chromatische toonladder,
810 DK: kromatisk skala,
811 S: kromatisk skala,
812 FI: kromaattinen asteikko.
813
814 A scale consisting of all 12 @aref{semitone}s.
815
816 @lilypond[fragment,notime,linewidth=13.0\cm]
817 \set Score.automaticBars = ##f
818 \relative c' { c1 cis d dis e f fis g gis a ais b c }
819 @end lilypond
820
821 @aitem{chromaticism}@c
822 ES: cromatismo,
823 I: cromatismo,
824 F: chromatisme,
825 D: Chromatik,
826 NL: chromatiek,
827 DK: kromatik,
828 S: kromatik,
829 FI: kromatiikka.
830
831 Use of tones extraneous to a @aref{diatonic scale} (minor, major).
832
833 @aitemii{church mode,ecclesiastical mode}@c
834 ES: modo eclesiástico,
835 I: modo ecclesiastico,
836 F: mode ecclésiastique,
837 D: Kirchentonart,
838 NL: kerktoonladder,
839 DK: kirketoneart,
840 S: kyrkotonart,
841 FI: moodi, kirkkosävellaji.
842
843 @aref{diatonic scale}.
844
845 @aitem{clef}@c
846 ES: clave,
847 I: chiave,
848 F: clé, clef,
849 D: Schlüssel, Notenschlüssel,
850 NL: sleutel,
851 DK: nøgle,
852 S: klav,
853 FI: avain, nuottiavain.
854
855 @aref{C clef}, @aref{F clef}, @aref{G clef}.
856
857 @aitem{cluster}@c
858 A @emph{cluster} is a range of simultaneously sounding pitches that
859 may change over time.  The set of available pitches to apply usually
860 depends on the acoustic source.  Thus, in piano music, a cluster
861 typically consists of a continuous range of the semitones as provided
862 by the piano's fixed set of a chromatic scale.  In choral music, each
863 singer of the choir typically may sing an arbitrary pitch within the
864 cluster's range that is not bound to any diatonic, chromatic or other
865 scale.  In electronic music, a cluster (theoretically) may even cover
866 a continuous range of pitches, thus resulting in colored noise, such
867 as pink noise.
868
869 Clusters can be denoted in the context of ordinary staff notation by
870 engraving simple geometrical shapes that replace ordinary notation of
871 notes.  Ordinary notes as musical events specify starting time and
872 duration of pitches; however, the duration of a note is expressed by
873 the shape of the note head rather than by the horizontal graphical
874 extent of the note symbol.  In contrast, the shape of a cluster
875 geometrically describes the development of a range of pitches
876 (vertical extent) over time (horizontal extent).  Still, the
877 geometrical shape of a cluster covers the area in which any single
878 pitch contained in the cluster would be notated as an ordinary note.
879
880 @lilypond[fragment,relative=2,verbatim,raggedright]
881 \makeClusters { <c e> <b f'> <b g'> <c g> <f e> }
882 @end lilypond
883
884 @aitem{comma}@c
885 I: comma,
886 F: comma,
887 D: Komma,
888 NL: komma,
889 DK: komma,
890 S: komma,
891 FI: komma, korvinkuultava ero äänenkorkeudessa.
892
893 Difference in pitch between a note derived from pure tuning and the same note
894 derived from some other tuning method.  @aref{temperament}.
895
896 @aitem{common meter}@c
897 @aref{meter}.
898
899 @aitem{compound interval}@c
900 ES: intervalo compuesto,
901 I: intervallo composto,
902 F: intervalle composé,
903 D: weites Intervall,
904 NL: samengesteld interval,
905 DK: sammensat interval,
906 S: sammansatt intervall,
907 FI: oktaavia laajempi intervalli.
908
909 Intervals larger than an octave.
910
911 @aref{interval}.
912
913 @aitem{complement}@c
914 I: rivolto,
915 F: intervalle complémentaire,
916 D: Komplementärintervall,
917 NL: complementair interval,
918 DK: komplementærinterval,
919 S: komplementärintervall (?),
920 FI: täydentävä intervalli.
921
922 @aref{inverted interval}.
923
924 @aitem{conjunct movement}@c
925 ES: movimiento conjunto,
926 I: moto congiunto,
927 F: mouvement conjoint,
928 D: schritt@-weise, stufenweise Bewegung,
929 NL: stapsgewijze, trapsgewijze beweging,
930 DK: trinvis bevægelse,
931 S: stegvis rörelse,
932 FI: asteittainen liike.
933
934 Progressing melodically by intervals of a second.  The opposite of a
935 @aref{disjunct movement}.
936
937 @lilypond[fragment,linewidth=13.0\cm]
938 \key g \major \time 4/4
939 \relative c'' { g4 g g a | b2 a | g4 b a a | g1 \bar "||" }
940 @end lilypond
941
942 @aitem{consonance}@c
943 ES: consonancia,
944 I: consonanza,
945 F: consonance,
946 D: Konsonanz,
947 NL: consonant,
948 DK: konsonans,
949 S: konsonans,
950 FI: konsonanssi, sopusointi.
951
952 @aref{harmony}.
953
954 @aitem{contralto}@c
955 ES: contralto,
956 I: contralto,
957 F: contralto,
958 D: Alt,
959 NL: contralto,
960 DK: alt,
961 S: alt,
962 FI: kontra-altto.
963
964 @aref{alto}.
965
966 @aitem{counterpoint}@c
967 ES: contrapunto,
968 I: contrappunto,
969 F: contrepoint,
970 D: Kontrapunkt,
971 NL: contrapunt,
972 DK: kontrapunkt,
973 S: kontrapunkt,
974 FI: kontrapunkti, ääni ääntä vastaan.
975
976 From latin @emph{punctus contra punctum}, note against note.  The combination
977 into a single musical fabric of lines or parts which have distinct melodic
978 significance.  A frequently used polyphonic technique is imitation, in its
979 strictest form found in the canon needing only one part to be written down
980 while the other parts are performed with a given displacement.  Imitation is
981 also the contrapunctal technique used in the @emph{fugue} which, since the
982 music of the baroque era, has been one of the most popular polyphonic
983 composition methods.
984
985 @lilypond[fragment,staffsize=12,linewidth=13.0\cm]
986 \override Score.TimeSignature #'break-visibility = #all-invisible
987 \context PianoStaff <<
988   \context Staff = SA \relative c' {
989     \key bes \major
990     \time 4/4
991     \clef treble
992     << \context Voice = rha {
993         \stemUp
994         r1 | r2 r8 g'8 bes d, |
995         cis4 d r8 e!16 f g8 f16 e |
996         f8 g16 a bes8 a16 g a8
997       }
998       \context Voice = rhb {
999         \stemDown
1000         r1 | r | r | r2 s8
1001       }
1002     >>
1003   }
1004   \context Staff = SB \relative c' {
1005     \clef bass
1006     \key bes \major
1007     << \context Voice = lha {
1008         \stemUp
1009         r8 d es g, fis4 g | r8 a16 bes c8 bes16 a bes4 g |
1010         r8 a16 g f8 g16 a bes8 g e! cis' |
1011         d4. e!8 f
1012       }
1013       \context Voice = lhb {
1014         \stemDown
1015         r1 | r | r | r2 s8
1016       } >>
1017   }
1018 >>
1019 @end lilypond
1020
1021 @aitem{counter tenor}@c
1022 ES: contratenor,
1023 I: controtenore,
1024 F: contre-tenor,
1025 D: Countertenor, Kontratenor,
1026 NL: contratenor,
1027 DK: kontratenor,
1028 S: kontratenor, counter tenor,
1029 FI: kontratenori.
1030
1031 @aref{contralto}.
1032
1033 @aitem{copying, music}@c
1034 A music copyist did fast freehand scores and parts on preprinted staff lines
1035 for performance.  Some of their conventions (e.g., the placement of note heads
1036 on stems) varied slightly from those of engravers.  Some of their working
1037 methods were superior and could well be adopted by music typesetters.  This
1038 required more skill than engraving.
1039
1040 @aitem{crescendo}@c
1041 ES: crescendo,
1042 I: crescendo,
1043 F: crescendo,
1044 D: Crescendo, lauter werden,
1045 NL: crescendo,
1046 DK: crescendo,
1047 S: crescendo,
1048 FI: cresendo, voimistuen.
1049
1050 Increasing volume.  Indicated by a rightwards opening horizontal wedge or the
1051 abbreviation ``cresc.''.
1052
1053 @lilypond[fragment,raggedright]
1054 \key g \major \time 4/4
1055 \relative c'' { g4 \< a b c | d1\! \bar "|." }
1056 @end lilypond
1057
1058 @aitem{cue-notes}@c
1059 ES: notas guia,
1060 I: notine,
1061 F: petites notes précédent l'entrée d'in instrument, réplique,
1062 D: Stichnoten,
1063 NL: stichnoten,
1064 DK: stiknoder,
1065 S: inprickningar,
1066 FI: vihjenuotit.
1067
1068 In a separate part notes belonging to another part with the purpose of hinting
1069 when to start playing.  Usually printed in a smaller type.
1070
1071 @aitem{custos}@c
1072 A custos is a staff symbol that appears at the end of a staff line
1073 with monophonic musical contents (i.e., with a single voice).  It
1074 anticipates the pitch of the first note of the following line and thus
1075 helps the player or singer to manage line breaks during performance,
1076 thus enhancing readability of a score.
1077
1078 Custodes were frequently used in music notation until the 16th
1079 century.  There were different appearences for different notation
1080 styles.  Nowadays, they have survived only in special forms of musical
1081 notation such as via the editio vaticana dating back to the beginning
1082 of the 20th century
1083
1084 @lilypond
1085 \score {
1086   {
1087 %   \override Staff.Custos #'neutral-position = #4
1088     \override Staff.Custos #'neutral-direction = #-1
1089     \override Staff.Custos #'style = #'hufnagel
1090     c'1 \break
1091     <d' a' f''>1
1092   }
1093
1094   \layout {
1095     \context {
1096       \Staff
1097       \consists Custos_engraver
1098     }
1099     raggedright = ##t
1100   }
1101 }
1102 @end lilypond
1103   
1104 @aitem{D}@c
1105 ES: Re,
1106 I: re,
1107 F: ré,
1108 D: D, d,
1109 NL: d,
1110 DK: d,
1111 S: d,
1112 FI: D, d.
1113
1114 @aitem{da capo}@c
1115 ES: da capo,
1116 I: da capo,
1117 F: da capo, depuis le commencement,
1118 D: da capo, von Anfang,
1119 NL: da capo,
1120 DK: da capo,
1121 S: da capo,
1122 FI: da capo, alusta.
1123
1124 The term indicates repetition of the piece from the beginning to the end or
1125 to a certain place marked @emph{fine}.  Mostly abbreviated as ``D.C.''.
1126
1127 @aitem{dal segno}@c
1128 ES: dal segno,
1129 I: dal segno,
1130 F: dal segno, depuis le signe,
1131 D: dal segno, ab dem Zeichen,
1132 NL: dal segno,
1133 DK: dal segno,
1134 S: dal segno,
1135 FI: dal segno, lähtien merkistä.
1136
1137 Abbreviated ``d.s.''.  Repetition, not from the beginning, but from
1138 another place frequently near the beginning marked by a sign:
1139
1140 @lilypond[fragment,raggedright]
1141 %\override TextScript #'font-style = #'large
1142 \override TextScript #'font-shape = #'italic
1143 \key g \major \time 4/4
1144 \relative c'' {
1145   d1 |
1146   g,4^\segno a b c |
1147   b a g2_\markup{
1148     \line { "d.s. " \tiny \raise #1 \musicglyph #"scripts-segno" } }
1149   \bar "|."
1150 }
1151 @end lilypond
1152
1153 @aitem{decrescendo}@c
1154 ES: decrescendo,
1155 I: decrescendo,
1156 D: Decrescendo, leiser werden,
1157 NL: decrescendo,
1158 DK: decrescendo,
1159 S: decrescendo,
1160 FI: decresendo, hiljentyen.
1161
1162 Decreasing tone volume.  Indicated by a leftwards opening horizontal wedge
1163 or the abbreviation ``decresc.''.
1164
1165 @lilypond[fragment,raggedright]
1166 \relative c'' {
1167   \key g \major \time 4/4
1168   d4 \> c b a | g1 \! \bar "|."
1169 }
1170 @end lilypond
1171
1172 @aitem{descending interval}@c
1173 ES: intervalo descendente,
1174 I: intervallo discendente,
1175 F: intervalle descendant,
1176 D: fallendes Intervall, absteigendes Intervall,
1177 NL: dalend interval,
1178 DK: faldende interval,
1179 S: fallande intervall,
1180 FI: laskeva intervalli.
1181
1182 A distance between a starting higher note and a lower ending note.
1183
1184 @aitem{diatonic scale}@c
1185 ES: escala diatónica,
1186 I: scala diatonica,
1187 F: gamme diatonique,
1188 D: diatonische Tonleiter,
1189 NL: diatonische toonladder,
1190 DK: diatonisk skala,
1191 S: diatonisk skala,
1192 FI: diatoninen asteikko.
1193
1194 A scale consisting of 5@w{ }@aref{whole tone}s and
1195 2@w{ }@aref{semitone}s (S).  Scales played on the white keys
1196 of a piano keybord are diatonic.
1197
1198 The church modes are used in gregorial chant and in pre-baroque early
1199 music but also to some extent in newer jazz music.
1200
1201 @lilypond[fragment,notime,raggedright]
1202 \set Score.automaticBars = ##f
1203 %\override Score.LyricText #'font-style = #'large
1204 %\override Score.TextScript #'font-style = #'large
1205 \oldaddlyrics
1206   \context Staff \relative c' {
1207     c1 d
1208     \override TextScript #'padding = #-4
1209     e^"~~ S" f g a b^"~~ S" c
1210   }
1211   \context Lyrics \lyrics {
1212     Ionian
1213   }
1214 @end lilypond
1215
1216 @lilypond[fragment,notime,raggedright]
1217 \set Score.automaticBars = ##f
1218 %\override Score.LyricText #'font-style = #'large
1219 %\override Score.TextScript #'font-style = #'large
1220 \oldaddlyrics
1221   \context Staff \relative c' {
1222     d1
1223     \override TextScript #'padding = #-4
1224     e^"~~ S" f g a b^"~~ S" c d
1225   }
1226   \context Lyrics \lyrics {
1227     Dorian
1228   }
1229 @end lilypond
1230
1231 @lilypond[fragment,notime,raggedright]
1232 \set Score.automaticBars = ##f
1233 %\override Score.LyricText #'font-style = #'large
1234 %\override Score.TextScript #'font-style = #'large
1235 \oldaddlyrics
1236   \relative c' {
1237     \override TextScript #'padding = #-4
1238     e1^"~~ S" f g a b^"~~ S" c d e
1239   }
1240   \context Lyrics \lyrics {
1241     Phrygian
1242   }
1243 @end lilypond
1244
1245 @lilypond[fragment,notime,raggedright]
1246 \set Score.automaticBars = ##f
1247 %\override Score.LyricText #'font-style = #'large
1248 %\override Score.TextScript #'font-style = #'large
1249 \oldaddlyrics
1250   \relative c' {
1251     f1 g a
1252     \override TextScript #'padding = #-4
1253     b^"~~ S" c d e^"~~ S" f
1254   }
1255   \context Lyrics \lyrics {
1256     Lydian
1257   }
1258 @end lilypond
1259
1260 @lilypond[fragment,notime,raggedright]
1261 \set Score.automaticBars = ##f
1262 %\override Score.LyricText #'font-style = #'large
1263 %\override Score.TextScript #'font-style = #'large
1264 \oldaddlyrics
1265   \relative c'' {
1266     g1 a
1267     \override TextScript #'padding = #-4
1268     b^"~~ S" c d e^"~~ S" f g }
1269   \context Lyrics \lyrics {
1270     Mixolydian
1271   }
1272 @end lilypond
1273
1274 @lilypond[fragment,notime,raggedright]
1275 \set Score.automaticBars = ##f
1276 %\override Score.LyricText #'font-style = #'large
1277 %\override Score.TextScript #'font-style = #'large
1278 \oldaddlyrics
1279   \relative c'' {
1280     a1
1281     \override TextScript #'padding = #-4
1282     b^"~~ S" c d e^"~~ S" f g a
1283   }
1284   \context Lyrics \lyrics {
1285     Aeolian
1286   }
1287 @end lilypond
1288
1289 From the beginning of the 17th century the scales used in European
1290 compositional music are primarily the major and the minor scales.  In the
1291 harmonic minor scale type an augmented second (A) occurs between the 6th and
1292 7th tone.
1293
1294 @lilypond[fragment,notime,raggedright]
1295 \set Score.automaticBars = ##f
1296 %\override Score.LyricText #'font-style = #'large
1297 %\override Score.TextScript #'font-style = #'large
1298 \oldaddlyrics
1299   \relative c' {
1300     c1 d
1301     \override TextScript #'padding = #-4
1302     e^"~~ S" f g a b^"~~ S" c
1303   }
1304   \context Lyrics \lyrics {
1305     Major
1306   }
1307 @end lilypond
1308
1309 @lilypond[fragment,notime,raggedright]
1310 \set Score.automaticBars = ##f
1311 %\override Score.LyricText #'font-style = #'large
1312 %\override Score.TextScript #'font-style = #'large
1313 \oldaddlyrics
1314   \relative c'' {
1315     a1
1316     \override TextScript #'padding = #-4
1317     b^"~~ S" c d e^"~~ S" f g a
1318   }
1319   \context Lyrics \lyrics {
1320     "ancient minor"
1321   }
1322 @end lilypond
1323
1324 @lilypond[fragment,notime,raggedright]
1325 \set Score.automaticBars = ##f
1326 %\override Score.LyricText #'font-style = #'large
1327 %\override Score.TextScript #'font-style = #'large
1328 \oldaddlyrics
1329   \relative c'' {
1330     a1
1331     \override TextScript #'padding = #-4
1332     b^"~~ S" c d e^"~~ S" f!^"~~ A" gis^"~~ S" a
1333   }
1334   \context Lyrics \lyrics {
1335     "Harmonic minor"
1336   }
1337 @end lilypond
1338
1339 @lilypond[fragment,notime,linewidth=13.0\cm]
1340 \set Score.automaticBars = ##f
1341 %\override Score.LyricText #'font-style = #'large
1342 %\override Score.TextScript #'font-style = #'large
1343 \oldaddlyrics
1344   \relative c'' {
1345     a1
1346     \override TextScript #'padding = #-4
1347     b^"~~ S" c d e fis gis^"~~ S"
1348     a g! f!^"~~ S" e d c^"~~ S" b a
1349   }
1350   \context Lyrics \lyrics {
1351     "Melodic minor"
1352   }
1353 @end lilypond
1354
1355 @aitem{diminished interval}@c
1356 ES: intervalo disminuído,
1357 I: intervallo diminuito,
1358 F: intervalle diminué,
1359 D: vermindertes Intervall,
1360 NL: verminderd interval,
1361 DK: formindsket interval,
1362 S: förminskat intervall,
1363 FI: vähennetty intervalli.
1364
1365 @aref{interval}.
1366
1367 @aitem{diminuendo}@c
1368 ES: diminuendo,
1369 I: diminuendo,
1370 F: diminuendo,
1371 D: Diminuendo,
1372 NL: diminuendo,
1373 DK: diminuendo,
1374 S: diminuendo,
1375 FI: diminuendo, hiljentyen.
1376
1377 @aref{decrescendo}.
1378
1379 @aitem{disjunct movement}@c
1380 ES: movimiendo disjunto,
1381 I: moto disgiunto,
1382 F: mouvement disjoint,
1383 D: sprunghafte Bewegung,
1384 NL: sprongsgewijze beweging,
1385 DK: springende bevægelse,
1386 S: hoppande rörelse,
1387 FI: melodian hyppivä liike.
1388
1389 Progressing melodically by intervals larger than a major second.  
1390 Opposite of @aref{conjunct movement}.
1391
1392 @lilypond[fragment,raggedright]
1393 \key a \major
1394 \time 4/4
1395 \relative c' {
1396   \partial 8 e8 |
1397   a4. gis8 b a e cis |
1398   fis2 d4. \bar "||" }
1399 @end lilypond
1400
1401 @aitemii{dissonant interval,dissonance}@c
1402 ES: intervalo disonante, disonancias,
1403 I: intervallo dissonante, dissonanza,
1404 F: dissonance,
1405 D: Dissonanz,
1406 NL: dissonant interval; dissonant,
1407 DK: dissonerende interval, dissonans,
1408 S: dissonans,
1409 FI: dissonanssi, dissonoiva intervalli, riitasointi.
1410
1411 @aref{harmony}.
1412
1413 @aitem{dominant ninth chord}@c
1414 I: accordo di nona di dominante,
1415 F: accord de neuvième dominante,
1416 D: Domi@-nant@-nonen@-akkord,
1417 NL: dominant noon akkoord,
1418 DK: dominantnoneakkord,
1419 S: dominantnonackord,
1420 FI: dominanttinoonisointu.
1421
1422 @aref{chord}, @aref{functional harmony}.
1423
1424 @aitem{dominant seventh chord}@c
1425 ES: acorde de séptima de dominante,
1426 I: accordo di settima di dominante,
1427 F: accord de septième dominante,
1428 D: Dominantseptakkord,
1429 NL: dominant septiem akkoord,
1430 DK: dominantseptimakkord,
1431 S: dominantseptimackord,
1432 FI: dominanttiseptimisointu.
1433
1434 @aref{chord}, @aref{functional harmony}.
1435
1436 @aitem{dominant}@c
1437 ES: dominante,
1438 I: dominante,
1439 F: dominante,
1440 D: Dominante,
1441 NL: dominant,
1442 DK: dominant,
1443 S: dominant,
1444 FI: dominantti, huippusointu.
1445
1446 The fifth @aref{scale degree},
1447 @aref{functional harmony}.
1448
1449 @aitem{dorian mode}@c
1450 ES: modo dórico,
1451 I: modo dorico,
1452 F: mode dorien,
1453 D: dorisch, dorischer Kirchenton,
1454 NL: dorische toonladder,
1455 DK: dorisk skala,
1456 S: dorisk tonart,
1457 FI: doorinen moodi.
1458
1459 @aref{diatonic scale}.
1460
1461 @aitem{dot (augmentation dot)}@c
1462 ES: puntillo,
1463 I: punto (di valore),
1464 F: point,
1465 D: Punkt (Verlängerungspunkt),
1466 NL: punt,
1467 DK: punkt,
1468 S: punkt,
1469 FI: piste.
1470
1471 @aref{dotted note}.
1472
1473 @aitem{dotted note}@c
1474 ES: nota con puntillo,
1475 I: nota puntata,
1476 F: note pointée,
1477 D: punktierte Note,
1478 NL: gepuncteerde noot,
1479 DK: punkteret node,
1480 S: punkterad not,
1481 FI: pisteellinen nuotti.
1482
1483 @aref{note value}.
1484
1485 @aitem{double appoggiatura}@c
1486 ES: apoyatura doble,
1487 I: appoggiatura doppia,
1488 F: appoggiature double,
1489 D: doppelter Vorschlag,
1490 NL: dubbele voorslag,
1491 DK: dobbelt forslag,
1492 S: dubbelslag,
1493 FI: kaksoisappogiatura, kaksoisetuhele.
1494
1495 @aref{appoggiatura}.
1496
1497 @aitem{double bar line}@c
1498 I: doppia barra,
1499 F: double barre,
1500 D: Doppelstrich,
1501 NL: dubbele maatstreep,
1502 DK: dobbeltstreg,
1503 S: dubbelstreck,
1504 FI: kaksoistahtiviiva.
1505
1506 Indicates the end of a section within a movement.
1507
1508 @aitem{double dotted note}@c
1509 ES: nota con dos puntillos,
1510 I: nota doppiamente puntata,
1511 F: note doublement pointée,
1512 D: doppelt punktierte Note,
1513 NL: dubbelgepuncteerde noot,
1514 DK: dob@-belt@-punk@-te@-ret node,
1515 S: dub@-bel@-punk@-te@-rad not,
1516 FI: kaksoispisteellinen nuotti.
1517
1518 @aref{note value}.
1519
1520 @aitem{double flat}@c
1521 ES: doble bemol,
1522 I: doppio bemolle,
1523 F: double bémol,
1524 D: Doppel-B,
1525 NL: dubbelmol,
1526 DK: dob@-belt-b,
1527 S: dubbelbe,
1528 FI: kaksoisalennusmerkki.
1529
1530 @aref{accidental}.
1531
1532 @aitem{double sharp}@c
1533 ES: doble sostenido,
1534 I: doppio diesis,
1535 F: double dièse,
1536 D: Doppelkreuz,
1537 NL: dubbelkruis,
1538 DK: dob@-belt@-kryds,
1539 S: dubbelkors,
1540 FI: kaksoisylennysmerkki.
1541
1542 @aref{accidental}.
1543
1544 @aitem{double trill}@c
1545 ES: trino doble,
1546 I: doppio trillo,
1547 F: trille double,
1548 D: Doppeltriller,
1549 NL: dubbele triller,
1550 DK: dobbelttrille,
1551 S: dubbeldrill,
1552 FI: kaksoistrilli.
1553
1554 A simultaneous trill on two notes, usually in the distance of a third.
1555
1556 @aitem{duple meter}@c
1557 ES: tiempo binario,
1558 I: tempo binario,
1559 F: temps binaire,
1560 D: in zwei,
1561 NL: tweedelige maatsoort,
1562 DK: todelt takt,
1563 S: tvåtakt,
1564 FI: kaksoistempo.
1565
1566 @aref{meter}.
1567
1568 @aitem{duplet}@c
1569 ES: dosillo,
1570 I: duina,
1571 F: duolet,
1572 D: Duole,
1573 NL: duool,
1574 DK: duol,
1575 S: duol,
1576 FI: duoli.
1577
1578 @aref{note value}.
1579
1580 @aitem{duration}@c
1581 ES: duración,
1582 I: durata,
1583 F: durée,
1584 D: Dauer, Länge,
1585 NL: duur, lengte,
1586 DK: varighed,
1587 S: tonlängd,
1588 FI: kesto, aika-arvo.
1589
1590 @aref{note value}.
1591
1592 @aitem{dydimic comma}@c
1593 @aref{syntonic comma}.
1594
1595 @aitem{E}@c
1596 ES: mi,
1597 I: mi,
1598 F: mi,
1599 D: E, e,
1600 NL: e,
1601 DK: e,
1602 S: e,
1603 FI: E, e.
1604
1605 @aitem{eighth note}@c
1606 ES: corchea,
1607 I: croma,
1608 F: croche,
1609 UK: quaver,
1610 D: Achtel, Achtelnote,
1611 NL: achtste noot,
1612 DK: ottendedelsnode,
1613 S: åttondelsnot,
1614 FI: kahdeksasosanuotti.
1615
1616 @aref{note value}.
1617
1618 @aitem{eighth rest}@c
1619 ES: silencio de corchea,
1620 I: pausa di croma,
1621 F: demi-soupir,
1622 UK: quaver rest,
1623 D: Achtelpause,
1624 NL: achtste rust,
1625 DK: ottendedelspause,
1626 S: åttonddelspaus,
1627 FI: kahdeksasosatauko.
1628
1629 @aref{note value}.
1630
1631 @aitem{engraving}@c
1632 ES: Grabar
1633 I: incisione,
1634 F: gravure,
1635 D: Notenstechen, Notendruck
1636 NL: steken,
1637 DK: nodestik,
1638 S: nottryck,
1639 FI: painatus.
1640
1641 Engraving means incising or etching a metal plate for
1642 printing.  Photoengraving means drawing music with ink in a manner
1643 similar to drafting or engineering drawing, using similar tools.
1644
1645 The traditional process of music printing is done through cutting in a
1646 plate of metal.  Now also the term for the art of music typesetting.
1647
1648 @aitem{enharmonic}@c
1649 ES: enharmónico,
1650 I: enarmonico,
1651 F: enharmonique,
1652 D: enharmonisch,
1653 NL: enharmonisch,
1654 DK: enharmonisk,
1655 S: enharmonisk,
1656 FI: enharmoninen.
1657
1658 Two notes, intervals, or scales are enharmonic if they have different names
1659 but equal pitch.
1660
1661 @lilypond[fragment,notime,linewidth=13.0\cm]
1662 \set Score.automaticBars = ##f
1663 %\override Score.TextScript #'font-style = #'large
1664 \oldaddlyrics
1665 \context Staff \relative c'' {
1666   gis1 s s as s s <des g,!> s s <cis g!> s s
1667 }
1668 \context Lyrics \lyrics {
1669   \override Lyrics .LyricText #'self-alignment-X = #-1
1670   "g sharp  " "a flat  " "dim fifth  " "augm fourth"
1671 }
1672 @end lilypond
1673
1674 @aitem{equal temperament}@c
1675 ES: ?,
1676 I: temperamento equabile,
1677 F: tempérament égal,
1678 D: gleichschwebende Stimmung,
1679 NL: ge@-lijk@-zwe@-ven@-de temperatuur,
1680 DK: ligesvævende temperatur,
1681 S: liksvävande temperatur,
1682 FI: tasavireinen.
1683
1684 Tuning system dividing the octave into 12 equal @aref{semitone}s
1685 (precisely 100 @aref{cent}s).  @aref{temperament}.
1686
1687 @aitem{expression mark}@c
1688 ES: ?,
1689 I: segno d'espressione,
1690 F: signe d'expression, indication de nuance,
1691 D: Vortragszeichen,
1692 NL: voordrachtsteken,
1693 DK: foredragsbetegnelse,
1694 S: föredragsbeteckning,
1695 FI: nyanssiosoitus, esitysmerkki.
1696
1697 Performance indications concerning 1. volume, dynamics (for example
1698 @aref{forte}, @aref{crescendo}), 2. tempo (for example
1699 @aref{andante}, @aref{allegro}).
1700
1701 @aitem{F}@c
1702 ES: fa,
1703 I: fa,
1704 F: fa,
1705 D: F, f,
1706 NL: f,
1707 DK: f,
1708 S: f,
1709 FI: F, f.
1710
1711 @aitem{F clef}@c
1712 ES: Clave de Fa,
1713 I: chiave di fa,
1714 F: clé de fa,
1715 D: F-Schlüssel,
1716 NL: F-sleutel,
1717 DK: F-nøgle,
1718 S: f-klav,
1719 FI: F-avain.
1720
1721 The position between the dots of the key symbol is the line of the F below
1722 central@w{ }C.  Used on the third, fourth and fifth note line.  A
1723 digit@w{ }8 above the clef symbol indicates that the notes must be played
1724 an octave higher (for example bass recorder) while 8@w{ }below the clef
1725 symbol indicates playing an octave lower (for example on double bass
1726 @aref{strings}).
1727
1728 @lilypond[fragment,notime,linewidth=13.0\cm]
1729 \set Score.automaticBars = ##f
1730 \override Staff.Clef #'full-size-change = ##t
1731 %\override Score.LyricText #'font-style = #'large
1732 \oldaddlyrics
1733 \relative c {
1734   \clef varbaritone
1735   f1
1736   \clef bass
1737   f1
1738   \clef subbass
1739   f1
1740   \clef "F^8"
1741   f1
1742   \clef "F_8"
1743   f1
1744 }
1745 \context Lyrics \lyrics {
1746 %  \override Lyrics .LyricText #'self-alignment-X = #-1
1747   "baritone  "
1748   "bass  "
1749   "sub-bass  "
1750   "octaved up  "
1751   "octaved down"
1752 }
1753 @end lilypond
1754
1755 @c F:  'point d'orgue' on a note, 'point d'arret' on a rest.
1756
1757 @aitem{fermata}@c
1758 ES: Calderón,
1759 I: corona,
1760 F: point d'orgue, point d'arr@^et,
1761 D: Fermate,
1762 NL: fermate,
1763 DK: fermat,
1764 S: fermat,
1765 FI: fermaatti, pidäke.
1766
1767 Prolonged note or rest of indefinite duration.
1768
1769 @lilypond[fragment,raggedright]
1770 \time 4/4
1771 \relative c'' {
1772   a4 b c2^\fermata \bar "|."
1773 }
1774 @end lilypond
1775
1776 @aitem{fifth}@c
1777 ES: quinta,
1778 I: quinta,
1779 F: quinte,
1780 D: Quinte,
1781 NL: kwint,
1782 DK: kvint,
1783 S: kvint,
1784 FI: kvintti.
1785
1786 @aref{interval}.
1787
1788 @aitem{figured bass}@c
1789 ES: bajo cifrado, @aref{thorough bass}.
1790
1791 @aitem{fingering}@c
1792 ES: digitación,
1793 I: diteggiatura,
1794 F: doigté,
1795 D: Fingersatz,
1796 NL: vingerzetting,
1797 DK: fingersætning,
1798 S: fingersättning,
1799 FI: sormitus.
1800
1801 The methodical use of fingers in the playing of instruments.
1802
1803 @aitemii{flag,pennant}@c
1804 ES: corchete,
1805 I: coda (uncinata), bandiera,
1806 F: crochet,
1807 D: Fahne, Fähnchen,
1808 NL: vlaggetje,
1809 DK: fane,
1810 S: flagga,
1811 FI: lippu, viiri.
1812
1813 Ornament at the end of the stem of a note used for notes with values
1814 less than a quarter note.  The number of flags determines the
1815 @aref{note value}.
1816
1817 @lilypond[fragment,notime,raggedright]
1818 \set Score.automaticBars = ##f
1819 %\override Score.TextScript #'font-style = #'large
1820 \relative c'' {
1821   g8_"1/8" s8
1822   g16_"1/16" s8
1823   g32_"1/32" s8
1824   g64_"1/64" s8
1825 }
1826 @end lilypond
1827
1828 @aitem{flat}@c
1829 ES: bemol,
1830 I: bemolle,
1831 F: bémol,
1832 D: B, b,
1833 NL: mol,
1834 DK: b,
1835 S: beförtecken,
1836 FI: alennusmerkki.
1837
1838 @aref{accidental}.
1839
1840 @aitemii{forefall,backfall}@c
1841 @aref{appoggiatura}.
1842
1843 @aitem{forte}@c
1844 ES: forte,
1845 I: forte,
1846 F: forte,
1847 D: forte, laut,
1848 NL: forte,
1849 DK: forte,
1850 S: forte,
1851 FI: forte, voimakkaasti.
1852
1853 Loud, abbreviated @b{f}, @emph{fortissimo} (@b{ff}) very loud,
1854 @emph{mezzoforte} (@b{mf}) medium loud.
1855
1856 @aitem{fourth}@c
1857 ES: cuarta,
1858 I: quarta,
1859 F: quarte,
1860 D: Quarte,
1861 NL: kwart,
1862 DK: kvart,
1863 S: kvart,
1864 FI: kvartti.
1865
1866 @aref{interval}.
1867
1868 @aitem{fugue}@c
1869 ES: fuga,
1870 I: fuga,
1871 F: fugue,
1872 D: Fuge,
1873 NL: fuga,
1874 DK: fuga,
1875 S: fuga,
1876 FI: fuuga.
1877
1878 @aref{counterpoint}.
1879
1880 @aitem{functional harmony}@c
1881 ES: armonía funcional,
1882 I: armonia funzionale,
1883 F: étude des functions,
1884 D: Funktionslehre,
1885 NL: functionele harmonie,
1886 DK: funktionsanalyse, funktionsharmonik,
1887 S: funktionslära,
1888 FI: harmoniajärjestelmä.
1889
1890 A system of harmonic analysis.  It is based on the idea that, in a given key,
1891 there are only three functionally different chords: tonic (T, the chord on the
1892 first note of the scale), subdominant (S, the chord on the fourth note), and
1893 dominant (D, the chord on the fifth note).  Others are considered to be
1894 variants of the base chords.
1895
1896 @lilypond[fragment,notime,linewidth=13.0\cm]
1897 \set Score.automaticBars = ##f
1898 %\override Score.LyricText #'font-style = #'large
1899 %\override Score.TextScript #'font-style = #'large
1900 \oldaddlyrics
1901 \context Voice \relative c'' {
1902   <g e c >1 < a f d > < b g e >
1903   <c a f > < d b g > < e c a > < f d b > }
1904 \context Lyrics \lyrics { T Sp Dp S D Tp "\ \ D{\\kern-5pt}$\\mid$" }
1905 @end lilypond
1906
1907 @aitem{G}@c
1908 ES: sol,
1909 I: sol,
1910 F: sol,
1911 D: G, g,
1912 NL: g,
1913 DK: g,
1914 S: g,
1915 FI: G, g.
1916
1917 @aitem{G clef}@c
1918 ES: Clave de sol,
1919 I: chiave di sol,
1920 F: clé de sol,
1921 D: G-Schlüssel, Violinschlüssel,
1922 NL: G-sleutel,
1923 DK: g-nøgle,
1924 S: g-klav,
1925 FI: G-avain.
1926
1927 A clef symbol indicating the G above central@w{ }C.  Used on the first
1928 and second note lines.  A digit 8 above the clef symbol indicates that
1929 the notes must be played an octave higher while 8 below the clef symbol
1930 indicates playing or singing an octave lower (most tenor parts in choral
1931 scores are notated like that).
1932
1933 @lilypond[fragment,notime,linewidth=13.0\cm]
1934 \set Score.automaticBars = ##f
1935 \override Staff.Clef #'full-size-change = ##t
1936 %\override Score.LyricText #'font-style = #'large
1937 \oldaddlyrics
1938 \relative c'' {
1939   \clef french
1940   g1 s s
1941   \clef treble
1942   g s s
1943   \clef "G^8"
1944   g s s
1945   \clef "G_8"
1946   g s s
1947 }
1948 \context Lyrics \lyrics {
1949   \override Lyrics .LyricText #'self-alignment-X = #-1
1950   "french violin clef  "
1951   "violin clef  "
1952   "octaved up  "
1953   "octaved down"
1954 }
1955 @end lilypond
1956
1957 @aitem{glissando}@c
1958 ES: glissando,
1959 I: glissando,
1960 F: glissando,
1961 D: Glissando,
1962 NL: glissando,
1963 DK: glissando,
1964 S: glissando,
1965 FI: glissando, liukuen.
1966
1967 Letting the pitch slide fluently from one note to the other.
1968
1969 @aitem{grace notes}@c
1970 ES: ?,
1971 I: abbellimenti,
1972 F: fioriture,
1973 D: Verzierungen, Vorschläge, Vor@-schlags@-noten,
1974 NL: versieringen,
1975 DK: forsiringer,
1976 S: ornament,
1977 FI: korunuotit.
1978
1979 Notes printed in small types to indicate that their time values are not
1980 counted in the rhythm of the bar.  @aref{appoggiatura}.
1981
1982 @aitem{grand staff}@c
1983 I: accolatura,
1984 F: accolade,
1985 D: Akkolade,
1986 NL: piano systeem,
1987 DK: klaversystem,
1988 S: ackolad, böjd klammer,
1989 FI: kaksoisnuottiviivasto.
1990
1991 @aref{brace}.
1992
1993 A combination of two staves with a brace.  Usually used for piano music.
1994
1995 @aitem{grave}@c
1996 ES: grave,
1997 I: grave,
1998 F: grave,
1999 D: grave, langsam,
2000 NL: grave, ernstig,
2001 DK: grave,
2002 S: grave,
2003 FI: grave, raskaasti.
2004
2005 Slow, solemn.
2006
2007 @aitem{half note}@c
2008 ES: blanca,
2009 I: minima,
2010 F: blanche,
2011 UK: minim,
2012 D: Halbe, halbe Note,
2013 NL: halve noot,
2014 DK: halvnode,
2015 S: halvnot,
2016 FI: puolinuotti.
2017
2018 @aref{note value}.
2019
2020 @aitem{half rest}@c
2021 ES: ?,
2022 I: pausa di minima,
2023 F: demi-pause,
2024 UK: minim rest,
2025 D: halbe Pause,
2026 NL: halve, rust,
2027 DK: halvnodespause,
2028 S: halvpaus,
2029 FI: puolitauko.
2030
2031 @aref{note value}.
2032
2033 @aitem{harmonic cadence}@c
2034 ES: cadencia (armónica),
2035 I: cadenza (armonica),
2036 F: cadence harmonique,
2037 D: Schlusskadenz,
2038 NL: harmonische cadens,
2039 DK: harmonisk kadence,
2040 S: (harmonisk) kadens,
2041 FI: harmoninen kadenssi.
2042
2043 A sequence of chords that terminates a musical phrase or
2044 section.  @aref{functional harmony}.
2045
2046 @lilypond[fragment,raggedright]
2047 \context PianoStaff <<
2048   \context Staff = SA \relative c'' {
2049     \time 4/4
2050     \clef treble
2051     \context Voice
2052     \partial 4 < c g e >4 |
2053     < c a f > < b g d > < c g e >2
2054   }
2055 %  %\override Score.LyricText #'font-style = #'large
2056   \oldaddlyrics
2057   \context Staff = SB \relative c {
2058     \clef bass
2059     \partial 4 c4 | f, g c2
2060     \bar "|."
2061   }
2062   \context Lyrics \lyrics {
2063     T S D T
2064   }
2065 >>
2066 @end lilypond
2067
2068 @aitem{harmony}@c
2069 ES: armonía,
2070 I: armonia,
2071 F: harmonie,
2072 D: Harmonie, Zusammenklang,
2073 NL: harmonie,
2074 DK: samklang,
2075 S: samklang,
2076 FI: harmonia, yhteissointi.
2077
2078 Tones sounding simultaneously.  Two note harmonies fall into the categories
2079 @emph{consonances} and @emph{dissonances}.
2080
2081 Consonances:
2082
2083 @lilypond[fragment,notime,linewidth=13.0\cm]
2084 \set Score.automaticBars = ##f
2085 %\override Score.TextScript #'font-style = #'large
2086 \context Voice \relative c'' {
2087   <g g>1_"unisone  " s
2088   <g b>_"third  " s
2089   <g c>_"fourth  " s
2090   <g d'>_"fifth  " s
2091   <g e'>_"sixth  " s
2092   <g g'>_"octave  " s
2093   <g b'>_"decime" s s
2094 }
2095 @end lilypond
2096
2097 Dissonances:
2098
2099 @lilypond[fragment,notime,linewidth=13.0\cm]
2100 \set Score.automaticBars = ##f
2101 %\override Score.TextScript #'font-style = #'large
2102 \context Voice \relative c'' {
2103   <g a>1_"second  " s s
2104   <g f'>_"seventh  " s s
2105   <g a'>_"ninth" s s
2106 }
2107 @end lilypond
2108
2109 Three note harmony @aref{chord}.
2110
2111 @aitem{homophony}@c
2112 ES: homofonía,
2113 I: omofonia,
2114 F: homophonie,
2115 D: Homophonie,
2116 NL: homofonie,
2117 DK: homofoni,
2118 S: homofoni,
2119 FI: homofonia, yksiäänisyys.
2120
2121 Music in which one voice leads melodically followed by the other voices more
2122 or less in the same rhythm.  In contrast to @aref{polyphony}.
2123
2124 @aitem{interval}@c
2125 ES: intervalo,
2126 I: intervallo,
2127 F: intervalle,
2128 D: Intervall,
2129 NL: interval,
2130 DK: interval,
2131 S: intervall,
2132 FI: intervalli, kahden sävelen korkeusero.
2133
2134 Difference in pitch between two notes.  Intervals may be perfect, minor, major,
2135 diminished, or augmented.  The augmented fourth and the diminished fifth are
2136 identical (@aref{enharmonic}) and are called @emph{tritonus}
2137 because they consist of three @aref{whole tone}s.  The addition
2138 of such two intervals forms an octave.
2139
2140 @lilypond[fragment,notime,linewidth=13.0\cm]
2141 \set Score.automaticBars = ##f
2142 %\override Score.LyricText #'font-style = #'large
2143 %\override Score.TextScript #'font-style = #'large
2144 \oldaddlyrics
2145 \context Voice \relative c'' {
2146   < g g >1 s
2147   < g as >^"minor" s
2148   < g a! > s
2149   < g ais >^"augm" s
2150   < gis bes >^"dimin" s
2151   < g! bes >^"minor" s
2152   < g b! >^"major" s
2153   < g bis >^"augm" s
2154 }
2155 \context Lyrics \lyrics {
2156   "unisone " "second " "second " "second "
2157   "third  " "third " "third " "third"
2158 }
2159 @end lilypond
2160
2161 @lilypond[fragment,notime,linewidth=13.0\cm]
2162 \set Score.automaticBars = ##f
2163 %\override Score.LyricText #'font-style = #'large
2164 %\override Score.TextScript #'font-style = #'large
2165 \oldaddlyrics
2166 \context Staff \relative c'' {
2167   < g c >1^"perfect" s
2168   < g cis >^"augm" s
2169   < g d' >^"perfect" s
2170   < g des' > ^"dimin" s
2171   < gis es' >^"dimin" s
2172   < g! es' >^"minor" s
2173   < g e'! >^"major" s
2174   < g eis' >^"augm" s
2175 }
2176 \context Lyrics \lyrics {
2177   "fourth  " "fourth  " "fifth  " "fifth  "
2178   "sixth  " "sixth  " "sixth  " "sixth"
2179 }
2180 @end lilypond
2181
2182 @lilypond[fragment,notime,linewidth=13.0\cm]
2183 \set Score.automaticBars = ##f
2184 %\override Score.LyricText #'font-style = #'large
2185 %\override Score.TextScript #'font-style = #'large
2186 \oldaddlyrics
2187 \context Staff \relative c'' {
2188   < gis f'! >1^"dimin" s
2189   < g! f'! >^"minor" s
2190   < g fis' >^"major" s
2191   < g g' > s
2192   < g as' >^"minor" s
2193   < g a'! >^"major" s
2194   < g bes' >^"minor" s
2195   < g b'! >^"major" s
2196 }
2197 \context Lyrics \lyrics {
2198   "seventh " "seventh " "seventh " "octave "
2199   "none " "none " "decime " "decime"
2200 }
2201 @end lilypond
2202
2203 @aitem{inverted interval}@c
2204 ES: intervalo invertido,
2205 I: intervallo rivolto,
2206 F: intervalle reversé,
2207 D: umgekehrtes Intervall,
2208 NL: interval inversie,
2209 DK: omvendingsinterval,
2210 S: intervallets omvändning,
2211 FI: käänteisintervalli.
2212
2213 The difference between an interval and an octave.
2214
2215 @lilypond[fragment,notime,linewidth=13.0\cm]
2216 \set Score.automaticBars = ##f
2217 %\override Score.TextScript #'font-style = #'large
2218 \context Staff \relative c'' {
2219   < g a >1_"second " s s < g' a, >_"seventh " s s \bar "||"
2220   < g, b >_"third  " s s < g' b, >_"sixth  " s s \bar "||"
2221   < g, c >_"fourth  " s s < g' c, >_"fifth  " s s \bar "||"
2222 }
2223 @end lilypond
2224
2225 @aitem{just intonation}@c
2226 I: intonazione giusta,
2227 F: intonation juste,
2228 D: reine Stimmung,
2229 NL: reine stemming,
2230 DK: ren stemning,
2231 S: ren stämning,
2232 FI: puhdas viritys.
2233
2234 Tuning system in which the notes are obtained by adding and subtracting
2235 natural fifths and thirds.  @aref{temperament}.
2236
2237 @aitem{key}@c
2238 ES: tonalidad,
2239 I: tonalità,
2240 F: tonalité,
2241 D: Tonart,
2242 NL: toonsoort,
2243 DK: toneart,
2244 S: tonart,
2245 FI: tonaliteetti.
2246
2247 According to the 12@w{ }tones of the @aref{chromatic scale}
2248 there are 12@w{ }keys, one on@w{ }c, one on c-sharp, etc.
2249 @aref{key signature}.
2250
2251 @aitem{key signature}@c
2252 ES: armadura de clave,
2253 I: armatura di chiave,
2254 F: armure, armature [de la clé],
2255 D: Vorzeichen, Tonart,
2256 NL: toon@-soort (voortekens),
2257 DK: faste fortegn,
2258 S: tonartssignatur,
2259 FI: sävellajiosoitus.
2260
2261 The sharps or flats appearing at the beginning of each staff indicating the
2262 key of the music.  @aref{accidental}.
2263
2264 @aitem{largo}@c
2265 ES: largo,
2266 I: largo,
2267 F: largo,
2268 D: Largo, Langsam, Breit,
2269 NL: largo,
2270 DK: largo,
2271 S: largo,
2272 FI: largo, hitaasti, leveästi.
2273
2274 Very slow in tempo, usually combined with great
2275 expressiveness.  @emph{Larghetto} is less slow than largo.
2276
2277 @aitem{leading note}@c
2278 ES: sensible,
2279 I: sensibile,
2280 F: note sensible,
2281 D: Leitton,
2282 NL: leidtoon,
2283 DK: ledetone,
2284 S: ledton,
2285 FI: johtosävel.
2286
2287 The seventh @aref{scale degree}, a @aref{semitone} below
2288 the tonic; so called because of its strong tendency to ``lead up'' (resolve
2289 upwards) to the tonic scale degree.
2290
2291 @aitemii{ledger line,leger line}@c
2292 ES: líneas adicionales,
2293 I: tagli addizionali,
2294 F: ligne supplémentaire,
2295 D: Hilfslinie,
2296 NL: hulplijntje,
2297 DK: hjælpelinie,
2298 S: hjälplinje,
2299 FI: apuviiva.
2300
2301 A ledger line is an extension of the staff.
2302
2303 @lilypond[fragment,notime,raggedright]
2304 \set Score.automaticBars = ##f
2305 \relative c'' { a,1 s c'' }
2306 @end lilypond
2307
2308 @aitem{legato}@c
2309 ES: ligado,
2310 I: legato,
2311 F: legato, lié,
2312 D: legato,
2313 NL: legato,
2314 DK: legato,
2315 S: legato,
2316 FI: legato, sitoen.
2317
2318 To be performed (a) without any perceptible interruption between the notes, 
2319 unlike (b) @emph{leggiero} or @emph{non-legato}, (c) @emph{portato}, and
2320 (d) @aref{staccato}.
2321
2322 @lilypond[fragment,notime,linewidth=13.0\cm]
2323 \set Score.automaticBars = ##f
2324 \oldaddlyrics
2325 \context Staff \relative c'' {
2326   c4-( d e-) \bar "||"
2327   c4-- d-- e-- \bar "||"
2328   c4-.-( d-. e-.-) \bar "||"
2329   c4-. d-. e-. \bar "||"
2330 }
2331 \context Lyrics \lyrics {
2332 %  \override Lyrics .LyricText #'font-style = #'large
2333   a
2334   b "" ""
2335   c
2336   d
2337 }
2338 @end lilypond
2339
2340 @aitem{legato curve}@c
2341 @aref{slur}, @aref{legato}.
2342
2343 @aitem{lilypond}@c
2344 ES: estanque de lilas,
2345 I: stagno del giglio,
2346 F: étang de lis,
2347 UK: lily pond,
2348 D: Seerosenteich,
2349 NL: le@-lie@-vij@-ver,
2350 DK: liliedam,
2351 S: liljedamm,
2352 FI: liljalampi.
2353
2354 A pond with lilies floating in it, also the name of a music typesetter.
2355
2356 @aitem{ligature}@c
2357 A ligature is a coherent graphical symbol that represents at least two
2358 distinct notes.  Ligatures originally appeared in the manuscripts of
2359 Gregorian chant notation roughly since the 9th century to denote
2360 ascending or descending sequences of notes.  In early notation,
2361 ligatures were used for monophonic tunes (Gregorian chant) and very
2362 soon denoted also the way of performance in the sense of articulation.
2363 With the invention of the metric system of the white mensural
2364 notation, the need for ligatures to denote such patterns disappeared.
2365
2366 @aitem{line}@c
2367 ES: línea,
2368 I: linea,
2369 F: ligne,
2370 D: Linie, Notenlinie,
2371 NL: lijn,
2372 DK: nodelinie,
2373 S: notlinje,
2374 FI: viiva, nuottiviiva.
2375
2376 @aref{staff}.
2377
2378 @aitem{long appoggiatura}@c
2379 ES: apoyatura larga,
2380 I: appoggiatura lunga,
2381 F: appoggiature longue,
2382 D: langer Vorschlag,
2383 NL: Lange voorslag,
2384 DK: langt forslag,
2385 S: långt förslag,
2386 FI: pitkä appoggiatura, pitkä etuhele.
2387
2388 @aref{appoggiatura}.
2389
2390 @aitem{longa}@c
2391 ES: longa,
2392 I: longa,
2393 F: longa,
2394 D: Longa,
2395 NL: longa,
2396 DK: longa,
2397 S: longa,
2398 FI: longa.
2399
2400 Note value: double length of @aref{breve}.
2401 @aref{note value}.
2402
2403 @lilypond[fragment,notime,raggedright]
2404 \set Score.automaticBars = ##f
2405 \relative c'' {
2406   \override NoteHead #'style = #'mensural
2407   g\longa
2408 }
2409 @end lilypond
2410
2411 @aitemii{lyrics,song texts}@c
2412 ES: .,
2413 I: .,
2414 F: .,
2415 D: Liedtext,
2416 NL: liedtekst,
2417 DK: .,
2418 S: .,
2419 FI, sanoitus.
2420
2421 @aitem{major interval}@c
2422 ES: intervalo mayor,
2423 I: intervallo maggiore,
2424 F: intervalle majeur,
2425 D: großes Intervall,
2426 NL: groot interval,
2427 DK: stort interval,
2428 S: stort intervall,
2429 FI: suuri intervalli.
2430
2431 @aref{interval}.
2432
2433 @aitem{major}@c
2434 ES: mayor,
2435 I: maggiore,
2436 F: [mode] majeur,
2437 D: Dur,
2438 NL: majeur,
2439 DK: dur,
2440 S: dur,
2441 FI: duuri.
2442
2443 @aref{diatonic scale}.
2444
2445 @aitem{meantone temperament}@c
2446 I: accordatura mesotonica,
2447 F: tempérament mésotonique,
2448 D: mitteltönige Stimmung,
2449 NL: middenstemming, middentoonstemming,
2450 DK: middeltonetemperatur,
2451 S: medeltonstemperatur,
2452 FI: keskisävelviritys.
2453
2454 Temperament yielding acoustically pure thirds by decreasing the natural fifth
2455 by 16@w{ }@aref{cent}s.  Due to the non-circular character of this
2456 @aref{temperament} only a limited set of keys are playable.
2457 Used for tuning keyboard instruments for performance of pre-1650 music.
2458
2459 @aitemii{measure,bar}@c
2460 ES: compás,
2461 I: misura, battuta,
2462 F: mesure,
2463 D: Takt,
2464 NL: maat,
2465 DK: takt,
2466 S: takt,
2467 FI: tahti.
2468
2469 A group of @aref{beat}s (units of musical time) the first of which
2470 bears an accent.  Such groups in numbers of two or more recur consistently
2471 throughout the composition and are marked from each other by
2472 bar-lines.  @aref{meter}.
2473
2474 @aitem{mediant}@c
2475 ES: mediante,
2476 I: mediante, modale,
2477 F: médiante,
2478 NL: mediant,
2479 D: Mediante,
2480 DK: mediant,
2481 S: mediant,
2482 FI: keskisävel.
2483
2484 1.@tie{}The third @b{scale degree}.
2485 2.@tie{}A @aref{chord} having its base tone
2486 a third from that of another chord.  For example, the tonic chord may be
2487 replaced by its lower mediant (variant tonic).  @aref{functional
2488 harmony}, @aref{relative key}.
2489
2490 @aitem{melisma}@c
2491 NL: melisma, 
2492 FI: melisma, laulettavan tavun sävelkuvio.
2493
2494 A melisma (plural: melismata) is a group of notes or tones sung on one
2495 syllable in plainsong
2496
2497 @aitem{melodic cadence}@c
2498 @aref{cadenza}.
2499
2500 @aitemii{meter,time}@c
2501 ES: compás,
2502 I: tempo, metro,
2503 F: indication de mésure,
2504 D: Taktart, Metrum,
2505 NL: maatsoort,
2506 DK: taktart,
2507 S: taktart,
2508 FI: aika-arvo.
2509
2510 The basic scheme of @aref{note value}s and
2511 @aref{accent}s which remains unaltered throughout a composition
2512 or a section of it.  For instance, 3/4 meter means that the basic
2513 @aref{note value}s are quarter notes and that a
2514 @aref{measure} consists of three of those.  According to
2515 whether there are two, three, or four units to the measure,
2516 one speaks of @emph{duple} (2/2, 2/4, 2/8), @emph{triple} (3/2, 3/4, 3/8), or
2517 @emph{quadruple} (4/2, 4/4, 4/8) meter.  4/4 is also called common meter.
2518
2519 @lilypond[fragment,linewidth=13.0\cm]
2520 \relative c'' {
2521   \time 3/4
2522   \key f \major
2523   c es d | c bes8 a bes4 | c es d | c2 \bar "||"}
2524 @end lilypond
2525
2526 @lilypond[fragment,linewidth=13.0\cm]
2527 \relative c' {
2528   \time 6/8
2529   \key f \major
2530   f8 f f f a16 g a f |
2531   c'8 c c c e16 d e c \bar "||"}
2532 @end lilypond
2533
2534 @lilypond[fragment,linewidth=13.0\cm]
2535 \relative c'' {
2536   \time 5/4
2537   \key g \major
2538   d4 b8 g b d d c a4 |
2539   g8 g16 g g8 g16 g g8 fis16 g a8 fis16 e d4 \bar "||"}
2540 @end lilypond
2541
2542 @aitem{metronome}@c
2543 ES: metrónomo,
2544 I: metronomo,
2545 F: métronome,
2546 D: Metronom,
2547 NL: metronoom,
2548 DK: me@-tro@-nom,
2549 S: me@-tro@-nom,
2550 FI: metronomi.
2551
2552 Device indicating the exact tempo of a piece.  @aref{metronomic
2553 indication}.
2554
2555 @aitem{metronomic indication}@c
2556 ES: indicación metronómica,
2557 I: indicazione metronomica,
2558 F: indication métronomique,
2559 D: Metronomangabe,
2560 NL: metronoom aanduiding,
2561 DK: metronomtal,
2562 S: metronomangivelse,
2563 FI: metronomiosoitus.
2564
2565 Exact tempo indication (in beats per minute).  Also denoted by
2566 M.M.@: (Mälzels Metronom).
2567
2568 @aitem{mezzo-soprano}@c
2569 ES: mezzo soprano,
2570 I: mezzo-soprano,
2571 F: mezzo-soprano,
2572 D: Mezzosopran,
2573 NL: mezzosopraan,
2574 DK: mezzosopran,
2575 S: mezzosopran,
2576 FI: mezzosopraano.
2577
2578 The female voice between @aref{soprano} and
2579 @aref{contralto}.
2580
2581 @aitem{middle C}@c
2582 ES: do central,
2583 I: do centrale,
2584 F: do central,
2585 D: eingestrichenes@w{ }c,
2586 NL: centrale@w{ }c,
2587 DK: enstreget@w{ }c,
2588 S: ettstruket@w{ }c,
2589 FI: keski-C.
2590
2591 First C below the 440 Hz A.
2592
2593 @lilypond[fragment,notime,raggedright]
2594 \set Score.automaticBars = ##f
2595 \override Staff.Clef #'full-size-change = ##t
2596 \relative c' {
2597   \clef bass c1 s
2598   \clef alto c s
2599   \clef treble c s
2600 }
2601 @end lilypond
2602
2603 @aitem{minor}@c
2604 ES: menor,
2605 I: minore,
2606 F: mode mineur,
2607 D: Moll,
2608 NL: mineur,
2609 DK: mol,
2610 S: moll,
2611 FI: molli.
2612
2613 @aref{diatonic scale}.
2614
2615 @aitem{minor interval}@c
2616 ES: intervalo mayor,
2617 I: intervallo minore,
2618 F: intervalle mineur,
2619 D: kleines Intervall,
2620 NL: klein interval,
2621 DK: lille interval,
2622 S: litet intervall,
2623 FI: pieni intervalli.
2624
2625 @aref{interval}.
2626
2627 @aitem{mode}@c
2628 ES: modo,
2629 I: modo,
2630 F: mode,
2631 D: Modus,
2632 NL: modus,
2633 DK: skala,
2634 S: modus, skala,
2635 FI: moodi, kirkkosävelasteikko.
2636
2637 @aref{church mode}, @aref{diatonic scale}.
2638
2639 @aitem{modulation}@c
2640 ES: modulación,
2641 I: modulazione,
2642 F: modulation,
2643 D: Modulation,
2644 NL: modulatie,
2645 DK: modulation,
2646 S: modulering,
2647 FI: modulaatio, sävellajin vaihdos.
2648
2649 Moving from one @aref{key} to another.  For example, the second
2650 subject of a @aref{sonata form} movement modulates to the dominant
2651 key if the key is major and to the @aref{relative key} if the key
2652 is minor.
2653
2654 @aitem{mordent}@c
2655 I: mordente,
2656 F: mordant,
2657 D: Mordent,
2658 NL: mordent,
2659 DK: mordent,
2660 S: mordent,
2661 FI: mordent, korukuvio.
2662
2663 @aref{ornament}.
2664
2665 @aitemii{motive,motif}@c
2666 ES: tema,
2667 I: inciso,
2668 F: incise,
2669 D: Motiv,
2670 NL: motief,
2671 DK: motiv,
2672 S: motiv,
2673 FI: teema, sävelaihe.
2674
2675 The briefest intelligible and self-contained fragment of a musical theme or
2676 subject.
2677
2678 @lilypond[fragment,linewidth=13.0\cm]
2679 \override Score.TimeSignature #'break-visibility = #all-invisible
2680 %\override Score.TextScript #'font-style = #'large
2681 \relative c'' {
2682   \time 4/4
2683   \key g \major
2684   \partial 8 g16_"------" fis |
2685   g8 d16_"------" c d8 g16 fis g8 b,16 a b8 g'16 fis |
2686   g8 g,16 a b8 cis d16 s
2687 }
2688 @end lilypond
2689
2690 @aitem{movement}@c
2691 ES: movimiento,
2692 I: movimento,
2693 F: mouvement,
2694 D: Satz,
2695 NL: deel,
2696 DK: sats,
2697 S: sats,
2698 FI: osa.
2699
2700 Greater musical works like @aref{symphony} and
2701 @aref{sonata} most often consist of several -- more or less --
2702 independant pieces called movements.
2703
2704 @aitem{multibar rest}@c
2705 ES: compases de espera,
2706 I: pausa multipla,
2707 F: pause multiple,
2708 NL: meermaats rust,
2709 D: mehrtaktige Pause,
2710 DK: flertaktspause,
2711 S: flertaktspaus,
2712 FI: usean tahdin mittainen tauko.
2713
2714 @lilypond[fragment,raggedright]
2715 \relative c'' {
2716   a1
2717   \set Score.skipBars = ##t R1*3
2718   a1
2719 }
2720 @end lilypond
2721
2722 @aitem{mixolydian mode}@c
2723 @aref{diatonic scale}.
2724
2725 @aitem{natural sign}@c
2726 ES: becuadro,
2727 I: bequadro,
2728 F: bécarre,
2729 D: Auflösungszeichen,
2730 NL: herstellingsteken,
2731 DK: op@-løsningstegn,
2732 S: återställningstecken,
2733 FI: palautusmerkki.
2734
2735 @aref{accidental}.
2736
2737 @aitem{neighbour tones}@c
2738 @aref{appoggiatura}.
2739
2740 @aitem{ninth}@c
2741 ES: novena,
2742 I: nona,
2743 F: neuvième,
2744 D: None,
2745 NL: noon,
2746 DK: none,
2747 S: nona,
2748 FI: nooni.
2749
2750 @aref{interval}.
2751
2752 @aitem{non-legato}@c
2753 @aref{legato}.
2754
2755 @aitem{note}@c
2756 ES: nota,
2757 I: nota,
2758 F: note,
2759 D: Note,
2760 NL: noot,
2761 DK: node,
2762 S: not,
2763 FI: nuotti.
2764
2765 Notes are signs by means of which music is fixed in writing.  The term is also
2766 used for the sound indicated by a note, and even for the key of the piano
2767 which produces the sound.  However, a clear distinction between the terms tone
2768 and @aref{note} is strongly recommended.  Briefly, one sees a note,
2769 and hears a tone.
2770
2771 @aitem{note head}@c
2772 ES: oval,
2773 I: testa, testina, capocchia,
2774 F: t@^ete de la note,
2775 D: Notenkopf,
2776 NL: nootballetje,
2777 DK: nodehovede,
2778 S: nothuvud,
2779 FI: nuotin pää.
2780
2781 A head-like sign which indicates pitch by its position on a
2782 @aref{staff} provided with a @aref{clef}, and duration
2783 by a variety of shapes such as hollow or black heads with or without
2784 @aref{stem}s, @aref{flag}s, etc.  For percussion
2785 instruments (often having no defined pitch) the note head may indicate the
2786 instrument.
2787
2788 @aitem{note value}@c
2789 ES: valor,
2790 I: valore, durata,
2791 F: durée, valeur (d'une note),
2792 D: Notenwert,
2793 NL: nootwaarde,
2794 DK nodeværdi,
2795 S: notvärde,
2796 FI: nuotin aika-arvo.
2797
2798 Note values (durations) are measured as fractions, normally 1/2, of the next
2799 higher note value.  The longest duration normally used is called @emph{brevis},
2800 but sometimes (mostly in pre-baroque music) the double length note value
2801 @emph{longa} is used.
2802
2803 @lilypond[fragment,notime,linewidth=13.0\cm]
2804 %\override Score.TextScript #'font-style = #'large
2805 \set Score.automaticBars = ##f
2806 \relative c'' {
2807   \override NoteHead #'style = #'mensural
2808   a\longa_"longa" a\breve_"breve"
2809   \revert NoteHead #'style
2810   a1_"1/1" a2_"1/2" a4_"1/4" s16 a8_"1/8" s16
2811   a16_"1/16" s16 a32_"1/32" s16 a64_"1/64" s32 }
2812 @end lilypond
2813
2814 @lilypond[fragment,notime,linewidth=13.0\cm]
2815 %\override Score.TextScript #'font-style = #'large
2816 \set Score.automaticBars = ##f
2817 \relative c'' {
2818   r\longa_"longa" r\breve_"breve"
2819   r1_"1/1" r2_"1/2" r4_"1/4" s16 r8_"1/8" s16
2820   r16_"1/16" s16 r32_"1/32" s16 r64_"1/64" s32 }
2821 @end lilypond
2822
2823 An augmentation dot after a note multiplies the duration by one and a
2824 half.  Another dot adds yet a fourth of the duration.
2825
2826 @lilypond[fragment,linewidth=13.0\cm]
2827 %\override Score.TextScript #'font-style = #'large
2828 \relative c'' {
2829   \time 4/4
2830   g4._"pointed" g8 g2 | g4 ~ g8 g g2 \bar "||"
2831   g4.._"double pointed" g16 g2 | g4 ~ g8 ~ g16 g g2 \bar "||" }
2832 @end lilypond
2833
2834 Alternatively note values may be subdivided by other ratios.  Most common is
2835 subdivision by@w{ }3 (@emph{triplets}) and@w{ }5 (@emph{quintuplets}).
2836 Subdivisions by@w{ }2 (@emph{tuplets}) or@w{ }4 (@emph{quadruplets}) of
2837 dotted notes are also frequently used.
2838
2839 @lilypond[fragment,linewidth=13.0\cm]
2840 %\override Score.TextScript #'font-style = #'large
2841 \relative c'' {
2842   \time 4/4
2843   \times 2/3 {g8_"triplets" g g} g4 g8 g g4 \bar "||"
2844   \times 2/5 {g8_"quintuplets" g g g g} g4 g8 g g4 \bar "||"
2845 }
2846 @end lilypond
2847
2848 @lilypond[fragment,linewidth=13.0\cm]
2849 \relative c'' {
2850   \time 3/4
2851   \times 3/2 {g4_"duplets" g} |
2852   g4 g g \bar "||"
2853   \times 6/4 {g8_"quadruplets" g g g} |
2854   g8 g g g g4 \bar "||"
2855 }
2856 @end lilypond
2857
2858 @aitem{octave sign}@c
2859 @aref{G clef}, @aref{F clef}.
2860
2861 @aitem{octave}@c
2862 ES: octava,
2863 I: ottava,
2864 F: octave,
2865 D: Oktave,
2866 NL: octaaf,
2867 DK: oktav,
2868 S: oktav,
2869 FI: oktaavi.
2870
2871 @aref{interval}.
2872
2873 @aitemiii{ornament,embellishment,accessory}@c
2874 ES: adorno,
2875 I: abbellimento, fioriture,
2876 F: agrément, ornement,
2877 D: Verzierung, Ornament,
2878 NL: versiering,
2879 DK: forsiring,
2880 S: ornament,
2881 FI: koru, hele.
2882
2883 Most commonly used is the @emph{trill}, the rapid alternation of a given note
2884 with the diatonic @aref{second} above it.  In the music from the
2885 middle of the 19th century and onwards the trill is performed with the main
2886 note first while in the music from the preceding baroque and classic periods
2887 the upper note is played first.
2888
2889 @lilypond[fragment,linewidth=13.0\cm]
2890 <<
2891   \context Staff = sa {
2892 % \override Score.TextScript #'font-style = #'large
2893     \relative c'' {
2894       c2._"pre-1850" b4\trill | c1 \bar "||"
2895       c2._"post-1850" b4\trill | c1 \bar "||"
2896     }
2897   }
2898   \relative c'' {
2899     c2. c32 b c b c b c b | c1
2900     c2. b32 c b c \times 4/5 { b c b c b } | c1
2901   }
2902 >>
2903 @end lilypond
2904
2905 Other frequently used ornaments are the @emph{turn}, the @emph{mordent}, and the
2906 @emph{prall} (inverted mordent).
2907
2908 @lilypond[fragment,linewidth=13.0\cm]
2909 <<
2910   \context Staff = sa {
2911 % \override Score.TextScript #'font-style = #'large
2912     \relative c'' {
2913       a4_"turn" b\turn c2 \bar "||"
2914       g4_"mordent" a b\mordent a \bar "||"
2915       e'4_"prall" d\prall c2 \bar "||"
2916     }
2917   }
2918   \relative c'' {
2919     a4 c16[ b a b] c2
2920     g4 a b16-[ a b8] a4
2921     e'4 e32[ d e d ~ d8] c2
2922   }
2923 >>
2924 @end lilypond
2925
2926 @aref{appoggiatura}.
2927
2928 @aitem{ossia}@c
2929 ES: ossia,
2930 I: ossia,
2931 F: ossia,
2932 D: Ossia,
2933 NL: alternatief,
2934 DK: ossia,
2935 S: ossia,
2936 FI: ossia, vaihtoehtoinen esitystapa.
2937
2938 Ossia (otherwise) marks an alternative.  It is an added staff or piano
2939 score, usually only a few measures long, which presents another version
2940 of the music, for example for small hands.
2941
2942 @aitem{part}@c
2943 ES: parte,
2944 I: voce, parte,
2945 F: partie,
2946 D: Stimme,
2947 NL: partij,
2948 DK: stemme,
2949 S: stämma,
2950 FI: stemma, instrumenttiosuus.
2951
2952 1.@tie{}In instrumental or choral music the music for the single instrument
2953 or voice.  2.@tie{}in contrapuntal music @aref{counterpoint} the single
2954 melodic line of the contrapunctal web.
2955
2956 @aitem{percussion}@c
2957 ES: percusión,
2958 I: percussioni,
2959 F: percussion,
2960 D: Schlagzeug, Schlagwerk,
2961 NL: slagwerk,
2962 DK: slagtøj,
2963 S: slagverk,
2964 FI: lyömäsoittimet.
2965
2966 A family of musical instruments which are played on by striking or
2967 shaking.  Percussion instruments commonly used in a symphony orchestra are
2968 kettledrums (I: @emph{timpani}, D: @emph{Pauken}), snare drum, bass drum,
2969 tambourine, cymbals, chinese gong (tam-tam), triangle, celesta, glockenspiel,
2970 and xylophone.
2971
2972 @aitem{perfect interval}@c
2973 ES: intervalo justo,
2974 I: intervallo giusto,
2975 F: intervalle juste,
2976 D: reines Intervall,
2977 NL: rein interval,
2978 DK: rent interval,
2979 S: rent intervall,
2980 FI: puhdas intervalli.
2981
2982 @aref{interval}.
2983
2984 @aitem{phrase}@c
2985 ES: frase,
2986 I: frase,
2987 F: phrase,
2988 D: Phrase,
2989 NL: frase, zin,
2990 DK: frase,
2991 S: fras,
2992 FI: fraasi, lause.
2993
2994 A natural division of the melodic line, comparable to a sentence of speech.
2995
2996 @aitem{phrasing}@c
2997 ES: fraseo,
2998 I: fraseggio,
2999 F: phrasé,
3000 D: Phrasierung,
3001 NL: frasering,
3002 DK: frasering,
3003 S: fra@-se@-ring,
3004 FI: fraseeraus, jäsentäminen.
3005
3006 The clear rendering in musical performance of the @aref{phrase}s of
3007 the melody.  Phrasing may be indicated by a @aref{slur}.
3008
3009 @aitem{piano}@c
3010 ES: piano,
3011 I: piano,
3012 F: piano,
3013 D: piano, leise,
3014 NL: piano,
3015 DK: piano,
3016 S: piano,
3017 FI, piano, hiljaa.
3018
3019 @emph{piano} (@b{p}) soft, @emph{pianissimo} (@b{pp}) very soft,
3020 @emph{mezzopiano} (@b{mp}) medium soft.
3021
3022 @aitem{pitch}@c
3023 ES: altura,
3024 I: altezza,
3025 F: hauteur,
3026 D: Tonhöhe,
3027 NL: toonhoogte,
3028 DK: tonehøjde,
3029 S: tonhöjd,
3030 FI: sävelkorkeus.
3031
3032 @aitem{pizzicato}@c
3033 ES: pizzicato,
3034 I: pizzicato,
3035 F: pizzicato,
3036 D: pizzicato,
3037 NL: pizzicato, getokkeld,
3038 DK: pizzicato,
3039 S: pizzicato,
3040 FI: pizzicato, näppäillen.
3041
3042 Play by plucking the strings.
3043
3044 @aitem{polyphony}@c
3045 ES: polifonía,
3046 I: polifonia,
3047 F: polyphonie,
3048 D: Polyphonie, Mehrstimmigkeit,
3049 NL: polyfonie,
3050 DK: polyfoni,
3051 S: polyfoni,
3052 FI: polyfonia, moniäänisyys.
3053
3054 Music written in a combination of several simultaneous voices (parts) of a
3055 more or less pronounced individuality.  @aref{counterpoint}.
3056
3057 @aitem{portato}@c
3058 @aref{legato}.
3059
3060 @aitem{presto}@c
3061 ES: presto,
3062 I: presto,
3063 F: presto,
3064 D: Presto, Sehr schnell,
3065 NL: presto, Sehr schnell,
3066 DK: presto,
3067 S: presto,
3068 FI: presto, hyvin nopeasti.
3069
3070 Very quick, i.e., quicker than @aref{allegro}; @emph{prestissimo}
3071 denotes the highest possible degree of speed.
3072
3073 @aitem{Pythagorean comma}@c
3074 ES: coma pitagórico,
3075 I: comma pitagorico,
3076 F: comma pythagoricien,
3077 D: Pythagoräisches Komma,
3078 NL: komma van Pythagoras,
3079 DK: pythagoræisk komma,
3080 S: pytagoreiskt komma,
3081 FI: pytagorinen komma.
3082
3083 A sequence of fifths starting on@w{ }C eventually circles back to@w{ }C,
3084 but this@w{ }C, obtained by adding 12@w{ }fifths, is
3085 24 @aref{cent}s higher than the@w{ }C obtained by adding
3086 7@w{ }octaves.  The difference between those two pitches is called the
3087 Pythagorean comma.
3088
3089 @aitem{quadruplet}@c
3090 ES: cuatrillo,
3091 I: quartina,
3092 F: quartolet,
3093 D: Quartole,
3094 NL: kwartool,
3095 DK: kvartol,
3096 S: kvartol,
3097 FI: kvartoli.
3098
3099 @aref{note value}.
3100
3101 @aitem{quarter note}@c
3102 ES: negra,
3103 I: semiminima, nera,
3104 F: noire,
3105 UK: crotchet,
3106 D: Viertel, Viertelnote,
3107 NL: kwartnoot,
3108 DK: fjerdedelsnode,
3109 S: fjärdedelsnot,
3110 FI: neljännesosanuotti.
3111
3112 @aref{note value}.
3113
3114 @aitem{quarter rest}@c
3115 ES: silencio de negra,
3116 I: pausa di semiminima,
3117 F: soupir,
3118 UK: crotchet rest,
3119 D: Viertelpause,
3120 NL: kwart rust,
3121 DK:@w{ }fjerdedelspause,
3122 S: fjärdedelspaus,
3123 FI: neljännesosatauko.
3124
3125 @aref{note value}.
3126
3127 @aitem{quintuplet}@c
3128 ES: quintillo,
3129 I: quintina,
3130 F: quintolet,
3131 D: Quintole,
3132 NL: kwintool,
3133 DK: kvintol,
3134 S: kvintol,
3135 FI: kvintoli.
3136
3137 @aref{note value}.
3138
3139 @aitem{rallentando}@c
3140 ES: rallentando,
3141 I: rallentando,
3142 F: rallentando,
3143 D: rallentando, langsamer werden,
3144 NL: rallentando,
3145 DK: rallentando,
3146 S: rallentando,
3147 FI: rallerdando, hidastuen.
3148
3149 Abbreviation "rall.".  @aref{ritardando}.
3150
3151 @aitem{relative key}@c
3152 ES: relativa,
3153 I: tonalità relativa,
3154 F: tonalité relative,
3155 D: Paralleltonart,
3156 NL: paralleltoonsoort,
3157 DK: paralleltoneart,
3158 S: parallelltonart,
3159 FI: rinnakkaissävellaji.
3160
3161 @aref{major} and @aref{minor} @aref{key}
3162 with the same @aref{key signature}.
3163
3164 @lilypond[fragment,notime,linewidth=13.0\cm]
3165 \set Score.automaticBars = ##f
3166 %\override Score.TextScript #'font-style = #'large
3167 \relative c' {
3168   \key es \major
3169   es1_"e flat major" f g as bes c d es
3170   \bar "||"
3171 }
3172 @end lilypond
3173
3174 @lilypond[fragment,notime,linewidth=13.0\cm]
3175 \set Score.automaticBars = ##f
3176 %\override Score.TextScript #'font-style = #'large
3177 \relative c' {
3178   \key es \major
3179   c1_"c minor" d es f g a! b! c \bar "||"
3180 }
3181 @end lilypond
3182
3183 @aitem{repeat}@c
3184 ES: barra de repetición,
3185 I: ritornello,
3186 F: barre de reprise,
3187 D: Wiederholung,
3188 NL: herhaling,
3189 DK: gen@-ta@-gel@-se,
3190 S: repris,
3191 FI: toisto.
3192
3193 @lilypond[fragment,linewidth=13.0\cm]
3194 \key g \major
3195 \time 4/4
3196 \relative c'' {
3197   \repeat volta 2 {g4 g d' d | e e d2 | c4 c b b | a a g2 }
3198 }
3199 @end lilypond
3200
3201 @c F: 'pause' if you mean a whole rest, 'silence' if you do not want to
3202 @c     specify the rest's value.
3203
3204 @aitem{rest}@c
3205 ES: silencio,
3206 I: pausa,
3207 F: silence,
3208 D: Pause,
3209 NL: rust,
3210 DK: pause,
3211 S: paus,
3212 FI: tauko.
3213
3214 @aref{note value}.
3215
3216 @aitem{rhythm}@c
3217 ES: ritmo,
3218 I: ritmo,
3219 F: rythme,
3220 D: Rhythmus,
3221 NL: ritme,
3222 DK: rytme,
3223 S: rytm,
3224 FI: rytmi.
3225
3226 (a) Metrical rhythm in which every time value is a multiple or fraction of a
3227 fixed unit of time, called @aref{beat}, and in which the normal
3228 @aref{accent} recurs in regular intervals, called
3229 @aref{measure}.  The basic scheme of time values is called
3230 @aref{meter}.  (b) Measured rhythm which lacks regularly recurrent
3231 accent.  In modern notation such music appears as a free alternation of
3232 different measures.  (c) Free rhythm, i.e., the use of temporal values having
3233 no common metrical unit (beat).
3234
3235 @aitem{ritardando}@c
3236 ES: retardando,
3237 I: ritardando,
3238 F: ritardando,
3239 D: Ritardando, langsamer werden,
3240 NL: ritardando,
3241 DK: ritardando,
3242 S: ritardando,
3243 FI: ritardando, hidastuen,
3244
3245 Gradually slackening in speed.  Mostly abbreviated to rit.@: or ritard.
3246
3247 @aitem{ritenuto}@c
3248 ES: ritenuto,
3249 I: ritenuto,
3250 F: ritenuto,
3251 D: Ritenuto,
3252 NL: ritenuto,
3253 DK: ritenuto,
3254 S: ritenuto,
3255 FI: ritenuto, hidastaen.
3256
3257 Immediate reduction of speed.
3258
3259 @aitem{scale}@c
3260 ES: escala,
3261 I: scala,
3262 F: gamme,
3263 D: Tonleiter,
3264 NL: toonladder,
3265 DK: Skala,
3266 S: skala,
3267 FI: asteikko, sävelasteikko.
3268
3269 @aref{diatonic scale}.
3270
3271 @aitem{scale degree}@c
3272 ES: grados de la escala,
3273 I: grado della scala,
3274 F: degré [de la gamme],
3275 D: Tonleiterstufe,
3276 NL: trap [van de toonladder],
3277 DK: skalatrin,
3278 S: skalsteg (?),
3279 FI: sävelaste, asteikon sävel.
3280
3281 Names and symbols used in harmonic analysis to denote tones of the scale as
3282 roots of chords.  The most important are degrees I = tonic (T), IV =
3283 sub@-do@-mi@-nant (S) and V = dominant (D).
3284
3285 @lilypond[fragment,notime,linewidth=13.0\cm]
3286 \set Score.automaticBars = ##f
3287 %\override Score.LyricText #'font-style = #'large
3288 %\set minVerticalAlign = #8
3289 \oldaddlyrics
3290 \context Staff \relative c' {
3291   c1 d e f g a b c
3292 }
3293 \context Lyrics \lyrics {
3294   << { I II III IV V VI VII I }
3295     { T "" "" S D } >>
3296 }
3297 @end lilypond
3298
3299 @aref{functional harmony}.
3300
3301 @aitem{score}@c
3302 ES: partitura,
3303 I: partitura,
3304 F: partition,
3305 D: Partitur (full score), Klavierauszug (vocal score)
3306 NL: partituur,
3307 DK: partitur,
3308 S: partitur,
3309 FI: partituuri.
3310
3311 A copy of orchestral, choral, or chamber music showing what each instrument is
3312 to play, each voice to sing, having each part arranged one underneath the
3313 other on different staves @aref{staff}.
3314
3315 @aitem{second}@c
3316 ES: segunda,
3317 I: secunda,
3318 F: seconde,
3319 D: Sekund(a),
3320 NL: secunde,
3321 DK: sekund,
3322 S: sekund,
3323 FI: sekunti.
3324
3325 The @aref{interval} between two neigbouring tones of a scale.  A
3326 @aref{diatonic scale} consists of alternating
3327 @aref{semitone}s and @aref{whole tone}s, hence the size
3328 of a se@-cond depends on the scale degrees in question.
3329
3330 @aitem{semitone}@c
3331 ES: semitono,
3332 I: semitono,
3333 F: demi-ton,
3334 D: Halbton,
3335 NL: halve toon,
3336 DK: halvtone,
3337 S: halvton,
3338 FI: puolisävel.
3339
3340 The @aref{interval} of a minor second.  The (usually) smallest
3341 interval in European composed music.  The interval between two neighbouring
3342 tones on the piano keyboard -- including black and white keys -- is a
3343 semitone.  An octave may be divided into 12@w{ }semitones.
3344 @aref{interval}, @aref{chromatic scale}.
3345
3346 @lilypond[fragment,notime,linewidth=13.0\cm]
3347 \set Score.automaticBars = ##f
3348 \relative c'' { g1 gis s a bes s b! c }
3349 @end lilypond
3350
3351 @aitem{seventh}@c
3352 ES: séptima,
3353 I: settima,
3354 F: septième,
3355 D: Septime,
3356 NL: septiem,
3357 DK: septim,
3358 S: septim,
3359 FI: septimi.
3360
3361 @aref{interval}.
3362
3363 @aitem{sextuplet, sextolet}@c
3364 I: sestina,
3365 F: sextolet,
3366 D: Sextole,
3367 NL: sextool,
3368 DK: sekstol,
3369 S: sextol,
3370 FI: sekstoli.
3371
3372 @aref{note value}.
3373
3374 @aitem{sharp}@c
3375 ES: sostenido,
3376 I: diesis,
3377 F: dièse,
3378 D: Kreuz,
3379 NL: kruis,
3380 DK: kryds,
3381 S: kors@-förtecken,
3382 FI: korotusmerkki.
3383
3384 @aref{accidental}.
3385
3386 @aitem{short appoggiatura}@c
3387 @aref{appoggiatura}.
3388
3389 @aitem{sixteenth note}@c
3390 ES: semicorchea,
3391 I: semicroma,
3392 F: double croche,
3393 UK: semiquaver,
3394 D: Sechzehntel, Sechzehntelnote,
3395 NL: zes@-ti@-ende noot,
3396 DK: sekstendedelsnode,
3397 S: sextondelsnot,
3398 FI: kuudestoistaosanuotti.
3399
3400 @aref{note value}.
3401
3402 @aitem{sixteenth rest}@c
3403 ES: silencia de semicorchea,
3404 I: pausa di semicroma,
3405 F: quart de soupir,
3406 UK: semiquaver rest,
3407 D: Sechzehntelpause,
3408 NL: zestiende rust,
3409 DK: sekstendedelspause,
3410 S: sextondelspaus,
3411 FI: kuudesosatauko.
3412
3413 @aref{note value}.
3414
3415 @aitem{sixth}@c
3416 ES: sexta,
3417 I: sesta,
3418 F: sixte,
3419 D: Sexte,
3420 NL: sext,
3421 DK: sekst,
3422 S: sext,
3423 FI: seksti.
3424
3425 @aref{interval}.
3426
3427 @aitem{sixty-fourth note}@c
3428 ES: semifusa,
3429 I: semibiscroma,
3430 F: quadruple croche,
3431 UK: hemidemisemiquaver,
3432 D: Vierundsechzigstel, Vierundsechzigstelnote,
3433 NL: vierenzestigste noot,
3434 DK: fi@-re@-og@-tred@-sinds@-ty@-ven@-de@-dels@-no@-de,
3435 S: sextiofjärdedelsnot,
3436 FI: kuudeskymmenesneljäsosanuotti.
3437
3438 @aref{note value}.
3439
3440 @aitem{sixty-fourth rest}@c
3441 ES: silencia de semifusa,
3442 I: pausa di semibiscroma,
3443 F: seizième de soupir,
3444 UK: hemidemisemiquaver rest,
3445 D: Vierundsechzigstelpause,
3446 NL: vierenzestigste rust,
3447 DK: fi@-re@-og@-tred@-sinds@-ty@-ven@-de@-dels@-pau@-se,
3448 S: sextiofjärdedelspaus,
3449 FI: kuudeskymmenesneljäsosatauko.
3450
3451 @aref{note value}.
3452
3453 @aitem{slur}@c
3454 ES: ligadura,
3455 I: legatura (di portamento or espressiva),
3456 F: liaison, coulé,
3457 D: Bogen, Legatobogen, Phrasierungsbogen,
3458 NL: fraseringsboog, legatoboog, streekboog,
3459 DK: legatobue, fraseringsbue,
3460 S: båge,
3461 FI: kaari.
3462
3463 A slur above or below a group of notes indicates that they are to be played
3464 @aref{legato}, e.g., with one stroke of the violin bow or with one
3465 breath in singing.
3466
3467 @aitem{solmization}@c
3468 I: solmisazione,
3469 F: solmisation,
3470 D: Solmisation,
3471 NL: solmizatie,
3472 DK: solmisation,
3473 S: solmisation,
3474 FI: suhteelliset laulunimet.
3475
3476 General term for systems of designating the degrees of the
3477 @aref{scale}, not by letters, but by syllables (@emph{do}
3478 (@emph{ut}), @emph{re}, @emph{mi}, @emph{fa}, @emph{sol}, @emph{la}, @emph{si}
3479 (@emph{ti})).  @aref{scale degree}.
3480
3481 @aitem{sonata}@c
3482 ES: sonata,
3483 I: sonata,
3484 F: sonate,
3485 D: Sonate,
3486 NL: sonate,
3487 DK: sonate,
3488 S: sonat,
3489 FI: sonaatti.
3490
3491 In its present-day meaning a sonata denotes an instrumental composition for
3492 piano or for some other instrument with piano accompaniment, which consists of
3493 three or four independant pieces, called movements.
3494
3495 @aitem{sonata form}@c
3496 ES: forma sonata,
3497 I: forma sonata,
3498 F: [en] forme de sonate,
3499 D: Sonatenform,
3500 NL: hoofdvorm, sonatevorm,
3501 DK: sonateform,
3502 S: sonatform,
3503 FI: sonaattimuoto.
3504
3505 A form used frequently for single movements of the @aref{sonata},
3506 @aref{symphony}, quartet, etc.  A movement written in sonata form
3507 falls into three sections called @emph{exposition}, @emph{development} and
3508 @emph{recapitulation}.  In the exposition the composer introduces some musical
3509 ideas, consisting of a number of themes; in the development section the
3510 composer `develops' this material, and in the recapitulation the composer
3511 repeats the exposition, with certain modifications.  The exposition contains a
3512 number of themes that fall into two groups, often called first and second
3513 subject.  Other melodies occurring in each group are considered as
3514 continuations of these two.  The second theme is in another key, normally in
3515 the key of the @aref{dominant} if the @aref{tonic} is @aref{major}, and in the
3516 @aref{relative key} if the tonic is @aref{minor}.
3517
3518 @aitem{soprano}@c
3519 ES: soprano,
3520 I: soprano,
3521 F: soprano,
3522 D: Sopran,
3523 NL: sopraan,
3524 DK: sopran,
3525 S: sopran,
3526 FI: sopraano, korkea naisääni.
3527
3528 The highest female voice.
3529
3530 @aitem{staccato}@c
3531 ES: staccato,
3532 I: staccato,
3533 F: staccato, piqué, détaché,
3534 D: Staccato,
3535 NL: staccato,
3536 DK: staccato,
3537 S: staccato,
3538 FI: staccato, lyhyesti, terävästi.
3539
3540 Playing the note(s) short.  Staccato is indicated by a dot above or below the
3541 note head.
3542
3543 @lilypond[fragment,raggedright]
3544 \key d \major
3545 \time 4/4
3546 \relative c'' {
3547   \partial 8 a8 |
3548   d4-\staccato cis-\staccato b-\staccato cis-\staccato |
3549   d2. \bar "||"
3550 }
3551 @end lilypond
3552
3553 @aitemii{staff, pl. staves}@c
3554 ES: pentagrama,
3555 I: pentagramma, rigo (musicale),
3556 F: portée,
3557 D: Notenzeile,
3558 NL: (noten)balk, partij,
3559 DK: nodesystem,
3560 S: notsystem,
3561 FI: nuottiviivasto.
3562
3563 A series of (normally five) horizontal lines upon and between
3564 which the musical notes are written, thus indicating (in connection
3565 with a @aref{clef}) their pitch.  Staves for
3566 @aref{percussion} instruments may have fewer lines.
3567
3568 @aitem{stem}@c
3569 ES: plica,
3570 I: gamba,
3571 F: queue,
3572 D: Hals, Notenhals, Stiel,
3573 NL: stok,
3574 DK: hals,
3575 S: skaft,
3576 FI: nuottipalkki.
3577
3578 Vertical line above or below a @aref{note head} shorter than a
3579 whole note.  @aref{beam}.
3580
3581 @lilypond[fragment,notime,linewidth=13.0\cm]
3582 \set Score.autoBeaming = ##f
3583 \set Score.automaticBars = ##f
3584 %\override Score.TextScript #'font-style = #'large
3585 \relative c'' {
3586   g2_"1/2" g' s16
3587   g,4_"1/4" g' s16
3588   g,8_"1/8" g' s16
3589   g,16_"1/16" g' s16
3590 }
3591 @end lilypond
3592
3593 @aitem{strings}@c
3594 ES: arcos, cuerdas,
3595 I: archi,
3596 F: cordes,
3597 D: Streicher,
3598 NL: strijkers,
3599 DK: strygere,
3600 S: stråkar,
3601 FI: jouset.
3602
3603 A family of stringed musical instruments played with a bow.  Strings commonly
3604 used in a symphony orchestra are violin, viola, violoncello, and double bass.
3605
3606 @aitem{strong beat}@c
3607 ES: tiempo fuerte,
3608 I: tempo forte,
3609 F: temps fort,
3610 D: betonter Taktteil oder Taktschlag,
3611 NL: thesis,
3612 D: betonet taktslag,
3613 S: betonat taktslag,
3614 FI: tahdin vahva isku.
3615
3616 @aref{beat}, @aref{accent}, @aref{measure},
3617 @aref{rhythm}.
3618
3619 @aitem{subdominant}@c
3620 ES: subdominante,
3621 I: sottodominante,
3622 F: sous-dominante,
3623 D: Subdominante,
3624 NL: subdominant,
3625 DK: subdominant,
3626 S: subdominant,
3627 FI: subdominantti, alidominantti.
3628
3629 The fourth @aref{scale degree}.  @aref{functional harmony}.
3630
3631 @aitem{submediant}@c
3632 ES: superdominante,
3633 I: sopratonica,
3634 F: sous-médiante,
3635 D: Submediante,
3636 NL: submediant,
3637 DK: Submediant,
3638 S: submediant,
3639 FI: alikeskisävel.
3640
3641 The sixth @aref{scale degree}.
3642
3643 @aitem{subtonic}@c
3644 ES: sensible,
3645 I: sottotonica,
3646 F: sous-tonique,
3647 D: Subtonika,
3648 NL: subtonica,
3649 DK: Subtonika,
3650 S: subtonika,
3651 FI: subtoonika, alitoonika.
3652
3653 The seventh @aref{scale degree}.
3654
3655 @aitem{superdominant}@c
3656 ES: superdominante,
3657 I: sopradominante,
3658 F: sus-dominante,
3659 D: Superdominante,
3660 NL: superdominant,
3661 DK: superdominant,
3662 S: superdominant,
3663 FI: ylidominantti.
3664
3665 The sixth @aref{scale degree}.
3666
3667 @aitem{supertonic}@c
3668 ES: supertónica,
3669 I: sopratonica,
3670 F: sus-tonique,
3671 D: Supertonika,
3672 NL: supertonica,
3673 DK: supertonika,
3674 S: supertonika,
3675 FI: ylitoonika.
3676
3677 The second @aref{scale degree}.
3678
3679 @aitem{symphony}@c
3680 ES: sinfonía,
3681 I: sinfonia,
3682 F: symphonie,
3683 D: Sinfonie, Symphonie,
3684 NL: symfonie,
3685 DK: symfoni,
3686 S: symfoni,
3687 FI: sinfonia.
3688
3689 A symphony may be defined as a @aref{sonata} for orchestra.
3690
3691 @aitem{syncopation}@c
3692 ES: sincopado,
3693 I: sincope,
3694 F: syncope,
3695 D: Synkope,
3696 NL: syncope,
3697 DK: synkope,
3698 S: synkop,
3699 FI: synkooppi.
3700
3701 Any deliberate upsetting of the normal pulse of @aref{meter},
3702 @aref{accent}, and @aref{rhythm}.  The occidental system of musical
3703 rhythm rests upon the grouping of equal beats into groups of two or three,
3704 with a regularly recurrent accent on the first beat of each group.  Any
3705 deviation from this scheme is felt as a disturbance or contradiction between
3706 the underlaying (normal) pulse and the actual (abnormal) rhythm.
3707
3708 @lilypond[fragment,raggedright]
3709 \time 4/4
3710 \relative c' {
3711   \partial 4
3712   d8 dis |
3713   e c'4 e,8 c'4 e,8 c' ( | c2)
3714 }
3715 @end lilypond
3716
3717 @aitemii{syntonic comma,dydimic comma}@c
3718 I: comma sintonico (o didimico),
3719 F: comma syntonique,
3720 D: syntonisches Komma,
3721 NL: syntonische komma,
3722 DK: syntonisk komma,
3723 S: syntoniskt komma,
3724 FI: syntoninen komma, terssien taajuusero luonnollisessa ja Pytagorisessa viritysjärjestelmässä.
3725
3726 Difference between the natural third and the third obtained by Pythagorean
3727 tuning (@aref{Pythagorean comma}), equal to 22@w{ }cents.
3728
3729 @aitem{system}@c
3730 I: accollatura,
3731 F: système,
3732 D: Notensystem,
3733 NL: systeem,
3734 DK: system,
3735 S: system,
3736 FI: nuottijärjestelmä.
3737
3738 The collection of staves @aref{staff}, two or more, as used for
3739 writing down of keyboard, chamber, choral, or orchestral music.
3740
3741 @aitem{temperament}@c
3742 ES: temperamento,
3743 I: temperamento,
3744 F: tempérament,
3745 D: Stimmung, Tem@-pe@-ra@-tur,
3746 NL: stemming, temperatuur,
3747 DK: temperatur,
3748 S: temperatur,
3749 FI: viritysjärjestelmä.
3750
3751 Systems of tuning in which the intervals deviate from the acoustically pure
3752 intervals.  @aref{meantone temperament}, @aref{equal temperament}.
3753
3754 @aitem{tempo indication}@c
3755 ES: indicación de tempo,
3756 I: indicazione di tempo,
3757 F: indication de temps,
3758 D: Zeitmaß, Tempobezeichnung,
3759 NL: tempo aanduiding,
3760 DK: tempobetegelse,
3761 S: tempobeteckning,
3762 FI: tempomerkintä.
3763
3764 The rate of speed of a composition or a section thereof, ranging from the
3765 slowest to the quickest, as is indicated by tempo marks as
3766 @aref{largo}, @aref{adagio}, @aref{andante},
3767 @aref{allegro}, and @aref{presto}.
3768
3769 @aitem{tenor}@c
3770 ES: tenor,
3771 I: tenore,
3772 F: ténor,
3773 D: Tenor,
3774 NL: tenor,
3775 DK: tenor,
3776 S: tenor,
3777 FI: tenori, korkea miesääni.
3778
3779 The highest male voice (apart from @aref{counter tenor}).
3780
3781 @aitem{tenth}@c
3782 ES: décima,
3783 I: decima,
3784 F: dixième,
3785 D: Dezime,
3786 NL: deciem,
3787 DK: decim,
3788 S: decima,
3789 FI: desimi.
3790
3791 @aref{note value}.
3792
3793 @aitem{third}@c
3794 ES: tercera,
3795 I: terza,
3796 F: tierce,
3797 D: Terz,
3798 NL: terts,
3799 DK: terts,
3800 S: ters,
3801 FI: terssi.
3802
3803 @aref{interval}.
3804
3805 @aitem{thirty-second note}@c
3806 ES: fusa,
3807 I: biscroma,
3808 F: triple croche,
3809 UK: demisemiquaver,
3810 D: Zweiunddreissigstel, Zweiunddreissigstelnote,
3811 NL: twee-endertig@-ste noot,
3812 DK: toogtredivtedelsnode,
3813 S: trettiotvåondelsnot,
3814 FI: kolmanneskymmeneskahdesosanuotti.
3815
3816 @aref{note value}.
3817
3818 @aitem{thirty-second rest}@c
3819 ES: silencio de fusa,
3820 I: pausa di biscroma,
3821 F: huitième de soupir,
3822 UK: demisemiquaver rest,
3823 D: Zweiunddreissigstel@-pause,
3824 NL: 32e rust,
3825 DK: toogtredivtedelspause,
3826 S: trettiotvåondelspaus,
3827 FI: kolmanneskymmeneskahdesosatauko.
3828
3829 @aref{note value}.
3830
3831 @aitemii{thorough bass,figured bass}@c
3832 ES: bajo cifrado,
3833 I: basso continuo, basso numerato,
3834 F: basse chiffrée,
3835 D: Generalbass, bezifferter Bass,
3836 NL: basso continuo, becijferde bas
3837 DK: generalbas,
3838 S: generalbas,
3839 FI: kenraalibasso, numeroitu basso.
3840
3841 A method of indicating an accompaniment part by the bass notes only, together
3842 with figures designating the chief @aref{interval}s and
3843 @aref{chord}s to be played above the bass notes.
3844
3845 @lilypond[fragment,linewidth=13.0\cm]
3846 \context GrandStaff <<
3847   \context Staff = lh \relative c'' {
3848     \time 4/4
3849     \key es \major
3850     \clef treble
3851     << \context Voice = rha {
3852         \stemUp
3853         es4 d c bes | bes }
3854       \context Voice = rhb {
3855         \stemDown
3856         < bes g >8 as < as f > g < g es > f < d f > es | < g es >4 }
3857     >>
3858   }
3859   \oldaddlyrics
3860     \context Staff = rh \relative c' {
3861     \clef bass
3862     \key es \major
3863     es8 c d bes c as bes16 as g f | es4
3864   }
3865   \context Lyrics \lyrics {
3866     \override Lyrics .VerticalAlign #'threshold = #'(6 . 12)
3867     << { "" "6" "" "4" "" "6" "" "" "6" "4" }
3868       { "" "" "" "2" "" "" "" "" "" "2" } >>
3869   }
3870 >>
3871 @end lilypond
3872
3873 @aitemii{tie,bind}@c
3874 ES: ligadura de prolongación,
3875 I: legatura (di valore),
3876 F: liaison,
3877 D: Haltebogen,
3878 NL: overbinding, bindingsboog,
3879 DK: bindebue,
3880 S: bindebåge, överbindning,
3881 FI: sitominen.
3882
3883 A curved line, identical in appearance with the @aref{slur}, which
3884 connects two succesive notes of the same pitch, and which has the function of
3885 uniting them into a single sound (tone) equal to the combined durations.
3886
3887 @lilypond[fragment,notime,raggedright]
3888 \set Score.automaticBars = ##f
3889 \relative c'' { g2 ~ g4. }
3890 @end lilypond
3891
3892 @aitem{time signature}@c
3893 ES: cifra indicadora de compás,
3894 I: segni di tempo,
3895 F: chiffrage (chiffres indicateurs), signe de valeur,
3896 D: Taktangabe, Angabe der Taktart,
3897 NL: maatsoort,
3898 DK: taktangivelse,
3899 S: taktartssignatur,
3900 FI: tahtiosoitus.
3901
3902 @aref{meter}.
3903
3904 @aitem{tone}@c
3905 ES: sonido,
3906 I: suono,
3907 F: ton,
3908 D: Ton,
3909 NL: toon,
3910 DK: tone,
3911 S: ton,
3912 FI: ääni.
3913
3914 A sound of definite pitch and duration, as distinct from @emph{noise}.
3915 Tone is a primary building material of music.
3916 Music from the 20th century may be based on atonal sounds.
3917
3918 @aitem{tonic}@c
3919 ES: tonica,
3920 I: tonica,
3921 F: tonique,
3922 D: Tonika,
3923 NL: tonica,
3924 DK: tonika,
3925 S: tonika,
3926 FI: toonika.
3927
3928 The first @aref{scale degree}.
3929 @aref{functional harmony}.
3930
3931 @aitem{transposition}@c
3932 ES: transposición,
3933 I: trasposizione,
3934 F: transposition,
3935 D: Transposition,
3936 NL: transpositie,
3937 DK: transposition,
3938 S: transponering,
3939 FI: transponointi.
3940
3941 Shifting a melody up or down in pitch, while keeping the same
3942 relative pitches.
3943
3944 @lilypond[fragment,linewidth=13.0\cm]
3945 \context Staff {
3946   \time 3/4
3947   \relative c'' {
3948     \key g \major
3949     d4 g,8 a b c | d4 g, g | e' c8 d e fis | g4 g, g \bar "|."
3950   }
3951 }
3952 @end lilypond
3953
3954 @lilypond[fragment,linewidth=13.0\cm]
3955 \context Staff {
3956   \time 3/4
3957   \transpose c bes \relative c'' {
3958     \key g \major
3959     d4 g,8 a b c | d4 g, g | e' c8 d e fis | g4 g, g \bar "|."
3960   }
3961 }
3962 @end lilypond
3963
3964 @aitem{treble clef}@c
3965 ES: clave de sol,
3966 I: chiave di violino,
3967 F: clé de sol,
3968 D: Violinschlüssel, Sopranschlüssel,
3969 NL: viool sleutel,
3970 DK:@w{ }diskantnøgle,
3971 S: diskantklav,
3972 FI: diskanttiavain.
3973
3974 @aref{G clef}.
3975
3976 @aitem{tremolo}@c
3977 ES: tremolo,
3978 I: tremolo,
3979 F: trémolo,
3980 D: Tremolo,
3981 NL: tremolo,
3982 DK: tremolo,
3983 S: tremolo,
3984 FI: tremolo.
3985
3986 On stringed instruments (@aref{strings}) the quick reiteration of
3987 the same tone, produced by a rapid up-and-down movement of the bow
3988 (a).  The term is also used for the rapid alternation (b) between two notes of
3989 a @aref{chord}, usually in the distance of a third
3990 (@aref{interval}).
3991
3992 @lilypond[fragment,notime,raggedright]
3993 \set Score.automaticBars = ##f
3994 %\override Score.TextScript #'font-style = #'large
3995 \relative c' {
3996   e2:32_"a"
3997   f:32 [ e8:16 f:16 g:16 a:16 ] s4
3998   \repeat "tremolo" 8 { e32_"b" g }
3999 }
4000 @end lilypond
4001
4002 @aitem{triad}@c
4003 ES: tríada,
4004 I: triade,
4005 F: triade, accord parfait, accord de trois sons,
4006 D: Drei@-klang,
4007 NL: drieklank,
4008 DK: treklang,
4009 S: treklang,
4010 FI: kolmisointu.
4011
4012 @aref{chord}.
4013
4014 @aitemii{trill,shake}@c
4015 ES: trino,
4016 I: trillo,
4017 F: trille, tremblement, battement (cadence),
4018 D: Triller,
4019 NL: triller,
4020 DK: trille,
4021 S: drill,
4022 FI: trilli.
4023
4024 @aref{ornament}.
4025
4026 @aitem{triple meter}@c
4027 ES: compás compuesto,
4028 I: tempo ternario,
4029 F: mesure ternaire,
4030 D: in drei,
4031 NL: driedelige maatsoort,
4032 DK: tredelt takt,
4033 S: tretakt,
4034 FI: kolmijakoinen.
4035
4036 @aref{meter}.
4037
4038 @aitem{triplet}@c
4039 ES: tresillo,
4040 I: terzina,
4041 F: triolet,
4042 D: Triole,
4043 NL: triool,
4044 DK: triol,
4045 S: triol,
4046 FI: trioli.
4047
4048 @aref{note value}.
4049
4050 @aitem{tritone}@c
4051 ES: trítono,
4052 I: tritono,
4053 F: triton,
4054 D: Tritonus,
4055 NL: tritoon,
4056 DK: tritonus,
4057 S: tritonus,
4058 FI: tritonus.
4059
4060 @aref{interval}.
4061
4062 @aitem{tuning fork}@c
4063 ES: diapasón,
4064 I: diapason, corista,
4065 F: diapason,
4066 D: Stimmgabel,
4067 NL: stemvork,
4068 DK: stemmegaffel,
4069 S: stämgaffel,
4070 FI: viritysavain.
4071
4072 A two-pronged piece of steel used to indicate absolute pitch.  Tuning forks
4073 give the international pitch for the tone @emph{a} (440 vibrations per second).
4074
4075 @aitemii{turn,gruppetto}@c
4076 ES: grupo,
4077 I: gruppetto,
4078 F: grupetto,
4079 D: Doppelschlag,
4080 NL: dubbelslag,
4081 DK: dobbeltslag,
4082 S: dubbelslag,
4083 FI: korukuvio.
4084
4085 @aref{ornament}.
4086
4087 @aitem{unison}@c
4088 ES: unísono,
4089 I: unisono,
4090 F: unisson,
4091 D: unisono,
4092 NL: unisono,
4093 DK: unison,
4094 S: unison,
4095 FI: unisono, yksiäänisesti.
4096
4097 Playing of the same notes or the same melody by various instruments (voices)
4098 or by the whole orchestra (choir), either at exactly the same pitch or in a
4099 different octave.
4100
4101 @aitem{upbeat}@c
4102 ES: entrada anacrúsica,
4103 I: anacrusi,
4104 F: anacrouse, levée,
4105 D: Auftakt,
4106 NL: opmaat,
4107 DK: optakt,
4108 S: upptakt,
4109 FI: kohotahti.
4110
4111 Initial note(s) of a melody occurring before the first bar
4112 line.  @aref{measure}, @aref{meter}.
4113
4114 @lilypond[fragment,linewidth=13.0\cm]
4115 \key f \major
4116 \time 4/4
4117 \relative c' {
4118   \partial 4 f4 | bes4. a8 bes4 c |
4119   bes( a) g f | bes4. a8 bes4 c | f,2. \bar "||" }
4120 @end lilypond
4121
4122 @aitem{voice}@c
4123 ES: voz,
4124 I: voce,
4125 F: voix,
4126 D: Stimme,
4127 NL: stem,
4128 DK: stemme,
4129 S: stämma,
4130 FI: ääni, lauluääni.
4131
4132 1.@tie{}Human voices: @aref{soprano}, @aref{mezzo-soprano},
4133 @aref{contralto}, @aref{tenor}, @aref{baritone}, @aref{bass}.
4134 2.@tie{}A melodic layer or part of a polyphonic composition.
4135
4136 @aitem{weak beat}@c
4137 ES: tiempo débil,
4138 I: tempo debole, arsi,
4139 F: temps faible,
4140 D: unbetonter Taktteil oder Taktschlag,
4141 NL: arsis,
4142 DK: ubetonet taktslag,
4143 S: obetonat taktslag,
4144 FI: tahdin heikko isku.
4145
4146 @aref{beat}, @aref{measure}, @aref{rhythm}.
4147
4148 @aitem{whole note}@c
4149 ES: redonda,
4150 I: semibreve,
4151 F: ronde,
4152 UK: semibreve,
4153 D: Ganze, ganze Note,
4154 NL: hele noot,
4155 DK: helnode,
4156 S: helnot,
4157 FI: kokonuotti.
4158
4159 @aref{note value}.
4160
4161 @aitem{whole rest}@c
4162 ES: silencio de redonda,
4163 I: pausa di semibreve,
4164 F: pause,
4165 UK: semibreve rest,
4166 D: ganze Pause, ganztaktige Pause,
4167 NL: hele rust,
4168 DK: helnodespause,
4169 S: helpaus,
4170 FI: kokotauko.
4171
4172 @aref{note value}.
4173
4174 @aitem{whole tone}@c
4175 ES: tono,
4176 I: tono intero,
4177 F: ton entier,
4178 D: Ganzton,
4179 NL: hele toon,
4180 DK: heltone,
4181 S: helton,
4182 FI: kokoaskel.
4183
4184 The @aref{interval} of a major second.  The interval between two
4185 tones on the piano keyboard with exactly one key between them -- including
4186 black and white keys -- is a whole tone.
4187
4188 @aitem{woodwind}@c
4189 ES: maderas,
4190 I: legni,
4191 F: les bois,
4192 D: Holzbläser,
4193 NL: houtblazers,
4194 DK træblæsere,
4195 S: träblåsare,
4196 FI: puupuhaltimet.
4197
4198 A family of blown wooden musical instruments.  Today some of these instruments
4199 are actually made from metal.  The woodwind instruments commonly used in a
4200 symphony orchestra are flute, oboe, clarinet, saxophone, and bassoon.
4201
4202 @end table
4203
4204 @page
4205
4206 @table @code
4207 @item DURATION NAMES, NOTES AND RESTS
4208 @end table
4209
4210 @multitable @columnfractions .15 .26 .33 .26
4211
4212 @item
4213   @tab @strong{UK}
4214   @tab @strong{I}
4215   @tab @strong{F}
4216 @item
4217   @tab @strong{D}
4218   @tab @strong{NL}
4219   @tab @strong{DK}
4220 @item
4221   @tab @strong{S}
4222   @tab @strong{FI}
4223   @tab
4224
4225 @item
4226
4227 @item @strong{longa}
4228   @tab longa
4229   @tab longa
4230   @tab longa
4231 @item
4232   @tab Longa
4233   @tab longa
4234   @tab longa
4235 @item
4236   @tab longa
4237   @tab longa
4238   @tab
4239
4240 @item
4241
4242 @item @strong{breve}
4243   @tab breve
4244   @tab breve
4245   @tab brève
4246 @item
4247   @tab Brevis
4248   @tab brevis
4249   @tab brevis
4250 @item
4251   @tab brevis
4252   @tab brevis
4253   @tab
4254
4255 @item
4256
4257 @item @strong{whole}
4258   @tab semi@-breve
4259   @tab semi@-breve
4260   @tab ronde
4261 @item
4262   @tab Ganze
4263   @tab hele
4264   @tab hel
4265 @item
4266   @tab hel
4267   @tab koko@-nuotti/@w{-tauko}
4268   @tab
4269
4270 @item
4271
4272 @item @strong{half}
4273   @tab minim
4274   @tab minima
4275   @tab blanche
4276 @item
4277   @tab Halbe
4278   @tab halve
4279   @tab halv
4280 @item
4281   @tab halv
4282   @tab puoli@-nuotti/@w{-tauko}
4283   @tab
4284
4285 @item
4286
4287 @item @strong{quarter}
4288   @tab crotchet
4289   @tab semiminima
4290   @tab noire
4291 @item
4292   @tab Viertel
4293   @tab kwart
4294   @tab fjerdedel
4295 @item
4296   @tab fjärdedel
4297   @tab neljännesosa@-nuotti/@w{-tauko}
4298   @tab
4299
4300 @item
4301
4302 @item @strong{eighth}
4303   @tab quaver
4304   @tab croma
4305   @tab croche
4306 @item
4307   @tab Achtel
4308   @tab achtste
4309   @tab ottendedel
4310 @item
4311   @tab åttondel
4312   @tab kahdeksasosa@-nuotti/@w{-tauko}
4313   @tab
4314
4315 @item
4316
4317 @item @strong{sixteenth}
4318   @tab semiquaver
4319   @tab semicroma
4320   @tab double croche
4321 @item
4322   @tab Sechzehntel
4323   @tab zestiende
4324   @tab sekstendedel
4325 @item
4326   @tab sextondel
4327   @tab kuudestoistaosa@-nuotti/@w{-tauko}
4328   @tab
4329
4330 @item
4331
4332 @item @strong{thirty-second}
4333   @tab demisemiquaver
4334   @tab biscroma
4335   @tab triple croche
4336 @item
4337   @tab Zweiunddreissigstel
4338   @tab tweeendertigste
4339   @tab toogtredivtedel
4340 @item
4341   @tab trettiotvåondel
4342   @tab kolmaskymme@-neskahdesosa@-nuotti/@w{-tauko}
4343   @tab
4344
4345 @item
4346
4347 @item @strong{sixty-fourth}
4348   @tab hemidemisemiquaver
4349   @tab semibiscroma
4350   @tab quadruple croche
4351 @item
4352   @tab Vierundsechzigstel
4353   @tab vierenzestigste
4354   @tab fireogtred@-sindstyvendedel
4355 @item
4356   @tab sextiofjärdedel
4357   @tab kuudeskymme@-nesneljäsosa@-nuotti/@w{-tauko}
4358   @tab
4359
4360 @end multitable
4361 @c @item @tab @tab @tab @tab @tab @tab @tab @tab @tab
4362
4363 @page
4364
4365 @table @code
4366 @item PITCH NAMES
4367 @end table
4368
4369 @multitable @columnfractions .105 .145 .125 .125 .125 .125 .125 .125
4370
4371 @item @tab @strong{I} @tab @strong{F} @tab @strong{D} @tab
4372 @strong{NL} @tab @strong{DK} @tab @strong{S} @tab @strong{FI} 
4373
4374 @item
4375
4376 @item @strong{c} @tab do @tab ut @tab C @tab c @tab c @tab c @tab c
4377
4378 @item
4379
4380 @item @strong{c-sharp} @tab do diesis @tab ut dièse @tab Cis @tab cis @tab
4381 cis @tab cis @tab cis
4382
4383 @item
4384
4385 @item @strong{d-flat} @tab re bemolle @tab ré bémol @tab Des @tab des @tab
4386 des @tab des @tab des
4387
4388 @item
4389
4390 @item @strong{d} @tab re @tab ré @tab D @tab d @tab d @tab d @tab d
4391
4392 @item
4393
4394 @item @strong{e} @tab mi @tab mi @tab E @tab e @tab e @tab e @tab e
4395
4396 @item
4397
4398 @item @strong{f} @tab fa @tab fa @tab F @tab f @tab f @tab f @tab f
4399
4400 @item
4401
4402 @item @strong{g} @tab sol @tab sol @tab G @tab g @tab g @tab g @tab g
4403
4404 @item
4405
4406 @item @strong{a-flat} @tab la bemolle @tab la bémol @tab As @tab as @tab as
4407 @tab as @tab as
4408
4409 @item
4410
4411 @item @strong{a} @tab la @tab la @tab A @tab a @tab a @tab a @tab a
4412
4413 @item
4414
4415 @item @strong{a-sharp} @tab la diesis @tab la dièse @tab Ais @tab ais @tab
4416 ais @tab ais @tab ais
4417
4418 @item
4419
4420 @item @strong{b-flat} @tab si bemolle @tab si bémol @tab B @tab bes @tab b
4421 @tab b @tab b
4422
4423 @item
4424
4425 @item @strong{b} @tab si @tab si @tab H @tab b @tab h @tab h @tab h
4426
4427 @end multitable
4428
4429
4430 @unnumbered Literature used
4431
4432 @itemize
4433 @item The Harvard Dictionary of Music, London 1944.  Many more or less
4434 literal quotes from its articles have been included into the item
4435 explanation texts.
4436
4437 @item Hugo Riemanns Musiklexicon, Berlin 1929.
4438
4439 @item Polyglottes Wörterbuch der musikalischen Terminologie, Kassel 1980.
4440
4441 @item Oxford Advanced Learner's Dictionary of Current English, Third Edition
4442 1974.
4443
4444 @item Webster's Revised Unabridged Dictionary, Springfield 1913.
4445 @end itemize
4446
4447 @bye