]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/usage/lilypond-book.itely
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / de / usage / lilypond-book.itely
index 02ad688826283cf21ec95b0441a806f44c73b2ef..964bfb70dcebda079343ba8e02c6d5d929ccfffe 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.17.11"
+@c \version "2.19.22"
 
 @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>
@@ -1356,7 +1356,7 @@ sich alle in der selben LilyPond-Datei befinden.
                (format #f "~a, section, 1, @{~a@}, ~a" page text label))))
              (formatted-toc-items (map format-line (toc-items)))
              (whole-string (string-join formatted-toc-items ",\n"))
-             (output-name (ly:parser-output-name parser))
+             (output-name (ly:parser-output-name))
              (outfilename (format "~a.toc" output-name))
              (outfile (open-output-file outfilename)))
         (if (output-port? outfile)