From: Graham Percival Date: Sat, 16 Oct 2004 20:47:42 +0000 (+0000) Subject: Added information about building .lytex files. X-Git-Tag: release/2.3.23~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e167f3eb200f6a6ec8b645b74997caa895a92cfa;p=lilypond.git Added information about building .lytex files. --- diff --git a/ChangeLog b/ChangeLog index 443a1d9030..f7472bbf68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-16 Graham Percival + + * Documentation/user/lilypond-book.itely: add more details about + building .lytex files. + 2004-10-16 Werner Lemberg * scripts/lilypond-book.ly (snippet_res): Define group `match' diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index e2d1f939b3..5cc9214a9c 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -330,7 +330,7 @@ music, so you can make a HTML document with embedded music. Music is entered using @example - + \key c \minor r8 c16 b c8 g as c16 b c8 d | g,4 @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 \key c \minor r8 c16 b c8 g as c16 b c8 d | g,4 @@ -354,6 +355,7 @@ For inline pictures, use @code{} syntax, e.g. Some music in 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{} 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: