]> git.donarmstrong.com Git - lilypond.git/commitdiff
WEB: fix Unix compiling example
authorColin Campbell <colinpkcampbell@gmail.com>
Thu, 9 Jun 2011 03:39:30 +0000 (21:39 -0600)
committerGraham Percival <graham@percival-music.ca>
Thu, 9 Jun 2011 09:53:47 +0000 (10:53 +0100)
Changes @version to @versionStable for sample of compiling
a .ly file.

Documentation/included/generating-output.itexi

index 1d9de533d3cc5f668e5129d5a771d9e6f3f26ab4..86827e474af817b2ee4fe472b06d0969da06ecf5 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...