On 11-06-07 11:09 AM, [email protected] wrote:
Updates:
Labels: website
Comment #2 on issue 1682 by percival.music.ca: Website version links
need updating
http://code.google.com/p/lilypond/issues/detail?id=1682
also: this can (and should) be tested with
make website
instead of the make doc. I mean, make doc would work, but make
website takes 3 minutes instead of 120 minutes, so it just makes sense.
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond
Attached patch changes the reference to @version in
generating-output.itexi, which seems to do the trick, for me.
Because it is so minor, I didn't bother to post on reitveld.
Colin
--
A chief event of life is the day in which we have encountered a mind
that startled us.
-Ralph Waldo Emerson, writer and philosopher (1803-1882)
>From b66bf4fca25779da96adc5892bb2fd11ce9eb068 Mon Sep 17 00:00:00 2001
From: Colin Campbell <[email protected]>
Date: Wed, 8 Jun 2011 21:39:30 -0600
Subject: [PATCH] WEB: fix Unix compiling example
Changes @version to @versionStable for sample of compiling
a .ly file.
---
Documentation/included/generating-output.itexi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/included/generating-output.itexi b/Documentation/included/generating-output.itexi
index 1d9de53..86827e4 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...
--
1.7.4.1
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond