From 263257365b06f514c017da014c47980a15b79751 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 30 Aug 2007 18:42:21 -0700 Subject: [PATCH] Minor fixes from mailist. --- Documentation/user/basic-notation.itely | 2 ++ Documentation/user/tutorial.itely | 14 +++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index eadb2b71a6..d3f61f2bc8 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -991,6 +991,8 @@ articulations, just like simple notes For more information about chords, see @ref{Chord names}. +@c I don't like having this here, but I can't think of +@c anywhere else to put it. :( -gp @node Stems @subsection Stems diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index 049407ebcb..292df275e4 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -1280,20 +1280,20 @@ of the manual. @subsection Version number @cindex versioning -The @code{\version} statement marks for which version of LilyPond the file -was written. To mark a file for version 2.10.1, place +The @code{\version} statement records the version of LilyPond that was +used to write the file: @example \version "2.11.23" @end example @noindent -at the top of your LilyPond file. +by convention, this is placed at the top of your LilyPond file. -These annotations make future upgrades of LilyPond go more -smoothly. Changes in the syntax are handled with a special program, -@file{convert-ly} (see @rprogram{Updating files with convert-ly}), and it uses -@code{\version} to determine what rules to apply. +These annotations make future upgrades of LilyPond go more smoothly. +Changes in the syntax are handled with a special program, +@file{convert-ly} (see @rprogram{Updating files with convert-ly}), and +it uses @code{\version} to determine what rules to apply. @node Adding titles -- 2.39.5