]> git.donarmstrong.com Git - lilypond.git/commitdiff
Added information about building .lytex files.
authorGraham Percival <graham@percival-music.ca>
Sat, 16 Oct 2004 20:47:42 +0000 (20:47 +0000)
committerGraham Percival <graham@percival-music.ca>
Sat, 16 Oct 2004 20:47:42 +0000 (20:47 +0000)
ChangeLog
Documentation/user/lilypond-book.itely

index 443a1d9030d430276483777ce5d057b9d6cac7ad..f7472bbf6862108502540dc634d37e8d134540ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-16  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond-book.itely: add more details about
+       building .lytex files.
+
 2004-10-16  Werner Lemberg  <wl@gnu.org>
 
        * scripts/lilypond-book.ly (snippet_res): Define group `match'
index e2d1f939b34640289b0458808ab9ea37a45e95f1..5cc9214a9c84ecd4a66ccaf8bb47c1a9beb805bb 100644 (file)
@@ -330,7 +330,7 @@ music, so you can make a HTML document with embedded music.
 Music is entered using
 
 @example
-<lilypond relative=1 verbatim>
+<lilypond relative=2 verbatim>
   \key c \minor r8 c16 b c8 g as c16 b c8 d | g,4
 </lilypond>
 @end example
@@ -338,7 +338,8 @@ Music is entered using
 @noindent
 of which lilypond-book will produce a HTML with appropriate image tags for the
 music fragments:
+
+@c  why the second example?  -gp
 @example
 <lilypond relative=2 verbatim>
   \key c \minor r8 c16 b c8 g as c16 b c8 d | g,4
@@ -354,6 +355,7 @@ For inline pictures, use @code{<lilypond ... />} syntax, e.g.
 Some music in <lilypond a b c/> a line of text.
 @end example
 
+@c  FIXME: check if this feature is coming soon; if not, @ignore this stuff.
 A special feature not (yet) available in other output formats, is the
 @code{<lilypondfile>} tag, for example,
 @example
@@ -466,9 +468,20 @@ that directory before running La@TeX{} or @file{makeinfo}:
 
 @example
 lilypond-book --output=out yourfile.lytex
-cd out && latex yourfile.tex
+cd out
+@end example
+
+This will produce a .tex or .texi file.  To produce a pdf from the
+.tex file, you should do
+
+@example
+latex yourfile.tex
+dvips -Ppdf -u+ex-mftrace -u +lilypond.map yourfile.dvi
+ps2pdf yourfile.ps
 @end example
 
+To produce a texinfo document (in any output format), follow the normal
+procedures for texinfo.
 
 @command{lilypond-book} accepts the following command line options: