]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor editing.
authorGraham Percival <graham@percival-music.ca>
Sun, 31 Oct 2004 07:38:11 +0000 (07:38 +0000)
committerGraham Percival <graham@percival-music.ca>
Sun, 31 Oct 2004 07:38:11 +0000 (07:38 +0000)
ChangeLog
Documentation/user/changing-defaults.itely
Documentation/user/lilypond-book.itely

index b225db2df0b8bf976f7f6680575c1ed83938ee2b..c513f15bfdaabf1123c64729163f947496c95f21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-10-31  Graham Percival  <gperlist@shaw.ca>
+
+       * 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  <hanwen@xs4all.nl>
 
        * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
index 80474eed899f67dd76a7e5445b64a7f1cbdbc1e4..09a5e521f8cc5d06d9ac6edeba64394e8af5c626 100644 (file)
@@ -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.
 
index 56a3a013c15196790ea6d3b7ab8245bc15bf6f63..a544ad1a68c1d2914b13fbc93c9bb84381f8d5cb 100644 (file)
@@ -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