From: James Lowe Date: Sun, 13 Mar 2016 11:34:32 +0000 (+0000) Subject: Doc: Extending - 1.3.4 - clarify description for 'addAccent' function example X-Git-Tag: release/2.19.39-1~5^2~12 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=dc75bffda220d1321689df595a976ab275debbba Doc: Extending - 1.3.4 - clarify description for 'addAccent' function example Issue 4796 Clarify description for the 'addAccent' function example in the Scheme Tutorial. --- 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