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