]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/included/generating-output.itexi
Merge remote-tracking branch 'origin/stable/2.16' into translation
[lilypond.git] / Documentation / included / generating-output.itexi
index 1d9de533d3cc5f668e5129d5a771d9e6f3f26ab4..de9fd0c87694ebc2a9c18ee12a21fe53dd7245ca 100644 (file)
@@ -182,7 +182,7 @@ Create a text file called @file{test.ly} and enter:
 
 @c double \\ required because this is inside a macro!
 @example
-\\version "@w{@version{}}"
+\\version "@w{@versionStable{}}"
 @{
   c' e' g' e'
 @}
@@ -201,7 +201,7 @@ lilypond test.ly
 You will see something resembling:
 
 @example
-GNU LilyPond @w{@version{}}
+GNU LilyPond @w{@versionStable{}}
 Processing `test.ly'
 Parsing...
 Interpreting music...
@@ -210,6 +210,7 @@ Solving 1 page-breaking chunks...[1: 1 pages]
 Drawing systems...
 Layout output to `test.ps'...
 Converting to `./test.pdf'...
+Success: compilation successfully completed
 @end example
 
 @subsubheading Step 3. View output