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