From: Graham Percival Date: Tue, 16 May 2006 20:48:26 +0000 (+0000) Subject: Minor fixes. X-Git-Tag: release/2.9.5~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=38022bf01f549485b6ef761de3c0933914513a26;p=lilypond.git Minor fixes. --- diff --git a/ChangeLog b/ChangeLog index af4297c388..a416149ece 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2006-05-16 Graham Percival - * Documentation/user/basic-notation.itely: editing from Dave, thnaks! + * Documentation/user/basic-notation.itely: editing from Dave, thanks! + + * Documentation/user/ various: minor fixes. 2006-05-16 Han-Wen Nienhuys diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index 56c8654aba..43bc836a69 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -423,8 +423,9 @@ Within LilyPond, these rules and bits of information are grouped in example: a @context{Staff} can contain many @context{Voice}s, and a @context{Score} can contain many @context{Staff} contexts. -@c FIXME: doesn't work yet! -gp -@c @image{context-example,,,eps} +@quotation +@image{context-example,1600%,,eps} +@end quotation Each context has the responsibility for enforcing some notation rules, creating some notation objects and maintaining the associated diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index ed4285d013..ccdfd7bccf 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -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))