]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/lilypond-book.itely (Integrating LaTeX and
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Mon, 1 Mar 2004 15:27:53 +0000 (15:27 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Mon, 1 Mar 2004 15:27:53 +0000 (15:27 +0000)
music), Documentation/user/invoking.itexi (Invoking lilypond):
Move documentation of LaTeX packages for latin1 characters to the
lilypond-book manual.

ChangeLog
Documentation/user/invoking.itexi
Documentation/user/lilypond-book.itely

index 7b06c7e37f1e0faaccb6dbc91ae2a845c11fddd4..f5142e01c80496983bbe3450a12ecfc1311b0225 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * 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 <hjunes@cc.hut.fi>
 
        * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
index dd53374614a01f09791552d710e2e4747ad3736d..0e0b88ba9434b429932291adbf604eef599f49bc 100644 (file)
@@ -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
index 0d2df547efd1bcf541628aaa9d2dea5c39a67c49..5cb7d0d6d987f63556b48da8174846d95663199c 100644 (file)
@@ -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