]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/repeats.itely
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / de / notation / repeats.itely
index 44cc2e5d2014430ba1e5197b0825be0d61eaa9c2..5aa715e263c206b819b9e83421f15bf15f074d34 100644 (file)
@@ -1,13 +1,13 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
 @ignore
-    Translation of GIT committish: bf45bed3887f818f2d99756e6b92c77a8698be92
+    Translation of GIT committish: 06f227dd80f3a30cbf33c879b7c125079dfaf5c3
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
     Guide, node Updating translation committishes.
 @end ignore
 
-@c \version "2.14.0"
+@c \version "2.16.0"
 
 @c Translators: Till Paala
 
@@ -242,6 +242,25 @@ g1 |
 Die @code{measureLength}-Eigenschaft ist beschrieben in
 @ref{Verwaltung der Zeiteinheiten}.
 
+@cindex \inStaffSegno
+
+Der @code{\inStaffSegno}-Befehl kann angewandt werden, um das
+Segno-Zeichen in die Notenzeile einzubinden, auch in Kooperation
+mit dem @code{\repeat volta}-Befehl. Die benutzten
+Taktstrichsymbole können durch Überschreiben der Eigenschaften
+@code{segnoType}, @code{startRepeatSegnoType},
+@code{endRepeatSegnoType} bzw. @code{doubleRepeatSegnoType}
+geändert werden.
+
+@lilypond[verbatim,quote,relative=1]
+e1
+\repeat volta 2 {
+  \inStaffSegno
+  f2 g a b
+}
+c1_"D.S." \bar "|."
+@end lilypond
+
 @cindex Wiederholungen mit Überbindung
 @cindex Alternative Schlüsse mit Bindebogen
 @cindex Überbindung in Wiederholung
@@ -262,15 +281,21 @@ c1
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {shortening-volta-brackets.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {adding-volta-brackets-to-additional-staves.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {setting-the-double-repeat-default-for-volte.ly}
 
+@cindex Wiederholungen, Taktnummer mit Buchstaben
+@cindex Wiederholungen, alternative Taktnummerierung
+
+@lilypondfile[verbatim,quote,texidoc,doctitle]
+{alternative-bar-numbering.ly}
+
 @seealso
 Glossar:
 @rglos{repeat},
@@ -291,7 +316,6 @@ Referenz der Interna:
 @rinternals{UnfoldedRepeatedMusic}.
 
 @knownissues
-
 @cindex verschachtelte Wiederholung
 @cindex Wiederholung, verschachtelt
 @cindex Wiederholung und Zählzeit
@@ -436,7 +460,7 @@ voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } }
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {printing-a-repeat-sign-at-the-beginning-of-a-piece.ly}
 
 
@@ -485,7 +509,22 @@ wobei @code{@var{musikAusdr}} ein musikalischer Ausdruck ist und
 c1
 @end lilypond
 
-Repititive Wiederholungen können auch mit mehreren Klammern
+In einigen Fällen, insbesondere in einer @code{\relative}-Umgebung,
+bedeutet die Funktion @code{\repeat unfold} nicht das gleiche wie
+die ausgeschriebenen Noten mehrere Male.  Beispielsweise ist
+
+@example
+\repeat unfold 2 @{ a'4 b c @}
+@end example
+
+@noindent
+nicht das Selbe wie
+
+@example
+a'4 b c | a'4 b c
+@end example
+
+Repititive Wiederholungen können auch mit mehreren Alternativeklammern
 notiert werden:
 
 @lilypond[verbatim,quote,relative=2]
@@ -512,9 +551,9 @@ ergeben.
 c1
 @end lilypond
 
-Wenn es mehr Alternativen als Wiederholungen gibt, werden die
+Wenn es mehr Alternativen als Wiederholungen gibt, wird nur die
 ersten Alternativen ausgegeben und die restlichen Alternativen
-ignoriert.
+ignoriert und nicht gesetzt.
 
 @lilypond[verbatim,quote,relative=2]
 \repeat unfold 2 { c4 d e f }
@@ -526,7 +565,7 @@ ignoriert.
 c1
 @end lilypond
 
-Es ist auch möglich, mehrere @code{unfold}-Wiederholungen (allerdings
+Es ist auch möglich, mehrere @code{unfold}-Wiederholungen (mit oder
 ohne Alternativen) ineinander zu verschachteln:
 
 @lilypond[verbatim,quote,relative=2]
@@ -540,12 +579,20 @@ ohne Alternativen) ineinander zu verschachteln:
 c1
 @end lilypond
 
+Akkordkonstruktionen können mit dem Akkordwiederholungssymbol @code{q}
+wiederholt werden.  Siehe @ref{Akkord-Wiederholungen}.
+
 @warning{Wenn man @code{@bs{}relative} innerhalb von @code{@bs{}repeat}
 notiert, ohne den @code{Voice}-Kontext explizit zu beginnen, erscheinen
 zusätzliche (ungewollte) Systeme.  Sie auch @rprogram{Ein zusätzliches System erscheint}.}
 
-
 @seealso
+Notationsreferenz:
+@ref{Akkord-Wiederholungen}.
+
+Handbuch zur Benutzung:
+@rprogram{Ein zusätzliches System erscheint}.
+
 Schnipsel:
 @rlsr{Repeats}.
 
@@ -628,13 +675,13 @@ benützten ein doppeltes Prozent-Symbol.
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {percent-repeat-counter.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {percent-repeat-count-visibility.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {isolated-percent-repeats.ly}
 
 @seealso
@@ -726,7 +773,7 @@ c: c:
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {cross-staff-tremolos.ly}
 
 @seealso