]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/notation/percussion.itely
Fixed errors in Catalan translation
[lilypond.git] / Documentation / de / notation / percussion.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
2
3 @ignore
4     Translation of GIT committish: e5a609e373eae846857f9a6d70a402a3d42b7d94
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  For details, see the Contributors'
8     Guide, node Updating translation committishes.
9 @end ignore
10
11 @c \version "2.17.30"
12
13 @c Translators: Till Paala
14
15 @node Schlagzeug
16 @section Schlagzeug
17 @translationof Percussion
18
19 @menu
20 * Übliche Notation für Schlagzeug::
21 @end menu
22
23
24 @node Übliche Notation für Schlagzeug
25 @subsection Übliche Notation für Schlagzeug
26 @translationof Common notation for percussion
27
28 Rhythmusnotation wird vor allem für Schlaginstrumente eingesetzt,
29 aber hiermit kann auch der Rhythmus einer Melodie dargestellt werden.
30
31
32 @menu
33 * Referenz für Schlagzeug::
34 * Grundlagen der Schlagzeugnotation::
35 * Trommelwirbel::
36 * Schlagzeug mit Tonhöhe::
37 * Schlagzeugsysteme::
38 * Eigene Schlagzeugsysteme::
39 * Geisternoten::
40 @end menu
41
42
43 @node Referenz für Schlagzeug
44 @unnumberedsubsubsec Referenz für Schlagzeug
45 @translationof References for percussion
46
47 @itemize
48
49 @item Viele Schlagzeugmusik kann auf einem rhythmischen System notiert
50 werden.  Das wird gezeigt in
51 @ref{Melodierhythmus anzeigen} und @ref{Neue Notensysteme erstellen}.
52
53 @item MIDI-Ausgabe wird behandelt in
54 @ref{Schlagzeug in MIDI}.
55
56 @end itemize
57
58
59 @seealso
60 Notationsreferenz:
61 @ref{Melodierhythmus anzeigen},
62 @ref{Neue Notensysteme erstellen}.
63 @ref{Schlagzeug in MIDI}.
64
65 Schnipsel:
66 @rlsr{Percussion}.
67
68
69 @node Grundlagen der Schlagzeugnotation
70 @unnumberedsubsubsec Grundlagen der Schlagzeugnotation
71 @translationof Basic percussion notation
72
73 @cindex Perkussion
74 @cindex Drums
75 @cindex Schlagzeug
76
77 Schlagzeug-Noten können im @code{\drummode}-Modus notiert werden,
78 der sich ähnlich verhält wie der Standardmodus für die Noteneingabe.
79 Am einfachsten kann der @code{\drums}-Befehl benutzt werden, der sich
80 um den richtigen Kontext und Eingabemodus kümmert:
81
82 @lilypond[quote,verbatim]
83 \drums {
84   hihat4 hh bassdrum bd
85 }
86 @end lilypond
87
88 @noindent
89 Das ist die Kurzschreibweise für:
90
91 @lilypond[quote,verbatim]
92 \new DrumStaff {
93   \drummode {
94     hihat4 hh bassdrum bd
95   }
96 }
97 @end lilypond
98
99 Jedes Schlagzeuginstrument hat einen langen Namen und eine Abkürzung,
100 und beide können nebeneinander benutzt werden.  Eine Liste der
101 Notenbezeichnungen für Schlagzeug findet sich in @ref{Schlagzeugnoten}.
102
103 Beachten Sie, dass normale Tonhöhen (wie @code{cis4}) in einem
104 @code{DrumStaff}-Kontext eine Fehlernachricht erzielen.  Schlüssel für
105 Schlagzeug werden automatisch hinzugefügt, aber sie können auch explizit
106 gesetzt Werden.  Auch andere Schlüssel können benutzt werden.
107
108 @lilypond[quote,ragged-right,verbatim]
109 \drums {
110   \clef percussion
111   bd4 bd bd bd
112   \clef treble
113   hh4 hh hh hh
114 }
115 @end lilypond
116
117 Es gibt einige Probleme mit der MIDI-Unterstützung für Schlagzeuginstrumente.
118 Details finden sich in @ref{Schlagzeug in MIDI}.
119
120 @seealso
121 Notationsreferenz:
122 @ref{Schlagzeug in MIDI},
123 @ref{Schlagzeugnoten}.
124
125 Installierte Dateien:
126 @file{ly/drumpitch-init.ly}.
127
128 Schnipsel:
129 @rlsr{Percussion}.
130
131
132 @node Trommelwirbel
133 @unnumberedsubsubsec Trommelwirbel
134 @translationof Drum rolls
135
136 Trommelwirbel werden mit drei Balken durch den Notenhals notiert. Für
137 Viertelnoten oder längere Noten werden die drei Balken explizit notiert,
138 Achtel werden mit zwei Balken gezeigt (und der dritte ist der eigentliche
139 Balken), und Trommelwirbel mit kürzeren Werten als Achtelnoten
140 haben einen Balken zusätzlich zu den eigentlichen Balken der Noten.
141 Dieses Verhalten wird mit der Tremolonotation erreicht, wie in
142 @ref{Tremolo-Wiederholung} gezeigt.
143
144 @lilypond[quote,verbatim]
145 \drums {
146   \time 2/4
147   sn16 sn8 sn16 sn8 sn8:32 ~
148   sn8 sn8 sn4:32 ~
149   sn4 sn8 sn16 sn16
150   sn4 r4
151 }
152 @end lilypond
153
154 Benutzung der Stöcke kann angezeigt werden, indem eine Beschriftung
155 durch @code{"R"} oder @code{"L"} über oder unter der Note angefügt wird,
156 Näheres in @ref{Richtung und Platzierung}.  Die @code{staff-padding}-Eigenschaft
157 kann verändert werden, um eine Orientierung an einer gemeinsamen
158 Linie zu ermöglichen.
159
160 @lilypond[quote,verbatim]
161 \drums {
162   \repeat unfold 2 {
163     sn16^"L" sn^"R" sn^"L" sn^"L" sn^"R" sn^"L" sn^"R" sn^"R"
164     \stemUp
165     sn16_"L" sn_"R" sn_"L" sn_"L" sn_"R" sn_"L" sn_"R" sn_"R"
166   }
167 }
168 @end lilypond
169
170
171 @seealso
172
173 Notationsreferenz:
174 @ref{Tremolo-Wiederholung}.
175
176 Schnipsel:
177 @rlsr{Percussion}.
178
179
180 @node Schlagzeug mit Tonhöhe
181 @unnumberedsubsubsec Schlagzeug mit Tonhöhe
182 @translationof Pitched percussion
183
184 Bestimmte Schlagzeuginstrumente mit Tonhöhe (z. B. Xylophone,
185 vibraphone und Pauken) werden auf normalen Systemen geschrieben.  Das
186 wird in anderen Abschnitten des Handbuchs behandelt.
187
188
189 @seealso
190 @c TODO: possibly link to an alternate section of NR 3.5, if
191 @c "percussion in MIDI" gets a separate subsubsection for
192 @c pitched percussion sounds.  -gp
193 Notationsreferenz:
194 @ref{Schlagzeug in MIDI}.
195
196 Schnipsel:
197 @rlsr{Percussion}.
198
199
200 @node Schlagzeugsysteme
201 @unnumberedsubsubsec Schlagzeugsysteme
202 @translationof Percussion staves
203
204 @cindex Perkussion
205 @cindex Schlagzeug
206
207 Ein Schlagzeug-System besteht üblicherweise aus einem Notensystem
208 mit mehreren Linien, wobei jede Linie ein bestimmtes Schlagzeug-Instrument
209 darstellt.  Um die Noten darstellen zu können, müssen sie sich innerhalb von
210 einem @code{DrumStaff}- und einem
211 @code{DrumVoice}-Kontext befinden.
212
213 @lilypond[quote,verbatim]
214 up = \drummode {
215   crashcymbal4 hihat8 halfopenhihat hh hh hh openhihat
216 }
217 down = \drummode {
218   bassdrum4 snare8 bd r bd sn4
219 }
220 \new DrumStaff <<
221   \new DrumVoice { \voiceOne \up }
222   \new DrumVoice { \voiceTwo \down }
223 >>
224 @end lilypond
225
226 Das Beispiel zeigt ausdrücklich definierte mehrstimmige Notation. Die
227 Kurznotation für mehrstimmige Musik, wie sie im Abschnitt
228 @rlearning{Ich höre Stimmen} beschrieben wird, kann auch verwendet werden.
229
230 @lilypond[quote,verbatim]
231 \new DrumStaff <<
232   \drummode {
233     bd4 sn4 bd4 sn4
234     << {
235       \repeat unfold 16 hh16
236     } \\ {
237       bd4 sn4 bd4 sn4
238     } >>
239   }
240 >>
241 @end lilypond
242
243 Es gibt auch weitere Layout-Einstellungen. Um diese zu verwenden,
244 muss die Eigenschaft @code{drumStyleTable} im
245 @code{DrumVoice}-Kontext entsprechend eingestellt werden.
246 Folgende Variablen sind vordefiniert:
247
248 @table @code
249 @item drums-style
250 Das ist die Standardeinstellung. Hiermit wird ein typisches
251 Schlagzeug-System auf fünf Notenlinien erstellt.
252
253 @lilypond[quote,line-width=10.0\cm]
254 nam = \lyricmode {
255   cymc cyms cymr hh hhc hho hhho hhp
256   cb hc bd sn ss tomh tommh tomml toml tomfh tomfl }
257 mus = \drummode {
258   cymc cyms cymr hh hhc hho hhho hhp \break
259   cb hc bd sn ss tomh tommh tomml toml tomfh tomfl s16 }
260 \score {
261   << \new DrumStaff \with {
262        \remove "Bar_engraver"
263        \remove "Time_signature_engraver"
264        \hide Stem
265        \override Stem.Y-extent = ##f
266      } \mus
267      \new Lyrics \nam
268   >>
269   \layout {
270     \context {
271       \Score
272       \override LyricText.font-family = #'typewriter
273       \override BarNumber.transparent =##T
274     }
275   }
276 }
277 @end lilypond
278
279 Die Schlagzeugdefinitionen unterstützen sechs unterschiedliche
280 Tom Toms. Falls eine geringere Anzahl verwendet wird, kann man
281 einfach die Tom Toms auswählen, deren Notation man haben will.
282 Tom Toms auf den drei mittleren Linien werden mit den Bezeichnungen
283 @code{tommh}, @code{tomml} und @code{tomfh} notiert.
284
285 @item timbales-style
286 Hiermit werden Timbale auf zwei Notenlinien gesetzt.
287
288 @lilypond[quote,ragged-right]
289 nam = \lyricmode { timh ssh timl ssl cb }
290 mus = \drummode { timh ssh timl ssl cb s16 }
291
292 <<
293   \new DrumStaff \with {
294     \remove "Bar_engraver"
295     \remove "Time_signature_engraver"
296     \hide Stem
297     \override Stem.Y-extent = ##f
298     \override StaffSymbol.line-count = #2
299     \override StaffSymbol.staff-space = #2
300     \override VerticalAxisGroup.minimum-Y-extent = #'(-3.0 . 4.0)
301     drumStyleTable = #timbales-style
302   } \mus
303   \new Lyrics {
304     \override LyricText.font-family = #'typewriter
305     \nam
306   }
307 >>
308 @end lilypond
309
310 @item congas-style
311 Hiermit werden Congas auf zwei Linien gesetzt.
312
313 @lilypond[quote,ragged-right]
314 nam = \lyricmode { cgh cgho cghm ssh cgl cglo cglm ssl }
315 mus = \drummode { cgh cgho cghm ssh cgl cglo cglm ssl s16 }
316
317 <<
318   \new DrumStaff \with {
319     \remove "Bar_engraver"
320     \remove "Time_signature_engraver"
321     drumStyleTable = #congas-style
322     \override StaffSymbol.line-count = #2
323
324     %% this sucks; it will lengthen stems.
325     \override StaffSymbol.staff-space = #2
326     \hide Stem
327     \override Stem.Y-extent = ##f
328   } \mus
329   \new Lyrics {
330     \override LyricText.font-family = #'typewriter
331     \nam
332   }
333 >>
334 @end lilypond
335
336 @item bongos-style
337 Hiermit werden Bongos auf zwei Linien gesetzt.
338
339 @lilypond[quote,ragged-right]
340 nam = \lyricmode { boh boho bohm ssh bol bolo bolm ssl }
341 mus = \drummode { boh boho bohm ssh bol bolo bolm ssl s16 }
342
343 <<
344   \new DrumStaff \with {
345     \remove "Bar_engraver"
346     \remove "Time_signature_engraver"
347     \override StaffSymbol.line-count = #2
348     drumStyleTable = #bongos-style
349
350     %% this sucks; it will lengthen stems.
351     \override StaffSymbol.staff-space = #2
352     \hide Stem
353     \override Stem.Y-extent = ##f
354   } \mus
355   \new Lyrics {
356     \override LyricText.font-family = #'typewriter
357     \nam
358   }
359 >>
360 @end lilypond
361
362 @item percussion-style
363 Dieser Stil ist für alle einfachen Perkussionsinstrumente auf einer Notenlinie.
364
365 @lilypond[quote,ragged-right]
366 nam = \lyricmode { tri trio trim gui guis guil cb cl tamb cab mar hc }
367 mus = \drummode { tri trio trim gui guis guil cb cl tamb cab mar hc s16 }
368
369 <<
370   \new DrumStaff \with{
371     \remove "Bar_engraver"
372     drumStyleTable = #percussion-style
373     \override StaffSymbol.line-count = #1
374     \remove "Time_signature_engraver"
375     \hide Stem
376     \override Stem.Y-extent = ##f
377   } \mus
378   \new Lyrics {
379     \override LyricText.font-family = #'typewriter
380     \nam
381   }
382 >>
383 @end lilypond
384 @end table
385
386
387 @node Eigene Schlagzeugsysteme
388 @unnumberedsubsubsec Eigene Schlagzeugsysteme
389 @translationof Custom percussion staves
390
391 Wenn ihnen keine der vordefinierten Stile gefällt, können Sie auch eine
392 eigene Liste der Positionen und Notenköpfe am Anfang ihrer Datei erstellen.
393
394 @lilypond[quote,verbatim]
395 #(define mydrums '(
396          (bassdrum        default   #f           -1)
397          (snare           default   #f           0)
398          (hihat           cross     #f           1)
399          (halfopenhihat   cross     "halfopen"   1)
400          (pedalhihat      xcircle   "stopped"    2)
401          (lowtom          diamond   #f           3)))
402 up = \drummode { hh8 hh hhho hhho hhp4 hhp }
403 down = \drummode { bd4 sn bd toml8 toml }
404
405 \new DrumStaff <<
406   \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
407   \new DrumVoice { \voiceOne \up }
408   \new DrumVoice { \voiceTwo \down }
409 >>
410 @end lilypond
411
412
413 @snippets
414
415 Hier einige Beispiele:
416
417 Zwei Holzblöcke, notiert mit wbh (hoch) und wbl (tief)
418
419 @lilypond[quote,verbatim]
420 % These lines define the position of the woodblocks in the stave;
421 % if you like, you can change it or you can use special note heads
422 % for the woodblocks.
423 #(define mydrums '((hiwoodblock default #t  3)
424                    (lowoodblock default #t -2)))
425
426 woodstaff = {
427   % This defines a staff with only two lines.
428   % It also defines the positions of the two lines.
429   \override Staff.StaffSymbol.line-positions = #'(-2 3)
430
431   % This is necessary; if not entered, the barline would be too short!
432   \override Staff.BarLine.bar-extent = #'(-1.5 . 1.5)
433 }
434
435 \new DrumStaff {
436   \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
437
438   % with this you load your new drum style table
439   \woodstaff
440
441   \drummode {
442     \time 2/4
443     wbl8 wbl16 wbl wbh8-> wbl |
444     wbl8 wbl16 wbh-> ~ wbh wbl16 r8 |
445   }
446 }
447 @end lilypond
448
449 In diesem Spezialfalls muss die Länge der Taktlinie mit
450 @code{\override Staff.BarLine.bar-extent #'(von . bis)} angepasst werden.
451 Andernfalls wäre sie zu kurz.  Die Position der beiden Linien muss
452 auch definiert werden.
453
454 Tamburin, notiert mit @code{tamb}:
455
456 @lilypond[quote,verbatim]
457 #(define mydrums '((tambourine default #t 0)))
458
459 tambustaff = {
460   \override Staff.StaffSymbol.line-positions = #'( 0 )
461   \override Staff.BarLine.bar-extent = #'(-1.5 . 1.5)
462   \set DrumStaff.instrumentName = #"Tambourine"
463 }
464
465 \new DrumStaff {
466   \tambustaff
467   \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
468
469   \drummode {
470     \time 6/8
471     tamb8. tamb16 tamb8 tamb tamb tamb |
472     tamb4. tamb8 tamb tamb |
473     % the trick with the scaled duration and the shorter rest
474     % is neccessary for the correct ending of the trill-span!
475     tamb2.*5/6 \startTrillSpan s8 \stopTrillSpan |
476   }
477 }
478 @end lilypond
479
480 Noten für Tam-Tam (notiert mit @code{tt}):
481
482 @lilypond[quote,verbatim]
483 #(define mydrums '((tamtam default #t 0)))
484
485 tamtamstaff = {
486   \override Staff.StaffSymbol.line-positions = #'( 0 )
487   \override Staff.BarLine.bar-extent = #'(-1.5 . 1.5)
488   \set DrumStaff.instrumentName = #"Tamtam"
489 }
490
491 \new DrumStaff {
492   \tamtamstaff
493   \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
494
495   \drummode {
496     tt 1 \pp \laissezVibrer
497   }
498 }
499 @end lilypond
500
501 Zwei Glocken, notiert mit @code{cb} (Kuhglocke) und @code{rb}
502 (Reiterglocke)
503
504 @lilypond[quote,verbatim]
505 #(define mydrums '((ridebell default #t  3)
506                    (cowbell  default #t -2)))
507
508 bellstaff = {
509   \override DrumStaff.StaffSymbol.line-positions = #'(-2 3)
510   \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
511   \override Staff.BarLine.bar-extent = #'(-1.5 . 1.5)
512   \set DrumStaff.instrumentName = #"Different Bells"
513 }
514
515 \new DrumStaff {
516   \bellstaff
517   \drummode {
518     \time 2/4
519     rb8 rb cb cb16 rb-> ~ |
520     rb16 rb8 rb16 cb8 cb |
521   }
522 }
523 @end lilypond
524
525 Hier ein kurzes Beispiel von Stravinsky (aus @qq{L'histoire du Soldat}):
526
527 @lilypond[quote,verbatim]
528 #(define mydrums '((bassdrum   default #t  4)
529                    (snare      default #t -4)
530                    (tambourine default #t  0)))
531
532 global = {
533   \time 3/8 s4.
534   \time 2/4 s2*2
535   \time 3/8 s4.
536   \time 2/4 s2
537 }
538
539 drumsA = {
540   \context DrumVoice <<
541     { \global }
542     { \drummode {
543         \autoBeamOff
544         \stemDown sn8 \stemUp tamb s8 |
545         sn4 \stemDown sn4 |
546         \stemUp tamb8 \stemDown sn8 \stemUp sn16 \stemDown sn \stemUp sn8 |
547         \stemDown sn8 \stemUp tamb s8 |
548         \stemUp sn4 s8 \stemUp tamb
549       }
550     }
551   >>
552 }
553
554 drumsB = {
555   \drummode {
556     s4 bd8 s2*2 s4 bd8 s4 bd8 s8
557   }
558 }
559
560 \layout {
561   indent = #40
562 }
563
564 \score {
565   \new StaffGroup <<
566     \new DrumStaff {
567       \set DrumStaff.instrumentName = \markup {
568         \column {
569           "Tambourine"
570           "et"
571           "caisse claire s. timbre"
572         }
573       }
574       \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
575       \drumsA
576     }
577
578    \new DrumStaff {
579      \set DrumStaff.instrumentName = #"Grosse Caisse"
580      \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
581      \drumsB }
582   >>
583 }
584 @end lilypond
585
586
587 @seealso
588 Schnipsel:
589 @rlsr{Percussion}.
590
591 Referenz der Interna:
592 @rinternals{DrumStaff},
593 @rinternals{DrumVoice}.
594
595
596 @node Geisternoten
597 @unnumberedsubsubsec Geisternoten
598 @translationof Ghost notes
599
600 Geisternoten für Schlagzeug und Perkussion können mit dem
601 Klammer- (@code{\parenthesize})-Befehl, beschrieben in @ref{Klammern},
602 erstellt werden. Im Standard-@code{\drummode}-Modus ist aber
603 das @code{Parenthesis_engraver}-Plugin nicht automatisch enthalten.
604
605 @lilypond[quote,ragged-right,verbatim]
606 \new DrumStaff \with {
607   \consists "Parenthesis_engraver"
608 }
609 <<
610   \context DrumVoice  = "1" { s1 }
611   \context DrumVoice  = "2" { s1 }
612   \drummode {
613     <<
614       {
615         hh8[ hh] <hh sn> hh16
616         < \parenthesize sn > hh
617         < \parenthesize sn > hh8 <hh sn> hh
618       } \\
619       {
620         bd4 r4 bd8 bd r8 bd
621       }
622     >>
623   }
624 >>
625 @end lilypond
626
627 @noindent
628 Um jede Klammer-Definition (@code{\parenthesize}) müssen
629  zusätzlich die spitzen
630 Klammern für Akkorde (@code{< >}) gesetzt werden.
631
632 @seealso
633 Schnipsel:
634 @rlsr{Percussion}.