From: Graham Percival Date: Wed, 20 Dec 2006 18:03:47 +0000 (-0800) Subject: Fix version string in tutorial. X-Git-Tag: release/2.11.5-1~41^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4080f433dfddd7380202d0084745ce0d891acb6f;p=lilypond.git Fix version string in tutorial. --- diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index 796705ec51..7170925f44 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -925,10 +925,10 @@ ignored. The following fragment shows possible uses for comments There is a special statement that is a kind of comment. The @code{\version} statement marks for which version of LilyPond the file was written. -To mark a file for version 2.6.0, use +To mark a file for version 2.10.1, use @example -\version "2.9.13" +\version "2.10.1" @end example @noindent