]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/repeats.itely
Doc-de: updates to notation manual
[lilypond.git] / Documentation / de / notation / repeats.itely
index 706f615c066ce794c8c2ce84c6770745d767a9b8..2879d23ca9555a3d1898a9864359d5487f0a92a4 100644 (file)
@@ -1,13 +1,13 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
 @ignore
-    Translation of GIT committish: bf45bed3887f818f2d99756e6b92c77a8698be92
+    Translation of GIT committish: c1df40da9f8b2794e173583c363f9e736e5531bd
 
     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.13.36"
+@c \version "2.14.0"
 
 @c Translators: Till Paala
 
@@ -262,13 +262,13 @@ 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}
 
 @seealso
@@ -436,7 +436,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,6 +485,21 @@ wobei @code{@var{musikAusdr}} ein musikalischer Ausdruck ist und
 c1
 @end lilypond
 
+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 Klammern
 notiert werden:
 
@@ -512,9 +527,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 }
@@ -628,13 +643,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 +741,7 @@ c: c:
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {cross-staff-tremolos.ly}
 
 @seealso