CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Mats Bengtsson <[EMAIL PROTECTED]> 05/05/09 08:31:11
Modified files:
. : ChangeLog
Documentation/user: lilypond-book.itely
Log message:
* Documentation/user/lilypond-book.itely : Clarify and correct how
to call dvips with -h psfonts.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3574&tr2=1.3575&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/lilypond-book.itely.diff?tr1=1.109&tr2=1.110&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3574 lilypond/ChangeLog:1.3575
--- lilypond/ChangeLog:1.3574 Mon May 9 08:19:18 2005
+++ lilypond/ChangeLog Mon May 9 08:31:11 2005
@@ -1,3 +1,8 @@
+2005-05-09 Mats Bengtsson <[EMAIL PROTECTED]>
+
+ * Documentation/user/lilypond-book.itely : Clarify and correct how
+ to call dvips with -h psfonts.
+
2005-05-09 Jan Nieuwenhuizen <[EMAIL PROTECTED]>
* Documentation/user/instrument-notation.itely (Entering lyrics):
Index: lilypond/Documentation/user/lilypond-book.itely
diff -u lilypond/Documentation/user/lilypond-book.itely:1.109
lilypond/Documentation/user/lilypond-book.itely:1.110
--- lilypond/Documentation/user/lilypond-book.itely:1.109 Mon May 9
02:51:31 2005
+++ lilypond/Documentation/user/lilypond-book.itely Mon May 9 08:31:11 2005
@@ -93,7 +93,7 @@
@example
cd input/tutorial
mkdir -p out/
-lilypond-book --output=out lilybook.tex
+lilypond-book --output=out --psfonts=out/psfonts lilybook.tex
@emph{lilypond-book (GNU LilyPond) 2.6.0}
@emph{Reading lilybook.tex...}
@emph{..lots of stuff deleted..}
@@ -107,7 +107,7 @@
To convert the file into a PDF document, run the following commands
@example
-dvips -Ppdf -u+lilypond -u+ec-mftrace lilybook
+dvips -Ppdf -h psfonts lilybook
ps2pdf lilybook.ps
@end example
@@ -263,6 +263,11 @@
The font symbol names are defined in the file feta20.tex; to find
the location of this file, use the command
[EMAIL PROTECTED]
+** AARGH. the titledefs and feta20.tex files will not be found
+ now that the lilypond-profile isn't used anymore!!! /Mats
[EMAIL PROTECTED] ignore
+
@example
kpsewhich feta20.tex
@end example
@@ -278,11 +283,13 @@
command line:
@example
--Ppdf -u+lilypond.map -u+ec-mftrace.map
+-Ppdf -h psfonts
@end example
@noindent
-PDF can then be produced with a PostScript to PDF translator like
+where the @command{psfonts} file is obtained from
[EMAIL PROTECTED], @xref{Invoking lilypond-book} for details. PDF
+can then be produced with a PostScript to PDF translator like
@code{ps2pdf} (which is part of GhostScript).
@cindex international characters
@@ -550,8 +557,9 @@
processing.
@command{lilypond-book} can also create a PSFONTS file, which is required
-by @command{dvips} to produce pdfs. You can call this file whatever you
-want as long as you refer to the same file when you call @command{dvips}.
+by @command{dvips} to produce Postscript and PDF files. You can call
+this file whatever you want as long as you refer to the same file when
+you call @command{dvips}.
To produce PDF output from the lilypond-book file (here called
@code{yourfile.lytex}), you should do
@@ -559,7 +567,7 @@
@example
lilypond-book --psfonts=tempfonts.ps yourfile.lytex
latex yourfile.tex
-dvips -h tempfonts.ps -Ppdf -u+ec-mftrace.map -u+lilypond.map yourfile.dvi
+dvips -h tempfonts.ps -Ppdf yourfile.dvi
ps2pdf yourfile.ps
@end example
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs