From: Colin Campbell Date: Thu, 9 Jun 2011 03:39:30 +0000 (-0600) Subject: WEB: fix Unix compiling example X-Git-Tag: release/2.15.1-1~10 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=8f02aa6516b3cfe16b2c145142ea652cbc3b8970;p=lilypond.git WEB: fix Unix compiling example Changes @version to @versionStable for sample of compiling a .ly file. --- diff --git a/Documentation/included/generating-output.itexi b/Documentation/included/generating-output.itexi index 1d9de533d3..86827e474a 100644 --- a/Documentation/included/generating-output.itexi +++ b/Documentation/included/generating-output.itexi @@ -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...