From dc75bffda220d1321689df595a976ab275debbba Mon Sep 17 00:00:00 2001 From: James Lowe Date: Sun, 13 Mar 2016 11:34:32 +0000 Subject: [PATCH] Doc: Extending - 1.3.4 - clarify description for 'addAccent' function example Issue 4796 Clarify description for the 'addAccent' function example in the Scheme Tutorial. --- Documentation/extending/scheme-tutorial.itely | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/extending/scheme-tutorial.itely b/Documentation/extending/scheme-tutorial.itely index f8f23a5fa4..40028ffb66 100644 --- a/Documentation/extending/scheme-tutorial.itely +++ b/Documentation/extending/scheme-tutorial.itely @@ -1504,9 +1504,9 @@ Finally, once we have added the accent articulation to its @code{articulations} property, we can return @code{note-event}, hence the last line of the function. -Now we transform the @code{add-accent} function into a music -function (a matter of some syntactic sugar and a declaration of the type -of its sole @q{real} argument). +Now we transform the @code{add-accent} function into a music function (a +matter of some syntactic sugar and a declaration of the type of its +argument). @example addAccent = #(define-music-function (note-event) @@ -1520,7 +1520,7 @@ addAccent = #(define-music-function (note-event) note-event) @end example -We may verify that this music function works correctly: +We then verify that this music function works correctly: @example \displayMusic \addAccent c4 -- 2.39.2