X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fde%2Fuser%2Fkeyboards.itely;h=27ee71701b0d739223cae1056031ce7e9c4f2bbf;hb=4236314d25f4ee762fa1a0d8d69dcc415c13d2cf;hp=732e79b71262af214aefe62a32733bc8e9e3dbab;hpb=37ca1f80bf5401accd17056938f4f7b2c147ddb2;p=lilypond.git diff --git a/Documentation/de/user/keyboards.itely b/Documentation/de/user/keyboards.itely index 732e79b712..27ee71701b 100644 --- a/Documentation/de/user/keyboards.itely +++ b/Documentation/de/user/keyboards.itely @@ -7,15 +7,16 @@ version that you are working on. See TRANSLATION for details. @end ignore -@c \version "2.11.38" +@c \version "2.11.61" -@node Keyboard instruments -@section Keyboard instruments +@node Keyboard and other multi-staff instruments +@section Keyboard and other multi-staff instruments @menu * Common notation for keyboards:: * Piano:: * Accordion:: +* Harp:: @end menu @node Common notation for keyboards @@ -23,7 +24,6 @@ @menu * References for keyboards:: -* The piano staff:: * Changing staff manually:: * Changing staff automatically:: * Staff-change lines:: @@ -32,17 +32,8 @@ @node References for keyboards -@subsubsection References for keyboards +@unnumberedsubsubsec References for keyboards -@ifhtml -UNTRANSLATED NODE: IGNORE ME -@end ifhtml -@ifnothtml -@englishref -@end ifnothtml - -@node The piano staff -@subsubsection The piano staff Ein Pianosystem besteht aus zwei normalen Notensystemen, die durch eine Klammer verbunden sind. Die Systeme sind verhältnismäßig @@ -61,7 +52,7 @@ dafür gibt es Lösungen, vgl. die @node Changing staff manually -@subsubsection Changing staff manually +@unnumberedsubsubsec Changing staff manually @cindex manuelle Systemwechsel @cindex Systemwechsel, manuell @@ -77,7 +68,7 @@ manuell erzielt werden. Die Zeichenkette @var{Systembezeichnung} ist die Bezeichnung des Systems. Damit wird die aktuelle Stimme vom aktuellen System zu dem System mit der @var{Systembezeichnung} gewechselt. Üblicherweise ist die Systembezeichnung @code{"up"} oder -@code{"down"}. Dieses System (@context{Staff}), auf das verweisen wird, +@code{"down"}. Dieses System (@code{Staff}), auf das verweisen wird, muss auch wirklich existieren, weshalb die Aufstellung eines Klaviersystems dann üblicherweise damit beginnt, die Systeme zu benennen. Hierbei können natürlich beliebige Namen vergeben werden. @@ -104,7 +95,7 @@ daraufhin eingefügt. @node Changing staff automatically -@subsubsection Changing staff automatically +@unnumberedsubsubsec Changing staff automatically @cindex Automatischer Systemwechsel Stimmen können angewiesen werden, automatisch zwischen dem @@ -163,7 +154,7 @@ befinden. @node Staff-change lines -@subsubsection Staff-change lines +@unnumberedsubsubsec Staff-change lines @cindex Stimmkreuzung @cindex Systemwechsel von Stimmen @@ -201,7 +192,7 @@ Programmreferenz: @rinternals{VoiceFollower}. @node Cross-staff stems -@subsubsection Cross-staff stems +@unnumberedsubsubsec Cross-staff stems @cindex Hälse über zwei Systeme @cindex System querende Hälse @@ -241,7 +232,7 @@ noFlag = \once \override Stem #'flag-style = #'no-flag @end menu @node Piano pedals -@subsubsection Piano pedals +@unnumberedsubsubsec Piano pedals @cindex Pedalbezeichnung Klaviere haben Pedale, mit denen die Klangeigenschaften beeinflusst werden @@ -249,14 +240,14 @@ können. Normalerweise besitzt ein Klavier drei Pedale, das linke oder Haltepedal, das rechte oder Una-corda-Pedal und das Sostenuto-Pedal. Spielanweisungen für das Pedal können durch die Befehle -@code{\sustainDown} (linkes Pedal), @code{\sustainUp} (linkes Pedal +@code{\sustainOn} (linkes Pedal), @code{\sustainOff} (linkes Pedal hoch), @code{\unaCorda} (rechtes Pedal), @code{\treCorde} (rechtes -Pedal hoch), @code{\sostenutoDown} (mittleres Pedal) und -@code{\sostenutoUp} (mittleres Pedal hoch) anschließend an eine +Pedal hoch), @code{\sostenutoOn} (mittleres Pedal) und +@code{\sostenutoOff} (mittleres Pedal hoch) anschließend an eine Note oder einen Akkord notiert werden. @lilypond[quote,ragged-right,fragment,verbatim] -c'4\sustainDown c'4\sustainUp +c'4\sustainOn c'4\sustainOff @end lilypond Die Ausgabe kann verändert werden, indem der Wert @@ -272,9 +263,9 @@ auf Klammern (eng. bracket) gesetzt wird. @lilypond[quote,ragged-right,fragment,verbatim,relative=2] \set Staff.pedalSustainStyle = #'bracket -c\sustainDown d e -b\sustainUp\sustainDown -b g \sustainUp a \sustainDown \bar "|." +c\sustainOn d e +b\sustainOff\sustainOn +b g \sustainOff a \sustainOn \bar "|." @end lilypond Eine dritte Art der Pedalnotation besteht aus einer Mischung von Text @@ -283,9 +274,9 @@ und den Pedalklammern. Sie wird durch setzen von @lilypond[quote,ragged-right,fragment,verbatim,relative=2] \set Staff.pedalSustainStyle = #'mixed -c\sustainDown d e -b\sustainUp\sustainDown -b g \sustainUp a \sustainDown \bar "|." +c\sustainOn d e +b\sustainOff\sustainOn +b g \sustainOff a \sustainOn \bar "|." @end lilypond Die Einstellungen für linkes @c ? @@ -293,7 +284,7 @@ und mittleres Pedal ist üblicherweise ein @code{#'text}-Stil. Für das mittlere Pedal ist der gemischte Stil voreingestellt. @lilypond[quote,ragged-right,fragment,verbatim,relative=2] -c\sostenutoDown d e c, f g a\sostenutoUp +c\sostenutoOn d e c, f g a\sostenutoOff @end lilypond Die Erscheinung der Pedal-Klammer kann mit den Eigenschaften @@ -305,12 +296,12 @@ verlängert werden. @lilypond[quote,ragged-right,fragment,verbatim,relative=2] \override Staff.PianoPedalBracket #'shorten-pair = #'(0 . -1.0) -c\sostenutoDown d e c, f g a\sostenutoUp +c\sostenutoOn d e c, f g a\sostenutoOff @end lilypond @seealso -Im Handbuch: @ref{Laissez vibrer ties} +Im Handbuch: @ref{Ties} @node Accordion @@ -321,11 +312,14 @@ Im Handbuch: @ref{Laissez vibrer ties} @end menu @node Discant symbols -@subsubsection Discant symbols +@unnumberedsubsubsec Discant symbols -@ifhtml -UNTRANSLATED NODE: IGNORE ME -@end ifhtml +@untranslated @ifnothtml @englishref @end ifnothtml + +@node Harp +@subsection Harp + +@untranslated