]> git.donarmstrong.com Git - lilypond.git/commitdiff
typo
authorWerner Lemberg <wl@gnu.org>
Sun, 28 Jan 2007 12:09:42 +0000 (13:09 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 6 Feb 2007 21:46:49 +0000 (22:46 +0100)
Documentation/user/working.itely

index a252596608e0f4d0778699cfee8320757456ee2e..5c5060b9076de59475c511bc139a23a285c30f1a 100644 (file)
@@ -10,7 +10,7 @@
 @node Working on LilyPond projects
 @chapter Working on LilyPond projects
 
-This section explains how to solve or avoid certain common
+This section explains how to solve or avoid certain common
 problems.  If you have programming experience, many of these
 tips may seem obvious, but it is still advisable to read
 this chapter.
@@ -655,14 +655,14 @@ There are two exceptions to the @qq{as small as possible} rule:
 @itemize
 @item Include the @code{\version} number.
 @item If possible, use @code{\paper@{ ragged-right=##t @}} at the
-top of your example. 
+top of your example.
 @end itemize
 
 The whole point of a minimal example is to make it easy to read:
 
 @itemize
 @item Avoid using complicated notes, keys, or time signatures, unless you
-wish to demonstrate something is about the behavior of those items. 
+wish to demonstrate something is about the behavior of those items.
 @item Do not use @code{\override} commands unless that is the point of the
 example.
 @end itemize