]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3672: NR: a few typos in connection with paper size
authorDavid Kastrup <dak@gnu.org>
Thu, 21 Nov 2013 08:37:26 +0000 (09:37 +0100)
committerDavid Kastrup <dak@gnu.org>
Fri, 22 Nov 2013 16:54:29 +0000 (17:54 +0100)
Documentation/notation/spacing.itely

index 9aa7224320d0d6f943e7cddbb244d56160211d5c..a56101b0dc14c345289ce28d24ba4f84a03e11a4 100644 (file)
@@ -227,15 +227,18 @@ Installed Files:
 @unnumberedsubsubsec Setting the paper size
 
 @q{A4} is the default value when no explicit paper size is set. However,
-there are two functions that can be used to change it
-@code{set-default-paper-size},
+there are two functions that can be used to change it:
+
+@table @code
+@item set-default-paper-size
 
 @example
 #(set-default-paper-size "quarto")
 @end example
 
-which must always be placed at the toplevel scope. and
-@code{set-paper-size},
+which must always be placed at the toplevel scope, and
+
+@item set-paper-size
 
 @example
 \paper @{
@@ -244,9 +247,10 @@ which must always be placed at the toplevel scope. and
 @end example
 
 which must always be placed in a @code{\paper} block.
+@end table
 
 If the @code{set-default-paper-size} function is used in the toplevel
-scope, it must come before the any @code{\paper} block.
+scope, it must come before any @code{\paper} block.
 @code{set-default-paper-size} sets the paper size for all pages,
 whereas @code{set-paper-size} only sets the paper size for the pages
 that the @code{\paper} block applies to.  For example, if the