]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typos.
authorGraham Percival <graham@percival-music.ca>
Mon, 13 Jun 2005 10:06:37 +0000 (10:06 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 13 Jun 2005 10:06:37 +0000 (10:06 +0000)
ChangeLog
Documentation/topdocs/INSTALL.texi
Documentation/user/lilypond-book.itely

index 5bf8994ffecf4f5562816f04cc28d0d5cae1cea4..dda8708294ee84a69ee8235a603ad9fda736ba3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-13  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/topdocs/INSTALL.texi,
+       Documentation/user/lilypond-book.itely: typos.
+
 2005-06-12  Pal Benko  <benkop@freestart.hu>
 
        * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
index 8ffc07c5b8ab7eb46cb75a87a1a7040166101e85..341c419ce5e6acf076e03f4983592028cb9db79c 100644 (file)
@@ -286,7 +286,7 @@ Bugs that are not fault of LilyPond are documented here.
 @subsection Bison 1.875
 
 There is a bug in bison-1.875: compilation fails with "parse error
-before `goto'" in line 4922 due to a bug in bison. To fix, either
+before `goto'" in line 4922 due to a bug in bison. To fix, please
 recompile bison 1.875 with the following fix
 
 @quotation
index 2e3db4cce07d4604cfb355f2ba533d4d7f5c0c24..2aa6b304ee72e35de6ebb810307c7092a37a684d 100644 (file)
@@ -574,7 +574,7 @@ To produce PDF output from the lilypond-book file (here called
 @example
 lilypond-book --psfonts yourfile.lytex
 latex yourfile.tex
-dvips -h tempfonts.ps -Ppdf yourfile.dvi
+dvips -h yourfile.psfonts -Ppdf yourfile.dvi
 ps2pdf yourfile.ps
 @end example