From b4e0071db1daf79f3707f368c6a22a446c0f6ecd Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 31 Oct 2004 07:38:11 +0000 Subject: [PATCH] Minor editing. --- ChangeLog | 8 ++++++++ Documentation/user/changing-defaults.itely | 4 ++-- Documentation/user/lilypond-book.itely | 8 ++++++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b225db2df0..c513f15bfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-10-31 Graham Percival + + * Documentation/user/changing-defaults.itely: clarify paper + size commands with correct info. + + * Documentation/user/lilypond-book.itely: add more docs for + filename extensions. + 2004-10-31 Han-Wen Nienhuys * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0 diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index 80474eed89..09a5e521f8 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -2179,12 +2179,12 @@ Page breaks are computed by the @code{page-breaking} function in the To change the paper size, there are two equal commands, @example #(set-default-paper-size "a4") - \layout@{ + \paper@{ #(set-paper-size "a4") @} @end example -The first command sets the size of all pages. The second command sets the size of the pages that the @code{\layout} block applies to -- if the @code{\layout} block is at the top of the file, then it will apply to all pages. If the @code{\layout} block is inside a @code{\score}, then the paper size will only apply to that score. +The first command sets the size of all pages. The second command sets the size of the pages that the @code{\paper} block applies to -- if the @code{\paper} block is at the top of the file, then it will apply to all pages. If the @code{\paper} block is inside a @code{\score}, then the paper size will only apply to that score. The following paper sizes are supported. diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index 56a3a013c1..a544ad1a68 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -551,8 +551,12 @@ You can use any filename extension, but if you do not use the recommended extension, you may need to manually specify what output format you want. See @ref{Invoking lilypond-book} for details. -@code{Lilypond-book} automatically selects the output format based -on the filename. +@code{lilypond-book} automatically selects the output format based +on the filename. For example, running @code{lilypond-book myfile.lytex} +will make @code{lilypond-book} produce latex output. If the file +was merely @code{myfile}, then @code{lilypond-book} would not know +which output format to produce (unless you specified it with +@code{-f=latex}. @table @code -- 2.39.5