]> git.donarmstrong.com Git - lilypond.git/commitdiff
typos
authorWerner Lemberg <wl@gnu.org>
Sun, 5 Aug 2007 06:29:45 +0000 (08:29 +0200)
committerWerner Lemberg <wl@gnu.org>
Sun, 5 Aug 2007 06:29:45 +0000 (08:29 +0200)
Documentation/user/programming-interface.itely

index 2d5e442e1511b02d8e3a908aaec72bc72e4a3feb..abc9776367bebf5ea5aaf369d96f7f3a865da2a9 100644 (file)
@@ -796,7 +796,7 @@ Here, what we want to set (the @q{place}) is the @q{elements} property of
 (the @code{'elements}, @code{'duration}, @code{'pitch}, etc, that we
 see in the @code{\displayMusic} output above).  The new value is the
 former elements property, with an extra item: the
-@code{MarcatoEvent} expression, which we copy from the
+@code{ArticulationEvent} expression, which we copy from the
 @code{\displayMusic} output,
 
 @example
@@ -810,7 +810,7 @@ original list.  This is what we
 want: the same list as before, plus the new @code{ArticulationEvent}
 expression.  The order inside the elements property is not important here.
 
-Finally, once we have added the @code{MarcatoEvent} to its elements
+Finally, once we have added the marcato articulation to its @code{elements}
 property, we can return @code{result-event-chord}, hence the last line of
 the function.