]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3422: Changing EventChord to NoteEvent in scheme-tutorial.itely
authorThomas Morley <thomasmorley65@googlemail.com>
Sun, 30 Jun 2013 10:19:58 +0000 (12:19 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 30 Jun 2013 10:19:58 +0000 (12:19 +0200)
Signed-off-by: David Kastrup <dak@gnu.org>
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.