]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/user/keyboards.itely
Doc-de: updates from master
[lilypond.git] / Documentation / de / user / keyboards.itely
index fd76cbb8f6e35856b17cfc980128fc652e8dc599..ede64955878850f44ecd85a7676a3cc3ba36bd0d 100644 (file)
@@ -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
@@ -562,32 +577,40 @@ Schnipsel:
 @rlsr{Keyboards}.
 
 @menu
-* Harp notation::
+* References for harps::
 * Harp pedals::
 @end menu
 
 
-@node Harp
-@subsection Harp
+@node References for harps
+@unnumberedsubsubsec References for harps
 
-TBC
 
-@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.
+@cindex Harfe
+
+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:
+@ruser{Tremolo repeats}
+@ruser{Glissando}
+@ruser{Arpeggio}
+@ruser{Harmonics}
 
-@end ignore
 
 
 @node Harp pedals
@@ -629,3 +652,4 @@ Trenner.  Ein @code{o} vor der Definition umrandet das Symbol.
 @seealso
 Notationsreferenz:
 @ruser{Text scripts}
+@ruser{Instrument Specific Markup}