lilypond-1.1.49
[lilypond.git] / Documentation / mudela-book.pod
blobf44c60b3548ec339d8921d60aac40aea7f1e5ba2
1 =head1 NAME
3 mudela-book - integrate LaTeX and mudela
5 =head1 SYNOPSIS
7         mudela-book [options] [file]
9 =head1 DESCRIPTION
11 If no file is given, input is taken from the standard input
13 mudela-book runs LilyPond on fragments of mudela in your source file,
14 and produces a LaTeXable document, with formatted music.
16         \begin{mudela}
17         CONTENTS
18         \end{mudela}
20 runs LilyPond on CONTENTS, and puts the result back, surrounded by
21 \preexample and \postexample commands. The \begin  takes  the
22 following options:
24 =over 4
26 =item fragment
28 mudela-book adds some redtape. You
29 can substitute voice-contents for CONTENTS in this case.
31 =item verbatim
33 CONTENTS is copied into the TeX source enclosed in a verbatim block.
35 =back
37 =head1 OPTIONS
39 =over 4
41 =item B<--outname>
43 The name of TeX file to output. If none is given, the output is
44 printed on stdout.
46 =item B<--outdir> 
48 The directory to output lilypond output and input to
50 =back
52 =head1 BUGS
54 Doesn't handle incorrect input sanely. 
56 =head1 AUTHOR
58 Han-Wen Nienhuys <hanwen@gnu.org>