]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/programming-interface.itely
Minor fixes.
[lilypond.git] / Documentation / user / programming-interface.itely
index ed4285d013b62af389c97afd2570379a2a838989..ccdfd7bccf3c40905c8f4d209e81e3b0cc8cfa26 100644 (file)
@@ -836,10 +836,9 @@ useful when defining new markup commands (see
 
 @refbugs
 
-Commands which accept markup-list arguments (such as
-@code{#:line}, @code{#:center}, and@code{#:column}) cannot
-take commands with a variable or commands which are the
-result of a function call.
+The markup-list argument of commands such as @code{#:line},
+@code{#:center}, and @code{#:column} cannot be a variable or
+the result of a function call.
 
 @lisp
 (markup #:line (function-that-returns-markups))