]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/included/generating-output.itexi
Doc-de: updating includes, learning, notation
[lilypond.git] / Documentation / de / included / generating-output.itexi
index 92b5081a3ea913cd8dba39f8d84d1a1d7c48a05f..34e33733d5358340a74d29e5b54401558aacc2d2 100644 (file)
@@ -3,11 +3,11 @@
 @c learning/tutorial.itely
 
 @ignore
-    Translation of GIT committish: 6235465503c3adde476120e78514fc3feef14ef2
+    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..
+    Guide, node Updating translation committishes.
 @end ignore
 
 @c This is about "compiling" a lilypond file
@@ -40,11 +40,11 @@ Wählen Sie einen Namen für die Datei, etwa @file{test.ly}.
 
 @subsubheading 2. Schritt: Kompilieren (mit LilyPad)
 
-Aus den selben Menüs wählen Sie jetzt @w{@code{Compile > Tyepset}}.
+Aus den selben Menüs wählen Sie jetzt @w{@code{Compile > Typeset}}.
 
 @sourceimage{Learning_Macos_Typeset_menu,,,}
 
-Ein neues Fenster öffnet sich, in dem ein Forschrittslog der
+Ein neues Fenster öffnet sich, in dem ein Fortschrittslog der
 Kompilation der von ihnen gerade gespeicherten Datei gezeigt
 wird.
 
@@ -194,10 +194,12 @@ eine Datei zu kompilieren.}
 @subsubheading Schritt 1: Erstellen Sie eine @file{.ly}-Datei
 
 
-Erstellen Sie eine Text-Datei mit dem Namen @file{test.ly} und 
+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