]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor fixes.
authorGraham Percival <graham@percival-music.ca>
Wed, 14 Feb 2007 00:13:38 +0000 (16:13 -0800)
committerGraham Percival <graham@percival-music.ca>
Wed, 14 Feb 2007 00:13:38 +0000 (16:13 -0800)
Documentation/user/advanced-notation.itely

index c7b50dca8ef4d20fbbe75b2d90cbab7a5d592163..66cacbe0dbd5e60383df5c43fd49da3bdc306215 100644 (file)
@@ -118,7 +118,7 @@ These all use the same routines as the glissando for drawing the texts
 and the lines, and tuning their behavior is therefore also done in the
 same way. It is done with a spanner, and the routine responsible for
 drawing the spanners is @code{ly:line-interface::print}. This
-routine creates determines the exact location of the two @i{span
+routine determines the exact location of the two @i{span
 points} and draws a line in between, in the style requested.
 
 Here is an example of the different line styles available, and how to
@@ -148,7 +148,7 @@ e2 \glissando f
 The @code{Glissando} object, like any other using the
 @code{ly:line-interface::print} routine, carries a nested
 association list. In the above statement, the value for @code{Y}
-is set to @code{-2} for association list corresponding to the right
+is set to @code{-2} for the association list corresponding to the right
 end point. Of course, it is also possible to adjust the left side with
 @code{left} instead of @code{right}.