From: Mats Bengtsson Date: Mon, 1 Mar 2004 15:27:53 +0000 (+0000) Subject: * Documentation/user/lilypond-book.itely (Integrating LaTeX and X-Git-Tag: release/2.1.29~34 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3a99b4a1b7eed262a67432a1627f71ee0053528e;p=lilypond.git * Documentation/user/lilypond-book.itely (Integrating LaTeX and music), Documentation/user/invoking.itexi (Invoking lilypond): Move documentation of LaTeX packages for latin1 characters to the lilypond-book manual. --- diff --git a/ChangeLog b/ChangeLog index 7b06c7e37f..f5142e01c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-03-01 Mats Bengtsson + + * Documentation/user/lilypond-book.itely (Integrating LaTeX and + music), Documentation/user/invoking.itexi (Invoking lilypond): + Move documentation of LaTeX packages for latin1 characters to the + lilypond-book manual. + 2004-03-01 Heikki Junes * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian). diff --git a/Documentation/user/invoking.itexi b/Documentation/user/invoking.itexi index dd53374614..0e0b88ba94 100644 --- a/Documentation/user/invoking.itexi +++ b/Documentation/user/invoking.itexi @@ -53,13 +53,6 @@ files. The temporary directory is created in the current directory as @code{@cod @cindex PDF @cindex Scalable fonts -@c why is this comment here? --hwn - - If you use lilypond-book or your own wrapper files, do not use -@code{\usepackage[[T1]@{fontenc@}} in the file header but do not forget -@code{\usepackage[latin1]@{inputenc@}} if you use any other -non-anglosaxian characters. - @item --png Also generate pictures of each page, in PNG format. @item --psgz diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index 0d2df547ef..5cb7d0d6d9 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -164,6 +164,10 @@ and the @end ignore are also interpreted. +@cindex titling and lilypond-book +@cindex lilypond-book and titling +@cindex @code{\header} in La@TeX{} documents + The titling from the @code{\header} section of the fragments can be imported by adding the following to the top of the La@TeX{} file: @@ -175,17 +179,6 @@ imported by adding the following to the top of the La@TeX{} file: The music will be surrounded by @code{\preLilyPondExample} and @code{\postLilyPondExample}, which are defined to be empty by default. -@cindex titling and lilypond-book -@cindex lilypond-book and titling -@cindex @code{\header} in La@TeX{} documents - -To add titling from the @code{\header} section of the files, add the -following to the top of the La@TeX{} file: -@example -\input titledefs.tex -\def\preLilyPondExample@{\def\mustmakelilypondtitle@{@}@} -@end example - @cindex outline fonts @cindex type1 fonts @cindex dvips @@ -201,6 +194,21 @@ the dvips command line: @noindent PDF can then be produced with @code{ps2pdf}. +@cindex international characters +@cindex latin1 + +LilyPond does not use the LaTeX font handling scheme for lyrics and text +markups, so if you use non-anglosaxian characters in your lilypond-book +documents, include @code{\usepackage[latin1]@{inputenc@}} in the file +header but do not include @code{\usepackage[[T1]@{fontenc@}}. Character +sets other than latin1 are not supported directly but may be handled by +explicitly specifying the @code{font-name} property in LilyPond and +using the corresponding LaTeX packages. Please consult the mailing list +for more details. + + + + @node Integrating HTML and music @section Integrating HTML and music