]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix version string in tutorial.
authorGraham Percival <graham@percival-music.ca>
Wed, 20 Dec 2006 18:03:47 +0000 (10:03 -0800)
committerGraham Percival <graham@percival-music.ca>
Wed, 20 Dec 2006 18:03:47 +0000 (10:03 -0800)
Documentation/user/tutorial.itely

index 796705ec5149f7e08b299d82c36f8a27ac9b2e1a..7170925f44932f3654ab415d8c3f922835ee27f4 100644 (file)
@@ -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