From: Thomas Morley Date: Sun, 30 Jun 2013 10:19:58 +0000 (+0200) Subject: Issue 3422: Changing EventChord to NoteEvent in scheme-tutorial.itely X-Git-Tag: release/2.17.21-1~5 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=743dc7b27888c776186336cf4b330d3ebfc821de;p=lilypond.git Issue 3422: Changing EventChord to NoteEvent in scheme-tutorial.itely Signed-off-by: David Kastrup --- diff --git a/Documentation/extending/scheme-tutorial.itely b/Documentation/extending/scheme-tutorial.itely index 56cbd58b21..bad8d261b2 100644 --- a/Documentation/extending/scheme-tutorial.itely +++ b/Documentation/extending/scheme-tutorial.itely @@ -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.