]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/included/generating-output.itexi
CG: add gitk to 'push to staging' instructions
[lilypond.git] / Documentation / included / generating-output.itexi
index bea5144f3077963571049c46bcb1487e65f4d9f9..de9fd0c87694ebc2a9c18ee12a21fe53dd7245ca 100644 (file)
@@ -91,7 +91,7 @@ Double-click the LilyPond icon on your desktop, an example file will open.
 @sourceimage{Learning_Win7_Welcome_File_Whole,,,}
 
 From the menus that appear along the top of the example file,
-select @w{@code{File > Save as}}. Do not use the @w{@code{File > Save}}
+select @w{@code{File > Save as}}.  Do not use the @w{@code{File > Save}}
 for the example file as this will not work until you have given it a
 valid LilyPond file name.
 
@@ -124,7 +124,7 @@ Or simply double-click the @file{test.ly}.
 @subsubheading Step 3. View output
 
 During the compilation of the @file{test.ly} file, a command window
-will, very briefly open and then close. Three additional files will
+will, very briefly open and then close.  Three additional files will
 have been created during this process.
 
 @sourceimage{Learning_Win7_All_Files_Created,,,}
@@ -156,7 +156,7 @@ during the compilation attempt, for any errors.
 This log file is overwritten each time you compile your LilyPond file.
 
 The PS file is used internally by LilyPond to create the PDF file and
-can be ignored. It also gets overwritten each time you compile your
+can be ignored.  It also gets overwritten each time you compile your
 file.
 
 If you are viewing your file in a PDF viewer, then you must close the
@@ -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