]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/notation/notation-appendices.itely
Doc-de: add translator string to NR files
[lilypond.git] / Documentation / de / notation / notation-appendices.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
2
3 @ignore
4     Translation of GIT committish: 6bf3e9149eb97e66b4c813e41dc7625f06c501aa
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  See TRANSLATION for details.
8 @end ignore
9
10 @c \version "2.12.0"
11
12 @c Translators: Till Paala
13
14 @node Notationsübersicht
15 @appendix Notationsübersicht
16 @translationof Notation manual tables
17
18 @c Please do not delete the following @ignore block.
19 @ignore
20 Note for editors and translators: In the following menu, two entries
21 are needed to link to a pair of automatically generated sections.
22 Please keep them and, if using emacs, do not run
23 texinfo-all-menus-update without manually restoring them back. These
24 menu entries are:
25
26 * Text markup commands::
27 * Text markup list commands::
28
29 and they should go just after
30 * Notenkopfstile::
31
32 and just before
33 * Liste der Arktikulationszeichen::
34 @end ignore
35
36 @menu
37 * Liste der Akkordbezeichnungen::   
38 * Übliche Akkord-Variablen::
39 * Vordefinierte Bund-Diagramme::         
40 * MIDI-Instrumente::         
41 * Liste der Farben::              
42 * Die Feta-Schriftart::               
43 * Notenkopfstile::            
44 * Text markup commands::        
45 * Text markup list commands::   
46 * Liste der Arktikulationszeichen::
47 * Schlagzeugnoten::   
48 * Alle Kontexteigenschaften::      
49 * Eigenschaften des Layouts::           
50 * Bezeichner::                 
51 * Scheme-Funktionen::            
52 @end menu
53
54 @node Liste der Akkordbezeichnungen
55 @appendixsec Liste der Akkordbezeichnungen
56 @translationof Chord name chart
57
58 Die Tabelle zeigt die zwei üblichen Möglichkeiten, wie Akkordbezeichnungen
59 ausgegeben werden. Es wird auch die entsprechende Note ausgegeben.
60
61 @lilypondfile{chord-names-jazz.ly}
62
63
64 @node Übliche Akkord-Variablen
65 @appendixsec Übliche Akkord-Variablen
66 @translationof Common chord modifiers
67
68 Die Tabelle zeigt Modifikatoren für Akkorde, die im @code{\chordmode}-Modus
69 benutzt werden können, um übliche Akkordkonstrukte zu notieren.
70
71 @multitable @columnfractions .2 .3 .2 .2
72
73 @item
74 @b{Akkordtyp}
75 @tab
76 @b{Intervalle}
77 @tab
78 @b{Modifikator(en)}
79 @tab
80 @b{Beispiel}
81
82
83 @item
84 Dur
85 @tab
86 große Terz, Quinte
87 @tab
88 @code{5} oder nichts
89 @tab
90 @lilypond[line-width=3\cm,noragged-right, notime]
91 \chordmode {
92   c1:5
93 }
94 @end lilypond
95
96 @item
97 Moll
98 @tab
99 kleine Terz, Quinte
100 @tab
101 @code{m} oder @code{m5}
102 @tab
103 @lilypond[line-width=3\cm,noragged-right, notime]
104 \chordmode {
105   c1:m
106 }
107 @end lilypond
108
109 @item
110 Übermäßig
111 @tab
112 Große Terz, übermäßige Quinte
113 @tab
114 @code{aug}
115 @tab
116 @lilypond[line-width=3\cm,noragged-right, notime]
117 \chordmode {
118   c1:aug
119 }
120 @end lilypond
121
122 @item
123 Vermindert
124 @tab
125 Kleine Terz, verminderte Quinte
126 @tab
127 @code{dim}
128 @tab
129 @lilypond[line-width=3\cm,noragged-right, notime]
130 \chordmode {
131   c1:dim
132 }
133 @end lilypond
134
135 @item
136 Dominantsieben
137 @tab
138 Durdreiklang, kleine Septime
139 @tab
140 @code{7}
141 @tab
142 @lilypond[line-width=3\cm,noragged-right, notime]
143 \chordmode {
144   c1:7
145 }
146 @end lilypond
147
148 @item
149 Große Septime
150 @tab
151 Durdreiklang, große Septime
152 @tab
153 @code{maj7} oder @code{maj}
154 @tab
155 @lilypond[line-width=3\cm,noragged-right, notime]
156 \chordmode {
157   c1:maj7
158 }
159 @end lilypond
160
161 @item
162 Kleine Septime
163 @tab
164 Molldreiklang, kleine Septime
165 @tab
166 @code{m7}
167 @tab
168 @lilypond[line-width=3\cm,noragged-right, notime]
169 \chordmode {
170   c1:m7
171 }
172 @end lilypond
173
174 @item
175 Verminderte Septime
176 @tab
177 Verminderter Dreiklang, verminderte Septime
178 @tab
179 @code{dim7}
180 @tab
181 @lilypond[line-width=3\cm,noragged-right, notime]
182 \chordmode {
183   c1:dim7
184 }
185 @end lilypond
186
187 @item
188 Übermäßige Septime
189 @tab
190 Übermäßiger Dreiklang, kleine Septime
191 @tab
192 @code{aug7}
193 @tab
194 @lilypond[line-width=3\cm,noragged-right, notime]
195 \chordmode {
196   c1:aug7
197 }
198 @end lilypond
199
200 @item
201 halbverminderte Septime
202 @tab
203 Verminderter Dreklang, kleine Sept
204 @tab
205 @code{m7.5-}
206 @tab
207 @lilypond[line-width=3\cm,noragged-right, notime]
208 \chordmode {
209   c1:m7.5-
210 }
211 @end lilypond
212
213 @item
214 Kleine MollSept
215 @tab
216 Molldreiklang, Durseptime
217 @tab
218 @code{maj7.5-}
219 @tab
220 @lilypond[line-width=3\cm,noragged-right, notime]
221 \chordmode {
222   c1:maj7.5-
223 }
224 @end lilypond
225
226 @item
227 Große Sexte
228 @tab
229 Durdreiklang, Sexte
230 @tab
231 @code{6}
232 @tab
233 @lilypond[line-width=3\cm,noragged-right, notime]
234 \chordmode {
235   c1:6
236 }
237 @end lilypond
238
239 @item
240 Kleine Sexte
241 @tab
242 Molldreiklang, Sexte
243 @tab
244 @code{m6}
245 @tab
246 @lilypond[line-width=3\cm,noragged-right, notime]
247 \chordmode {
248   c1:m6
249 }
250 @end lilypond
251
252 @item
253 Dominantnone
254 @tab
255 Dominantsept, große None
256 @tab
257 @code{9}
258 @tab
259 @lilypond[line-width=3\cm,noragged-right, notime]
260 \chordmode {
261   c1:9
262 }
263 @end lilypond
264
265 @item
266 Dur None
267 @tab
268 Große None, große Septime
269 @tab
270 @code{maj9}
271 @tab
272 @lilypond[line-width=3\cm,noragged-right, notime]
273 \chordmode {
274   c1:maj9
275 }
276 @end lilypond
277
278 @item
279 Moll None
280 @tab
281 Große None, kleine Septime
282 @tab
283 @code{m9}
284 @tab
285 @lilypond[line-width=3\cm,noragged-right, notime]
286 \chordmode {
287   c1:m9
288 }
289 @end lilypond
290
291 @item
292 Dominantundezime
293 @tab
294 Dominantnone, perfekte Undezime
295 @tab
296 @code{11}
297 @tab
298 @lilypond[line-width=3\cm,noragged-right, notime]
299 \chordmode {
300   c1:11
301 }
302 @end lilypond
303
304 @item
305 Durundezime
306 @tab
307 Große None, perfekte Unidezime
308 @tab
309 @code{maj11}
310 @tab
311 @lilypond[line-width=3\cm,noragged-right, notime]
312 \chordmode {
313   c1:maj11
314 }
315 @end lilypond
316
317 @item
318 Mollundezime
319 @tab
320 Kleine None, perfekte Undezime
321 @tab
322 @code{m11}
323 @tab
324 @lilypond[line-width=3\cm,noragged-right, notime]
325 \chordmode {
326   c1:m11
327 }
328 @end lilypond
329
330 @item
331 Dominant-13
332 @tab
333 Dominantnone, große 13
334 @tab
335 @code{13}
336 @tab
337 @lilypond[line-width=3\cm,noragged-right, notime]
338 \chordmode {
339   c1:13
340 }
341 @end lilypond
342
343 @item
344 Dominant-13
345 @tab
346 @code{13.11}
347 @tab
348 @lilypond[line-width=3\cm,noragged-right, notime]
349 \chordmode {
350   c1:13.11
351 }
352 @end lilypond
353
354 @item
355 Dur-13
356 @tab
357 Große Undezime, große 13
358 @tab
359 @code{maj13.11}
360 @tab
361 @lilypond[line-width=3\cm,noragged-right, notime]
362 \chordmode {
363   c1:maj13.11
364 }
365 @end lilypond
366
367 @item
368 Moll-13
369 @tab
370 Kleine Undezime, große 13
371 @tab
372 @code{m13.11}
373 @tab
374 @lilypond[line-width=3\cm,noragged-right, notime]
375 \chordmode {
376   c1:m13.11
377 }
378 @end lilypond
379
380 @item
381 Sekundakkord
382 @tab
383 große Sekunde, perfekte Quinte
384 @tab
385 @code{sus2}
386 @tab
387 @lilypond[line-width=3\cm,noragged-right, notime]
388 \chordmode {
389   c1:sus2
390 }
391 @end lilypond
392
393 @item
394 Quartakkord
395 @tab
396 perfekte Quarte, perfekte Quinte
397 @tab
398 @code{sus4}
399 @tab
400 @lilypond[line-width=3\cm,noragged-right, notime]
401 \chordmode {
402   c1:sus4
403 }
404 @end lilypond
405
406
407 @end multitable
408
409
410 @node Vordefinierte Bund-Diagramme
411 @appendixsec Vordefinierte Bund-Diagramme
412 @translationof Predefined fretboard diagrams
413
414 Die Tabelle zeigt alle vordefinierten Bunddiagramme.
415
416 @lilypondfile{display-predefined-fretboards.ly}
417
418
419
420 @node MIDI-Instrumente
421 @appendixsec MIDI-Instrumente
422 @translationof MIDI instruments
423
424 Hier eine Liste von Musikinstrumentenbezeichnungen, die als Name für 
425 @code{midiInstrument} benutzt werden können.
426 @c Todo: translate music instrument's names to German
427
428 @cindex MIDI-Instrumentenbezeichnungen
429
430 @example
431 acoustic grand            contrabass           lead 7 (fifths)
432 bright acoustic           tremolo strings      lead 8 (bass+lead)
433 electric grand            pizzicato strings    pad 1 (new age)
434 honky-tonk                orchestral harp      pad 2 (warm)
435 electric piano 1          timpani              pad 3 (polysynth)
436 electric piano 2          string ensemble 1    pad 4 (choir)
437 harpsichord               string ensemble 2    pad 5 (bowed)
438 clav                      synthstrings 1       pad 6 (metallic)
439 celesta                   synthstrings 2       pad 7 (halo)
440 glockenspiel              choir aahs           pad 8 (sweep)
441 music box                 voice oohs           fx 1 (rain)
442 vibraphone                synth voice          fx 2 (soundtrack)
443 marimba                   orchestra hit        fx 3 (crystal)
444 xylophone                 trumpet              fx 4 (atmosphere)
445 tubular bells             trombone             fx 5 (brightness)
446 dulcimer                  tuba                 fx 6 (goblins)
447 drawbar organ             muted trumpet        fx 7 (echoes)
448 percussive organ          french horn          fx 8 (sci-fi)
449 rock organ                brass section        sitar
450 church organ              synthbrass 1         banjo
451 reed organ                synthbrass 2         shamisen
452 accordion                 soprano sax          koto
453 harmonica                 alto sax             kalimba
454 concertina                tenor sax            bagpipe
455 acoustic guitar (nylon)   baritone sax         fiddle
456 acoustic guitar (steel)   oboe                 shanai
457 electric guitar (jazz)    english horn         tinkle bell
458 electric guitar (clean)   bassoon              agogo
459 electric guitar (muted)   clarinet             steel drums
460 overdriven guitar         piccolo              woodblock
461 distorted guitar          flute                taiko drum
462 guitar harmonics          recorder             melodic tom
463 acoustic bass             pan flute            synth drum
464 electric bass (finger)    blown bottle         reverse cymbal
465 electric bass (pick)      shakuhachi           guitar fret noise
466 fretless bass             whistle              breath noise
467 slap bass 1               ocarina              seashore
468 slap bass 2               lead 1 (square)      bird tweet
469 synth bass 1              lead 2 (sawtooth)    telephone ring
470 synth bass 2              lead 3 (calliope)    helicopter
471 violin                    lead 4 (chiff)       applause
472 viola                     lead 5 (charang)     gunshot
473 cello                     lead 6 (voice)
474 @end example
475
476
477 @node Liste der Farben
478 @appendixsec Liste der Farben
479 @translationof List of colors
480
481 @subsubheading Normale Farben
482
483 Die Syntax zur Benutzung findet sich im Abschnitt @ref{Farbige Objekte}.
484
485 @cindex Liste der Farben
486 @cindex Farben, Liste
487
488 @verbatim
489 black       white          red         green
490 blue        cyan           magenta     yellow
491 grey        darkred        darkgreen   darkblue
492 darkcyan    darkmagenta    darkyellow
493 @end verbatim
494
495
496 @subsubheading X-Farbbezeichnungen
497
498 X-Farbbezeichnungen haben verschiedene Varianten:
499
500 Alle Bezeichnungen, die als einziges Wort mit Großbuchstaben 
501 geschrieben werden (bspw. @q{LightSlateBlue}), können auch 
502 von Leerzeichen getrennt geschrieben werden
503 (also @q{light slate blue}).
504
505 Das Wort @q{grey} kann in jedem Fall auch @q{gray} geschrieben 
506 werden (bspw. @q{DarkSlateGray}).
507
508 Manche Bezeichnungen können auch ein numerales Suffix tragen 
509 (etwa @q{LightSalmon4}).
510
511
512 @subsubheading Farben ohne eine numerale Endung
513
514 @verbatim
515 snow            GhostWhite      WhiteSmoke      gainsboro       FloralWhite
516 OldLace         linen           AntiqueWhite    PapayaWhip      BlanchedAlmond
517 bisque          PeachPuff       NavajoWhite     moccasin        cornsilk
518 ivory           LemonChiffon    seashell        honeydew        MintCream
519 azure           AliceBlue       lavender        LavenderBlush   MistyRose
520 white           black           DarkSlateGrey   DimGrey         SlateGrey
521 LightSlateGrey  grey            LightGrey       MidnightBlue    navy
522 NavyBlue        CornflowerBlue  DarkSlateBlue   SlateBlue       MediumSlateBlue
523 LightSlateBlue  MediumBlue      RoyalBlue       blue            DodgerBlue
524 DeepSkyBlue     SkyBlue         LightSkyBlue    SteelBlue       LightSteelBlue
525 LightBlue       PowderBlue      PaleTurquoise   DarkTurquoise   MediumTurquoise
526 turquoise       cyan            LightCyan       CadetBlue       MediumAquamarine
527 aquamarine      DarkGreen       DarkOliveGreen  DarkSeaGreen    SeaGreen
528 MediumSeaGreen  LightSeaGreen   PaleGreen       SpringGreen     LawnGreen
529 green           chartreuse      MediumSpringGreen       GreenYellow     LimeGreen
530 YellowGreen     ForestGreen     OliveDrab       DarkKhaki       khaki
531 PaleGoldenrod   LightGoldenrodYellow    LightYellow     yellow  gold
532 LightGoldenrod  goldenrod       DarkGoldenrod   RosyBrown       IndianRed
533 SaddleBrown     sienna          peru            burlywood       beige
534 wheat           SandyBrown      tan             chocolate       firebrick
535 brown           DarkSalmon      salmon          LightSalmon     orange
536 DarkOrange      coral           LightCoral      tomato          OrangeRed
537 red             HotPink         DeepPink        pink            LightPink
538 PaleVioletRed   maroon          MediumVioletRed VioletRed       magenta
539 violet          plum            orchid          MediumOrchid    DarkOrchid
540 DarkViolet      BlueViolet      purple          MediumPurple    thistle
541 DarkGrey        DarkBlue        DarkCyan        DarkMagenta     DarkRed
542 LightGreen
543 @end verbatim
544
545
546 @subsubheading Farben mit einer numeralen Endung
547
548 Für die folgenden Bezeichnungen kann das Suffix N durch eine 
549 Zahl von 1--4 ersetzt werden.
550
551 @verbatim
552 snowN           seashellN       AntiqueWhiteN   bisqueN         PeachPuffN
553 NavajoWhiteN    LemonChiffonN   cornsilkN       ivoryN          honeydewN
554 LavenderBlushN  MistyRoseN      azureN          SlateBlueN      RoyalBlueN
555 blueN           DodgerBlueN     SteelBlueN      DeepSkyBlueN    SkyBlueN
556 LightSkyBlueN   LightSteelBlueN LightBlueN      LightCyanN      PaleTurquoiseN
557 CadetBlueN      turquoiseN      cyanN           aquamarineN     DarkSeaGreenN
558 SeaGreenN       PaleGreenN      SpringGreenN    greenN          chartreuseN
559 OliveDrabN      DarkOliveGreenN khakiN          LightGoldenrodN LightYellowN
560 yellowN         goldN           goldenrodN      DarkGoldenrodN  RosyBrownN
561 IndianRedN      siennaN         burlywoodN      wheatN          tanN
562 chocolateN      firebrickN      brownN          salmonN         LightSalmonN
563 orangeN         DarkOrangeN     coralN          tomatoN         OrangeRedN
564 redN            DeepPinkN       HotPinkN        pinkN           LightPinkN
565 PaleVioletRedN  maroonN         VioletRedN      magentaN        orchidN
566 plumN           MediumOrchidN   DarkOrchidN     purpleN         MediumPurpleN
567 thistleN
568 @end verbatim
569
570
571 @subsubheading Grauskala
572
573 Eine Grauskala kann mit der Bezeichnung
574
575 @example
576 greyN
577 @end example
578
579 @noindent
580 erstellt werden, wobei N eine Zahl von 0--100 darstellt.
581
582
583 @node Die Feta-Schriftart
584 @appendixsec Die Feta-Schriftart
585 @translationof The Feta font
586
587 @cindex Feta font
588 @cindex Font, Feta
589
590 Die folgenden Symbole sind als Emmentaler-Schriftart verfügbar; auf sie 
591 kann direkt zugegriffen werden, indem man die übliche Textbeschriftung 
592 benutzt. @code{\musicglyph} greift direkt auf die Notationsschriftart 
593 zu (bspw. @code{g^\markup @{
594 \musicglyph #"scripts.segno" @}}). Siehe auch @ref{Text formatieren}.
595
596 @lilypondfile[noindent]{font-table.ly}
597
598
599 @node Notenkopfstile
600 @appendixsec Notenkopfstile
601 @translationof Note head styles
602
603 @cindex Notenkopfarten
604 @cindex Arten von Notenköpfen
605 @cindex Stile, Notenköpfe
606
607 Folgende Stile können zur Darstellung der Notenköpfe verwendet werden:
608
609 @lilypondfile[noindent]{note-head-style.ly}
610
611 @include markup-commands.tely
612
613 @include markup-list-commands.tely
614
615 @node Liste der Arktikulationszeichen
616 @appendixsec Liste der Arktikulationszeichen
617 @translationof List of articulations
618
619 @cindex Akzent
620 @cindex Marcato
621 @cindex Staccatissimo
622 @cindex Espressivo
623 @cindex Fermate
624 @cindex Gedämpft
625 @cindex Staccato
626 @cindex Portato
627 @cindex Tenuto
628 @cindex Aufstrich
629 @cindex Abstrich
630 @cindex Fußbezeichnung
631 @cindex Orgelpedalbezeichnung
632 @cindex Triller
633 @cindex Offen
634 @cindex Flageolet
635 @cindex Praller
636 @cindex Mordent
637 @cindex Doppelpraller
638 @cindex Prallermordent
639 @cindex Fingersatz
640 @cindex Daumenbezeichnung
641 @cindex Segno
642 @cindex Coda
643 @cindex Varcoda
644
645 @lilypondfile[quote,texidoc]{script-chart.ly}
646
647
648 @node Schlagzeugnoten
649 @appendixsec Schlagzeugnoten
650 @translationof Percussion notes
651
652 @lilypondfile[quote]{percussion-chart.ly}
653
654
655 @node Alle Kontexteigenschaften
656 @appendixsec Alle Kontexteigenschaften
657 @translationof All context properties
658
659 @include context-properties.tely
660
661
662 @node Eigenschaften des Layouts
663 @appendixsec Eigenschaften des Layouts
664 @translationof Layout properties
665
666 @include layout-properties.tely
667
668
669 @node Bezeichner
670 @appendixsec Bezeichner
671 @translationof Identifiers
672
673 @include identifiers.tely
674
675
676 @node Scheme-Funktionen
677 @appendixsec Scheme-Funktionen
678 @translationof Scheme functions
679
680 @include scheme-functions.tely
681