]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/man/out/mudela-book.1
release: 1.1.4
[lilypond.git] / Documentation / man / out / mudela-book.1
1 .TH "LilyPond" "1" "1998" "The LilyPond package" "mudela-book" 
2 .PP 
3 .PP 
4 .SH "NAME" 
5 mudela-book \- integrate LaTeX and mudela
6 .PP 
7 .SH "SYNOPSIS" 
8 \fBmudela-book\fP [options] inputfile
9 .PP 
10 .SH "DESCRIPTION" 
11 \fBmudela-book\fP is a script that helps
12 integrating mudela and \&.  mudela-book runs LilyPond on
13 fragments of mudela in your source file, and includes the results into
14 document that can be processed with \&.  The result is a text
15 document with formatted music integrated\&.
16 .PP 
17 If the file contains the ``block\'\'
18 .PP 
19
20 .DS 
21  
22
23         \ebegin{mudela}
24         CONTENTS
25         \eend{mudela}
26
27 .DE 
28  
29
30 .PP 
31 then LilyPond is run on CONTENTS\&.  mudela-book puts the result back,
32 surrounded by \f(CW\epreMudelaExample\fP and \f(CW\epostMudelaExample\fP
33 commands\&. The \f(CW\ebegin\fP takes the following options:
34 .PP 
35 .IP "floating" 
36 the created graphics can be inserted in the middle of a text line, 
37 not only as a separate paragraph
38 .IP "fragment" 
39 mudela-book adds some redtape\&. You
40 can substitute voice-contents for CONTENTS in this case\&.
41 .IP "verbatim" 
42 CONTENTS is copied into the TeX source enclosed in a verbatim block\&.
43 .IP "11pt, 13pt, 16pt, 20pt, 26pt" 
44 set the fontsize to use for the music
45 .PP 
46 .SH "OPTIONS" 
47 .PP 
48 .IP 
49 .IP "--mudela-fontsize" 
50 Set the fontsize to use for mudela if no fontsize is given
51 as option\&.
52 .IP "--force-mudela-fontsize" 
53 Force all mudela to use this fontsize, overriding options
54 given to \ebegin{mudela}
55 .IP "--outname" 
56 The name of  file to output\&. If this option  is not given,
57 the output name derived from the input name\&.
58 .IP "--outdir" 
59 The directory to output lilypond output and input to\&.
60 .IP "--help" 
61 print a short help message
62 .IP "--dependencies" 
63 write dependencies to outdir/filname\&.dep
64 .PP 
65 .SH "FILES" 
66 You have to install LaTeX\&. \fBmudela-book\fP is not tested on LaTeX 2\&.09
67 and will probably fail on something else than LaTeX2e\&.
68 .PP 
69 \fBmudela-book\fP is written in  python 1\&.5, so you have to install 
70 python\&.
71 .PP 
72 .SH "BUGS" 
73 .PP 
74 The LaTeX \eincludeonly{\&.\&.\&.} command is ignored\&.
75 .PP 
76 You get trouble if you use the --force-verbatim option and have some
77 music in \efootnote{\&.\&.\&.} or \emarginpar{\&.\&.\&.}\&.
78 .PP 
79 Ignores almost all LaTeX commands that changes margins and linewidths\&.
80 .PP 
81 .SH "AUTHOR" 
82 .PP 
83 Han-Wen Nienhuys <hanwen@cs\&.uu\&.nl>, http://www\&.cs\&.uu\&.nl/people/hanwen
84 .PP 
85 Tom Cato Amundsen <tomato@xoommail\&.com>