]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/nl/notation/input.itely
8a0b74a56112a080181ba10e29eab3b0df426c2e
[lilypond.git] / Documentation / nl / notation / input.itely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: nl -*-
2 @c This file is part of notation.tely
3 @ignore
4     Translation of GIT committish: 1b3da70d81938d19a2b107382bbe25a267cf130b
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  For details, see the Contributors'
8     Guide, node Updating translation committishes..
9 @end ignore
10
11
12 @c -*- coding: utf-8; mode: texinfo; -*-
13 @c \version "2.12.0"
14 @node General input and output
15 @chapter General input and output
16
17 @untranslated
18
19
20 @menu
21 * Input structure::
22 * Titles and headers::
23 * Working with input files::
24 * Controlling output::
25 * MIDI output::
26 @end menu
27
28 @node Input structure
29 @section Input structure
30
31 @untranslated
32
33
34 @menu
35 * Structure of a score::
36 * Multiple scores in a book::
37 * File structure::
38 @end menu
39
40 @node Structure of a score
41 @subsection Structure of a score
42
43 @untranslated
44
45
46 @ref{File structure}.)  Both single-line comments and comments
47 @c ode{\score} block.
48 @node Multiple scores in a book
49 @subsection Multiple scores in a book
50
51 @untranslated
52
53
54 @c index movements, multiple
55 @c ode{\book} block will result in a separate output.  If you do not
56 @c ode{\book}, but if it is not present, the @code{\header} which is at
57 @node File structure
58 @subsection File structure
59
60 @untranslated
61
62
63 @c ode{\layout}.  Such a definition at the toplevel changes the default
64 @c ode{#(set-default-paper-size "a7" 'landscape)} or
65 @c ode{#(ly:set-option 'point-and-click #f)}.
66 @c ode{toplevel-score-handler} at toplevel.  The default handler is
67 @c ode{\book} blocks in a @code{.ly} file is if you wish to create
68 @c ode{toplevel-music-handler} at toplevel.  The default handler is
69 @c index variables
70 @c index whitespace
71 @c ode{\override} and @code{\set} commands.  In particular, spaces
72 @c ode{\override Score . LyricText #'font-size = #5} and before and
73 @node Titles and headers
74 @section Titles and headers
75
76 @untranslated
77
78
79 @menu
80 * Creating titles::
81 * Custom titles::
82 * Reference to page numbers::
83 * Table of contents::
84 @end menu
85
86 @node Creating titles
87 @subsection Creating titles
88
89 @untranslated
90
91
92 @c ode{\bookpart} blocks).
93 @c index page breaks, forcing
94 @c ode{\header} inside @code{\score}) by using
95 @c index copyright
96 @c index tagline
97 @c ode{copyright} field from @code{\header} is inserted, and the last
98 @node Custom titles
99 @subsection Custom titles
100
101 @untranslated
102
103
104 @c index \paper
105 @c index header
106 @c index footer
107 @c index page layout
108 @c index titles
109 @node Reference to page numbers
110 @subsection Reference to page numbers
111
112 @untranslated
113
114
115 @c ode{\label},
116 @c ode{\page-ref}.
117 @node Table of contents
118 @subsection Table of contents
119
120 @untranslated
121
122
123 @c ode{\table-of-contents},
124 @c ode{\tocItem}.
125 @node Working with input files
126 @section Working with input files
127
128 @untranslated
129
130
131 @menu
132 * Including LilyPond files::
133 * Different editions from one source::
134 * Text encoding::
135 * Displaying LilyPond notation::
136 @end menu
137
138 @node Including LilyPond files
139 @subsection Including LilyPond files
140
141 @untranslated
142
143
144 @c index including files
145 @c ode{\include} statements are not interpreted until they have
146 @c ode{-drelative-includes} option at the command line
147 @node Different editions from one source
148 @subsection Different editions from one source
149
150 @untranslated
151
152
153 @menu
154 * Using variables::
155 * Using tags::
156 @end menu
157
158 @node Using variables
159 @unnumberedsubsubsec Using variables
160
161 @untranslated
162
163
164 @c index variables, use of
165 @node Using tags
166 @unnumberedsubsubsec Using tags
167
168 @untranslated
169
170
171 @c index tag
172 @c index keep tagged music
173 @c index remove tagged music
174 @c ode{\removeWithTag #'@var{name}}.  The result of applying these filters
175 @c ode{\removeWithTag}
176 @c ode{\removeWithTag} commands should be a symbol
177 @c ode{\tag} entries:
178 @ref{Automatic part combining},
179 @ref{Including LilyPond files}.
180 @c This warning is more general than this placement implies.
181 @c Rests are not merged whether or not they come from tagged sections.
182 @c Should be deleted?  -td
183 @node Text encoding
184 @subsection Text encoding
185
186 @untranslated
187
188
189 @c index Unicode
190 @c index UTF-8
191 @c index non-ASCII characters
192 @c ode{\markup} block, where @code{hhhh} is the hexadecimal code for
193 @c index copyright sign
194 @node Displaying LilyPond notation
195 @subsection Displaying LilyPond notation
196
197 @untranslated
198
199
200 @c TODO What happens under Windows?
201 @node Controlling output
202 @section Controlling output
203
204 @untranslated
205
206
207 @menu
208 * Extracting fragments of music::
209 * Skipping corrected music::
210 * Alternative output formats::
211 @end menu
212
213 @node Extracting fragments of music
214 @subsection Extracting fragments of music
215
216 @untranslated
217
218
219 @c ode{-dclip-systems}.  The clips are output as EPS files, and are
220 @node Skipping corrected music
221 @subsection Skipping corrected music
222
223 @untranslated
224
225
226 @node Alternative output formats
227 @subsection Alternative output formats
228
229 @untranslated
230
231
232 @c index scalable vector graphics output
233 @c index SVG output
234 @c index encapsulated postscript output
235 @c index EPS output
236 @node MIDI output
237 @section MIDI output
238
239 @untranslated
240
241
242 @c index Sound
243 @c index MIDI
244 @c TODO Check this
245 @menu
246 * Creating MIDI files::
247 * MIDI block::
248 * What goes into the MIDI output?::
249 * Repeats in MIDI::
250 * Controlling MIDI dynamics::
251 * Percussion in MIDI::
252 @end menu
253
254 @node Creating MIDI files
255 @subsection Creating MIDI files
256
257 @untranslated
258
259
260 @c ode{\midi} block to a score, for example,
261 @c ode{\layout} block, only MIDI output will be produced.  When
262 @c ode{.midi}.
263 @unnumberedsubsubsec Instrument names
264 @c index instrument names
265 @c ode{Staff.midiInstrument} property to the instrument name.
266 @c In 2.11 the following no longer seems to be a problem -td
267 @node MIDI block
268 @subsection MIDI block
269
270 @untranslated
271
272
273 @c index MIDI block
274 @c index MIDI context definitions
275 @c ode{\midi@{ @}} block.
276 @node What goes into the MIDI output?
277 @subsection What goes into the MIDI output?
278
279 @untranslated
280
281
282 @c TODO Check grace notes - timing is suspect?
283 @unnumberedsubsubsec Supported in MIDI
284 @c index Pitches in MIDI
285 @c index MIDI, Pitches
286 @c index Quarter tones in MIDI
287 @c index MIDI, quarter tones
288 @c index Microtones in MIDI
289 @c index MIDI, microtones
290 @c index Chord names in MIDI
291 @c index MIDI, chord names
292 @c index Rhythms in MIDI
293 @c index MIDI, Rhythms
294 @c TODO etc
295 @unnumberedsubsubsec Unsupported in MIDI
296 @c TODO index as above
297 @node Repeats in MIDI
298 @subsection Repeats in MIDI
299
300 @untranslated
301
302
303 @c index repeats in MIDI
304 @c ode{\unfoldRepeats} music function.  This function changes all
305 @node Controlling MIDI dynamics
306 @subsection Controlling MIDI dynamics
307
308 @untranslated
309
310
311 @unnumberedsubsubsec Dynamic marks
312 @c ode{Score.dynamicAbsoluteVolumeFunction} to this function.
313 @c ode{\rfz}, is required, this will not by default
314 @unnumberedsubsubsec Overall MIDI volume
315 @c ode{midiMaximumVolume} at the @code{Score} level.  These
316 @unnumberedsubsubsec Equalizing different instruments (i)
317 @unnumberedsubsubsec Equalizing different instruments (ii)
318 @c ode{instrumentEqualizer} in the @code{Score} context to a new
319 @c ode{dynamicAbsoluteVolumeFunction} at the start of this section.
320 @c Delete when satisfied this is adequately covered elsewhere -td
321 @c index microtones in MIDI
322 @node Percussion in MIDI
323 @subsection Percussion in MIDI
324
325 @untranslated
326
327
328 @c ode{DrumStaff} context, to obtain the correct MIDI output.
329 @c TODO Expand with examples, and any other issues
330
331 @c -- SKELETON FILE --