From: David Kastrup Date: Thu, 21 Nov 2013 08:37:26 +0000 (+0100) Subject: Issue 3672: NR: a few typos in connection with paper size X-Git-Tag: release/2.19.0-1~135 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=97166d39d90558b651d6e8c635dc811978ff626b;p=lilypond.git Issue 3672: NR: a few typos in connection with paper size --- diff --git a/Documentation/notation/spacing.itely b/Documentation/notation/spacing.itely index bea1a12027..762befe6fc 100644 --- a/Documentation/notation/spacing.itely +++ b/Documentation/notation/spacing.itely @@ -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