]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/extending/scheme-tutorial.itely
Issue 3422: Changing EventChord to NoteEvent in scheme-tutorial.itely
[lilypond.git] / Documentation / extending / scheme-tutorial.itely
index 56cbd58b21380d28c0e85863b8db3bc6f5e4ef9d..bad8d261b214cd4e6fc1aff56dafbed1af3b6938 100644 (file)
@@ -1317,7 +1317,7 @@ Now we examine the input,
 So in our function, we need to clone this expression (so that we have
 two notes to build the sequence), add a @code{SlurEvent} to the
 @code{'articulations} property of each one, and finally make a
-@code{SequentialMusic} with the two @code{EventChords}.  For adding to a
+@code{SequentialMusic} with the two @code{NoteEvent} elements.  For adding to a
 property, it is useful to know that an unset property is read out as
 @code{'()}, the empty list, so no special checks are required before we
 put another element at the front of the @code{articulations} property.