X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fde%2Fuser%2Fkeyboards.itely;h=37700dc006a36b6c30c5540c3d3f2232fc73daa5;hb=9df028798b2c22993f79207b8ab086e226e053a5;hp=fd76cbb8f6e35856b17cfc980128fc652e8dc599;hpb=a6a4b3fc2009f17a1a48cca0c11bfd3f38645937;p=lilypond.git diff --git a/Documentation/de/user/keyboards.itely b/Documentation/de/user/keyboards.itely index fd76cbb8f6..37700dc006 100644 --- a/Documentation/de/user/keyboards.itely +++ b/Documentation/de/user/keyboards.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*- @c This file is part of lilypond.tely @ignore - Translation of GIT committish: 2c00bdbfaf62dd90863331c4713e6b29e32c9322 + Translation of GIT committish: 4770e4e71ebff6104cad46bd2d889c3ff6ba3875 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @@ -112,6 +112,13 @@ können, sind demonstriert in @end itemize + +@c @snippets +@c @lilypondfile[verbatim,lilyquote,texidoc,doctitle] +@c {forcing-visibility-of-systems-with-multi-bar-rests-when-using-\RemoveEmptyStaffContext.ly} +@c http://lsr.dsi.unimi.it/LSR/Item?u=1&id=312 + + @seealso Handbuch zum Lernen: @rlearning{Real music example}, @@ -270,14 +277,22 @@ Notenhöhen. Wenn individuelle Kontrolle über die einzelen Systeme benötigt wird, können sie manuell mit den Bezeichnungen @code{"up"} und @code{"down"} erstellt werden. Der @code{\autochange}-Befehl -wechselt dann die Stimme zwischen den Systemen. Das ist etwa -nötig, damit ein Tonart für das untere System definiert werden -kann. +wechselt dann die Stimme zwischen den Systemen. -@lilypond[quote,verbatim] +@warning{Wenn Systeme manuell erstellt werden, @strong{müssen} sie genau +die Bezeichnungen @code{"up"} und @code{"down"} bekommen, damit die +automatische Wechselfunktion sie erkennen kann.} + +Systeme müssen etwa manuell erstellt werden, damit die Tonart im unteren +System gesetzt werden kann: + +@c Keep Ly needed, otherwise 'up' and 'down' get +@c incorrectly translated in verbatim output +@c KEEP LY +@lilypond[quote,verbatim,nogettext] \new PianoStaff << \new Staff = "up" { - \new Voice = "melOne" { + \new Voice = "melodieEins" { \key g \major \autochange \relative c' { g8 b a c b d c e @@ -561,33 +576,47 @@ Anzahl an Symbolen wird benutzt um die Wechsel anzuzeigen. Schnipsel: @rlsr{Keyboards}. + + +@node Harp +@subsection Harp + +Dieser Abschnitt zeigt Eigenheiten der Notation für Harfe. + @menu -* Harp notation:: +* References for harps:: * Harp pedals:: @end menu -@node Harp -@subsection Harp +@node References for harps +@unnumberedsubsubsec References for harps -TBC +@cindex Harfe -@ignore -Some possibilities: -- glissandi -- tremolo (for bisbigliando) -- natural harmonics -- directional arpeggio and non-arpeggio -- workaroung for keeping both staves visible in an orchestral - score, -http://lists.gnu.org/archive/html/lilypond-user/2007-08/msg00386.html -and http://lsr.dsi.unimi.it/LSR/Item?u=1&id=312 - -An LSR snippet could be used to demonstrate the main items; in the -case of glissandi, it would be desirable to have a demonstration -of different styles. +Einige übliche Notationseigenheiten für Harfe sind woanders behandelt: + +@itemize + +@item Glissando ist die üblichste Harfentechnik, siehe +@ref{Glissando}. + +@item Ein @notation{Bisbigliando} wird als ein Tremolo notiert, siehe @ref{Tremolo +repeats} + +@item Flageolettöne werden hier beschrieben: @ref{Harmonics}. + +@item Für Arpeggio und non-arpeggio, siehe @ref{Arpeggio}. + +@end itemize + +@seealso +Notationsreferenz: +@ref{Tremolo repeats} +@ref{Glissando} +@ref{Arpeggio} +@ref{Harmonics} -@end ignore @node Harp pedals @@ -628,4 +657,5 @@ Trenner. Ein @code{o} vor der Definition umrandet das Symbol. @seealso Notationsreferenz: -@ruser{Text scripts} +@ref{Text scripts} +@ref{Instrument Specific Markup}.