]> git.donarmstrong.com Git - lilypond.git/commitdiff
Expand 's to is.
authorHeikki Junes <heikki.junes@hut.fi>
Wed, 15 Sep 2004 22:52:11 +0000 (22:52 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Wed, 15 Sep 2004 22:52:11 +0000 (22:52 +0000)
ChangeLog
Documentation/user/changing-defaults.itely
Documentation/user/examples.itely
Documentation/user/invoking.itexi
Documentation/user/tutorial.itely

index f6a0bae4f553a5a1aaa9f7c090ebcaf716091e72..51c7a85793aee5a30e29b495b1b3e35ff534c6b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
 
+        * Documentation/user/{changing-defaults,examples,invoking,
+        tutorial}.itely: Expand 's to is.
+
         *  Documentation/user/notation.itely: Capitalize only first letter.
 
         *  Documentation/user/programming-interface.itely: Capitalize Scheme.
index c282487256584a8c132ccda028f26796a5738ce9..549447a735d423e00036d2ca3454ffbfd10ef71e 100644 (file)
@@ -1044,7 +1044,7 @@ has the following aspects
 @itemize @bullet
 @item Its size is independent of the horizontal spacing, unlike slurs or beams.
 
-@item It is a piece of text. Granted, it's usually  a very short text.
+@item It is a piece of text. Granted, it is usually a very short text.
 
 @item That piece of text is typeset with a font, unlike slurs or beams.
 @item Horizontally, the center of the symbol should be aligned to the
index 3bc2355f77bbf8db0491da1320eb40dceb9d0e8f..2582e3f00a4400ffdc9c8610be54fc070898d01e 100644 (file)
@@ -48,7 +48,7 @@ it quicker.  How often is ``every so often''?  It depends on the complexity
 of the music.  For very simple music, perhaps just once or twice.  For
 very complex music, every bar.
 
-@item One bar per line.  If there's anything complicated, either in the music
+@item One bar per line.  If there is anything complicated, either in the music
 itself or in the output you desire, it's often good to write only one bar
 per line.  Saving screen space by cramming eight bars per line just isn't
 worth it if you have to `debug' your files.
@@ -206,7 +206,7 @@ harmonies = \chordmode {
 @section Piano templates
 @subsection Solo piano
 
-Here's a simple piano staff.
+Here is a simple piano staff.
 
 @lilypond[verbatim,raggedright]
 
@@ -241,7 +241,7 @@ lower = \relative c {
 
 @subsection Piano and melody with lyrics
 
-Here's a typical song format: one staff with the melody and lyrics, with
+Here is a typical song format: one staff with the melody and lyrics, with
 piano accompaniment underneath.
 
 @lilypond[verbatim,raggedright]
@@ -300,7 +300,7 @@ lower = \relative c {
 @section Small ensembles
 @subsection SATB vocal score
 
-Here's a standard four-part SATB vocal score.  With larger ensembles,
+Here is a standard four-part SATB vocal score.  With larger ensembles,
 it's often useful to include a section which is included in all
 parts.  For example, the time signature and key signatures are almost
 always the same for all parts.
@@ -783,7 +783,7 @@ chant = \relative c' {
 
 @subsection Bagpipe music
 
-Here's an example of bagpipe music.  It demonstrates a big strength of
+Here is an example of bagpipe music.  It demonstrates a big strength of
 LilyPond, compared to graphical score editors: in LilyPond, you can
 very easily reuse small segments of music without writing them out
 completely.  This template defines a large number of small segments
index 92ed451dd4654154edbd763e36309fdd1f20a63c..7fdf1ef1421cb50d9e7cd334b77978c4d02a7af4 100644 (file)
@@ -289,7 +289,7 @@ has already been reported.  You could also try doing a few searches
 on the mailing list for the bug.  Sometimes the bug will have already
 been reported and a fix or workaround is already known.
 
-Here's an example of a good bug report:
+Here is an example of a good bug report:
 
 @verbatim
 
index 132070a45577a24a1ab965e6a22e466b5d21deb2..2a39da5bf17aa2de77044f0cd52da8c5ffeb3314 100644 (file)
@@ -632,8 +632,8 @@ for complex music like polyphonic scores.
 Note that this example only has one staff, whereas
 the previous example had three seperate staves.  That is because this
 example begins with a single note.  To determine the number of staves,
-LilyPond looks at the first element.  If it's a single note, there's one
-staff; if there's a simultaneous expression, there's more than one staff.
+LilyPond looks at the first element.  If it is a single note, there is one
+staff; if there is a simultaneous expression, there is more than one staff.
 
 @lilypond[fragment,quote,verbatim,relative=2] 
 {
@@ -748,7 +748,7 @@ c-3 e-5 b-2 a-1
 
 Articulations and fingerings are usually placed automatically, but you
 can specify a direction using @samp{^} (up) or @samp{_} (down).  You can
-also use multiple articulations on the same note.  In most cases, it's
+also use multiple articulations on the same note.  In most cases, it is
 best to let LilyPond determine the articulation directions.
 
 @lilypond[fragment,quote,verbatim,relative=2]