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