]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Extending - 1.3.4 - clarify description for 'addAccent' function example
authorJames Lowe <pkx166h@gmail.com>
Sun, 13 Mar 2016 11:34:32 +0000 (11:34 +0000)
committerJames Lowe <pkx166h@gmail.com>
Mon, 21 Mar 2016 09:43:10 +0000 (09:43 +0000)
Issue 4796

Clarify description for
the 'addAccent' function
example in the Scheme
Tutorial.

Documentation/extending/scheme-tutorial.itely

index f8f23a5fa4510fb32ccace3a55a1ca41134e9494..40028ffb66b3691072334c630683f1fb31b3820d 100644 (file)
@@ -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