]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/repeats.itely
Doc-de: changes to notation manual
[lilypond.git] / Documentation / de / notation / repeats.itely
index c3515bdf9cb824c9de4350345c0ff157fd9bfc70..6735c55a030d131d884dfa1ad1d4863e2e0ef186 100644 (file)
@@ -1,6 +1,6 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
 @ignore
-    Translation of GIT committish: 8cbb38db1591ab95a178643e7bf41db018aa22c0
+    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'
@@ -262,15 +262,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 +297,6 @@ Referenz der Interna:
 @rinternals{UnfoldedRepeatedMusic}.
 
 @knownissues
-
 @cindex verschachtelte Wiederholung
 @cindex Wiederholung, verschachtelt
 @cindex Wiederholung und Zählzeit
@@ -436,7 +441,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 +490,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 +532,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 +546,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 +560,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 +656,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 +754,7 @@ c: c:
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {cross-staff-tremolos.ly}
 
 @seealso