]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor fixes.
authorGraham Percival <graham@percival-music.ca>
Tue, 16 May 2006 20:48:26 +0000 (20:48 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 16 May 2006 20:48:26 +0000 (20:48 +0000)
ChangeLog
Documentation/user/changing-defaults.itely
Documentation/user/programming-interface.itely

index af4297c388af5c72cc3c11fc245158a0e05b25e9..a416149ecec427ae34cab95ad4108a0672d49294 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2006-05-16  Graham Percival  <gpermus@gmail.com>
 
-       * 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  <hanwen@lilypond.org>
 
index 56c8654abae2a53f3e32266bfe14855488fdc73b..43bc836a69f08f53ff92471ea98304ea5a43da9a 100644 (file)
@@ -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
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))