]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/extending/scheme-tutorial.itely
Fix typos in the English manual.
[lilypond.git] / Documentation / extending / scheme-tutorial.itely
index 4745e9449e56631b276331725039b056504c8450..c1d5858203cdf46636b292393ac1882ee2bfa94d 100644 (file)
@@ -824,7 +824,7 @@ while @code{twentyFour} is a variable.
 @subheading Offsets
 
 Two-dimensional offsets (X and Y coordinates) are stored as @code{pairs}.
-The @code{cdr} of the offset is the X coordinate, and the @code{cdr} is
+The @code{car} of the offset is the X coordinate, and the @code{cdr} is
 the Y coordinate.
 
 @example
@@ -1135,7 +1135,7 @@ Now we examine the input,
 @end example
 
 So in our function, we need to clone this expression (so that we
-have two notes to build the sequence), add @code{SlurEvents} to the
+have two notes to build the sequence), add a @code{SlurEvent} to the
 @code{'elements} property of each one, and finally make a
 @code{SequentialMusic} with the two @code{EventChords}.