]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/invoking.itexi
27faa46090cf436eab40db621cdf6fe9f02c9195
[lilypond.git] / Documentation / user / invoking.itexi
1 @c -*-texinfo-*-
2 @node Invoking LilyPond
3 @chapter Invoking LilyPond
4
5 @menu
6 * Reporting bugs::              
7 * Website::                     
8 * Titling LilyPond scores::     
9 @end menu
10
11 @cindex Invoking LilyPond
12 @cindex command line options
13 @cindex options, command line
14 @cindex switches
15
16 Usage:
17
18 @example
19         lilypond [@var{option}]@dots{} @var{file}@dots{}
20 @end example
21
22
23
24 When invoked with a filename that has no extension, LilyPond will try
25 to add @file{.ly} as an extension first.  To have LilyPond read from
26 stdin, use a dash @code{-} for @var{file}.
27
28 When LilyPond processes @file{filename.ly} it will produce
29 @file{filename.tex} as output (or @file{filename.ps} for PostScript
30 output).  If @file{filename.ly} contains more than one @code{\score}
31 block, then LilyPond will output the rest in numbered files, starting
32 with @file{filename-1.tex}.  Several files can be specified; they will
33 each be processed independently.  @footnote{The status of GUILE is not
34 reset across invocations, so be careful not to change any default
35 settings from within Scheme .}
36
37
38 @section Command line options
39
40 The following options are supported:
41
42 @table @code
43
44 @item -e,--evaluate=@var{code}
45   Evaluates the Scheme @var{code} before parsing @file{.ly}
46 files. Multiple @code{-e} options may be given. They will be evaluated
47 sequentially. The function @code{set-lily-option} may be invoked to
48 set various debugging options.
49
50
51
52 @item -f,--format=@var{format}
53 @c
54 @c
55 Output format for sheet music. Choices are @code{tex} (for @TeX{}
56 output, to be processed with plain @TeX{}, or through ly2dvi),
57 @code{pdftex} for PDF@TeX{} input, @code{ps} (for PostScript),
58 @code{scm} (for a Scheme dump), @code{sk} (for Sketch) and @code{as}
59 (for ASCII-art).
60
61 @strong{This option is only for developers}. Only the @TeX{} output of
62 these is usable for real work. More information can be found at
63 @uref{http://lilypond.org/wiki?OutputFormats}.
64
65
66 @cindex output format, setting
67 @cindex Sketch output
68 @cindex ASCII-art output
69 @cindex PDFTeX output
70 @cindex PostScript output
71 @cindex Scheme dump
72
73 @item -h,--help
74 Show a summary of usage.
75 @item --include, -I=@var{directory}
76 Add @var{directory} to the search path for input files.
77 @cindex file searching
78 @cindex search path
79 @item -i,--init=@var{file}
80 Set init file to @var{file} (default: @file{init.ly}).
81 @item -m,--no-paper
82 @cindex MIDI
83 Disable @TeX{} output. If you have a @code{\midi} definition midi output
84 will be generated.
85 @item -M,--dependencies
86 Output rules to be included in Makefile.
87 @item -o,--output=@var{FILE}
88 Set the default output file to @var{FILE}.
89
90 @ignore
91 @item -s,--safe
92 Disallow untrusted @code{\include} directives, in-line
93 Scheme evaluation, backslashes in @TeX{}, code.
94
95 @strong{WARNING}: the @code{--safe} option has not been reviewed for a
96 long time. Do not rely on it for automatic invocation (e.g. over the
97 web). Volunteers are welcome to do a new audit.
98 @end ignore
99
100 @item -v,--version
101 Show version information 
102 @item -V,--verbose
103 Be verbose: show full paths of all  files read, and give timing
104 information.
105
106 @item -w,--warranty
107 Show the warranty with which GNU LilyPond comes. (It comes with 
108 @strong{NO WARRANTY}!)
109 @end table
110
111 @section Environment variables
112
113
114 For processing both the @TeX{} and the PostScript output, you must
115 have appropriate environment variables set.  Scripts to do this are
116 included in @file{buildscripts/out/lilypond-profile} (for sh shells)
117 and @file{buildscripts/out/lilypond-login} (for C-shells), and should
118 normally be sourced as part of your login process. If these scripts
119 are not run from the system wide login process, then you must run it
120 yourself.
121
122 @cindex installing LilyPond
123
124 If you use sh, bash, or a similar shell, then add the following to
125 your @file{.profile}
126 @example
127         . lilypond-profile
128 @end example
129
130 If you use csh, tcsh or a similar shell, then add the following to
131 your @file{~/.login}
132 @example
133         source lilypond-login
134 @end example
135
136 These scripts set the following variables
137 @table @code
138 @item TEXMF
139  To make sure that @TeX{} and lilypond find data files (among
140 others @file{.tex}, @file{.mf} and @file{.tfm}),
141 you have to set @code{TEXMF} to point to the lilypond data
142 file tree. A typical setting would be
143 @example
144 @{/usr/share/lilypond/1.6.0,@{!!/usr/share/texmf@}@}
145 @end example
146
147
148 @item GS_LIB
149 For processing PostScript output (obtained with
150 @code{-f ps}) with Ghostscript you have to set @code{GS_LIB} to
151 point to the directory containing LilyPond PS files.
152
153 @item GS_FONTPATH
154 For processing PostScript output (obtained with
155 @code{-f ps}) with Ghostscript you have to set @code{GS_FONTPATH} to
156 point to the directory containing LilyPond PFA files.
157
158 When you print direct PS output, remember to send the PFA files to the
159 printer as well.
160 @end table
161
162
163 @cindex ghostscript
164 @cindex PostScript
165 @cindex GS_FONTPATH
166 @cindex GS_LIB
167 @cindex TEXMF
168 @cindex printing postscript
169
170 The LilyPond binary itself recognizes the following environment variables
171 @table @code
172 @item LILYPONDPREFIX
173 This specifies a directory where locale messages and
174 data files will be looked up by default. The directory should contain
175 subdirectories called @file{ly/}, @file{ps/}, @file{tex/}, etc.
176
177 @item LANG
178 This selects the language for the warning messages of LilyPond.
179 @end table
180
181 @cindex LANG
182 @cindex LILYPONDPREFIX
183
184
185
186 @cindex bugs
187 @cindex reporting bugs
188
189 @node Reporting bugs
190 @section Reporting bugs
191
192 Since there is no finder's fee which doubles every year, there is no
193 need to wait for the prize money to grow. So send a bug report today!
194
195 LilyPond development moves quickly, so if you have a problem, it is
196 wise to check if it has been fixed in a newer release.  If you think
197 you found a bug, please send in a bugreport.  When you send us a
198 bugreport, we have to diagnose the problem and if possible, duplicate
199 it.  To make this possible, it is important that you include the
200 following information in your report:
201
202 @itemize @bullet
203
204 @item A sample input which causes the error.  Please have mercy on the
205 developers, send a @emph{small} sample file.
206
207 @item The version number of lilypond.
208
209 @item A description of the platform you use (i.e., operating system,
210 system libraries, whether you downloaded a binary release)
211
212 @item If necessary, send a description of the bug itself.  If you
213 include output a ly2dvi run, please use @code{--verbose} option of
214 ly2dvi.
215
216 @end itemize
217
218 You can send the report to @email{bug-lilypond@@gnu.org}. This is a
219 mailinglist, but you don't have to be subscribed to it to post.
220
221 @node Website
222 @section Website
223
224 If you are reading this manual in print, it is possible that the
225 website contains updates to the manual. You can find the lilypond
226 website at @uref{http://www.lilypond.org/}.
227
228
229 @node Titling LilyPond scores
230 @section Titling LilyPond scores
231
232 Nicely titled output is created through a separate program:
233 @file{ly2dvi} is a script that uses LilyPond and La@TeX{} to create a
234 nicely titled piece of sheet music, in DVI format or PostScript.
235
236 @subsection Invoking ly2dvi
237
238 @c ly2dvi needs at least one FILE, can't act as filter yet
239 @example
240         ly2dvi [@var{option}]@dots{} @var{file}@dots{}
241 @end example
242
243 Ly2dvi supports the following options:
244
245 @table @code
246 @item -k,--keep
247     Keep the temporary directory including LilyPond and ly2dvi output
248 files. The temporary directory is created in the current directory as @code{ly2dvi.dir}.
249 @item -d,--dependencies
250     Write makefile dependencies for every input file.
251 @item -h,--help
252     Print usage help.
253 @item -I,--include=@var{dir}
254     Add @var{dir} to LilyPond's include path.
255 @item -m,--no-paper
256     Produce MIDI output only.
257 @item --no-lily
258     Do not run LilyPond; useful for debugging ly2dvi.
259 @item -o,--output=@var{file}
260     Generate output to @var{file}.  The extension of @var{file} is ignored.
261 @item -P,--postscript
262     Also generate PostScript output, using dvips.
263 @item --preview
264     Also generate a picture of the first system of the score.
265 @item -s,--set=@var{key}=@var{val}
266     Add @var{key}= @var{val} to the settings, overriding those specified
267 in the files. Possible keys: @code{language}, @code{latexheaders},
268 @code{latexpackages}, @code{latexoptions}, @code{papersize},
269 @code{pagenumber}, @code{linewidth}, @code{orientation},
270 @code{textheight}.
271 @item -v,--version
272 Show version information 
273 @item -V,--verbose
274 Be verbose
275 @item -w,--warranty
276 Show the warranty with which GNU LilyPond comes. (It comes with 
277 @strong{NO WARRANTY}!)
278 @end table
279
280 @subsection Titling layout
281
282 Ly2dvi extracts the following header fields from the LY files to
283 generate titling:
284
285 @table @code
286 @item title
287     The title of the music. Centered on top of the first page.
288 @item subtitle
289     Subtitle, centered below the title.
290 @item poet
291     Name of the poet, left flushed below the subtitle.
292 @item composer
293     Name of the composer, right flushed below the subtitle.
294 @item meter
295     Meter string, left flushed below the poet.
296 @item opus
297     Name of the opus, right flushed below the composer.
298 @item arranger
299     Name of the arranger, right flushed below the opus.
300 @item instrument
301     Name of the instrument, centered below the arranger
302 @item piece
303     Name of the piece, left flushed below the instrument
304 @item head
305     A text to print in the header of all pages. It is not called
306 @code{header}, because @code{\header} is a reserved word in LilyPond.
307 @item copyright
308     A text to print in the footer of the first page. Default is to 
309     print the standard footer also on the first page.
310 @item footer
311     A text to print in the footer of all but the last page.
312 @item tagline
313     Line to print at the bottom of last page. The default text is ``Lily
314 was here, @var{version-number}''.
315 @end table
316
317
318 @cindex header
319 @cindex footer
320 @cindex page layout
321 @cindex titles
322
323
324
325 @subsection Additional parameters
326
327 Ly2dvi responds to several parameters specified in a @code{\paper}
328 section of the LilyPond file. They can be overridden by supplying a
329 @code{--set} command line option.
330
331 @table @code
332 @item language
333     Specify La@TeX{} language: the @code{babel} package will be
334 included.  Default: unset.
335
336         Read from the @code{\header} block.
337
338 @item latexheaders
339     Specify additional La@TeX{} headers file.
340
341         Normally read from the @code{\header} block. Default value: empty
342
343 @item latexpackages
344     Specify additional La@TeX{} packages file. This works cumulative,
345 so you can add multiple packages using multiple @code{-s=latexpackages} options.
346        Normally read from the @code{\header} block. Default value:
347 @code{geometry}.
348
349 @item latexoptions
350     Specify additional options for the La@TeX{} @code{\documentclass}. You can put any valid value here. This was designed to allow ly2dvi to produce output for double-sided paper, with balanced margins and pagenumbers on alternating sides. To achieve this specify @code{twoside}
351
352 @item orientation
353     Set orientation. Choices are @code{portrait} or @code{landscape}. Is
354 read from the @code{\paper} block, if set.
355         
356 @item textheight
357     The vertical extension of the music on the page. It is normally 
358     calculated automatically, based on the paper size.
359
360 @item linewidth
361         The music line width. It is normally read from the @code{\paper}
362 block.
363
364 @item papersize
365    The paper size (as a name, e.g. @code{a4}). It is normally read from
366 the @code{\paper} block.
367
368 @item pagenumber
369    If set to @code{no}, no page numbers will be printed.
370
371
372   
373   @item fontenc
374      The font encoding, should be set identical to the @code{font-encoding}
375      property in the score.
376 @end table
377
378 @subsection Environment variables
379
380 @table @code
381 @item LANG
382 selects the language for the warning messages of Ly2dvi and LilyPond.
383 @end table
384
385