]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/included/generating-output.itexi
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / de / included / generating-output.itexi
index 52a41af797a282a3b42cf7b8d36a7b48a5abb51a..34e33733d5358340a74d29e5b54401558aacc2d2 100644 (file)
@@ -3,7 +3,7 @@
 @c learning/tutorial.itely
 
 @ignore
-    Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
+    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'
@@ -197,7 +197,9 @@ eine Datei zu kompilieren.}
 Erstellen Sie eine Text-Datei mit dem Namen @file{test.ly} und
 geben Sie folgenden Text ein:
 
+@c double \\ required because this is inside a macro!
 @example
+\\version "@w{@versionStable{}}"
 @{
   c' e' g' e'
 @}
@@ -218,7 +220,7 @@ Sie werden ungefähr folgende Meldungen sehen:
 
 @example
 lilypond test.ly
-GNU LilyPond @version{}
+GNU LilyPond  @w{@versionStable{}}
 »test.ly« wird verarbeitet
 Analysieren...
 Interpretation der Musik...
@@ -228,6 +230,7 @@ Musik wird auf eine Seite angepasst...
 Systeme erstellen...
 Layout nach »test.ps« ausgeben...
 Konvertierung nach »test.pdf«...
+Erfolg: Kompilation erfolgreich beendet
 @end example
 
 @subsubheading 3. Schritt: Ausgabe anschauen