]> 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 42bc11854bac1bfe4227ff158b4ff18b406d9a27..c1d5858203cdf46636b292393ac1882ee2bfa94d 100644 (file)
@@ -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}.