]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/usage/lilypond-book.itely
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / de / usage / lilypond-book.itely
index 02ad688826283cf21ec95b0441a806f44c73b2ef..225970149fc7d4bcf1bc7b6a5e0c5a4529868780 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.17.11"
+@c \version "2.19.21"
 
 @c Translators: Reinhold Kainhofer
 @c Translation checkers: Till Paala
@@ -95,8 +95,8 @@ Dokumente für \verb+lilypond-book+ können Musik und Text nach Belieben
 kombinieren. Zum Beispiel:
 
 \begin{lilypond}
-\relative c' {
-  c2 e2 \tuplet 3/2 { f8 a b } a2 e4
+\relative {
+  c'2 e2 \tuplet 3/2 { f8 a b } a2 e4
 }
 \end{lilypond}
 
@@ -156,8 +156,8 @@ Dokumente für @command{lilypond-book} können Musik und Text nach Belieben
 kombinieren. Zum Beispiel:
 
 @lilypond
-\relative c' {
-  c2 e2 \tuplet 3/2 { f8 a b } a2 e4
+\relative {
+  c'2 e2 \tuplet 3/2 { f8 a b } a2 e4
 }
 @end lilypond
 
@@ -182,8 +182,8 @@ Wenn man eine @code{tagline} (die Zeile unten auf der Seite) braucht
     title = "A scale in LilyPond"
   }
 
-  \relative c' {
-    c d e f g a b c
+  \relative {
+    c' d e f g a b c
   }
 }
 @end lilypond
@@ -803,8 +803,8 @@ Erzeugung der Grafik im relativen Oktavenmodus interpretiert, der
 wörtlich in das Dokument kopierte LilyPond-Code zeigt den @code{relative}-Befehl jedoch nicht.
 
 @example
-\relative c' @{ % begin verbatim
-  c4 e2 g4
+\relative @{ % begin verbatim
+  c'4 e2 g4
   f2 e % end verbatim
 @}
 @end example
@@ -1202,8 +1202,8 @@ Sie können LilyPond-Fragmente in ein LaTeX-Dokument einfügen:
 Normaler LaTeX-Text.
 
 \begin@{lilypond@}
-\relative c'' @{
-  a4 b c d
+\relative @{
+  a'4 b c d
 @}
 \end@{lilypond@}
 
@@ -1228,7 +1228,7 @@ Handbuch wurde in Texinfo geschrieben.
 Texinfo-Text
 
 @@lilypond
-\relative c' @{
+\relative @{
   a4 b c d
 @}
 @@end lilypond
@@ -1255,8 +1255,8 @@ d4 c b a
 Dokumente für lilypond-book können Noten und Text frei kombinieren. Zum
 Beispiel
 <lilypond>
-\relative c'' @{
-  a4 b c d
+\relative @{
+  a'4 b c d
 @}
 </lilypond>
 </p>