]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/macros.itexi
Web/Docs: fix nesting problem for @warning
[lilypond.git] / Documentation / de / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 4582b7b24d22b2041bfcba49e716a714effcce92
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  See TRANSLATION for details.
7 @end ignore
8
9
10 @include version.itexi
11 @include common-macros.itexi
12
13
14 @c   ***** Displaying text *****
15
16 @c To get decent quotes in ,foo' and ,,foo''.
17 @c These need to be split up so that "@qq{foo}." looks nice.  :(
18
19 @macro q{TEXT}
20 @quotesinglbase{}\TEXT\@quoteleft{}
21 @end macro
22
23 @macro qq{TEXT}
24 @quotedblbase{}\TEXT\@quotedblleft{}
25 @end macro
26
27
28 @ifhtml
29
30 @macro warning{TEXT}
31 @html
32 <div class="warning">
33 @end html
34 @strong{Achtung:} \TEXT\
35 @c keep the space for proper nesting of </p>
36
37 @html
38 </div>
39 @end html
40 @end macro
41
42 @end ifhtml
43
44 @ifnothtml
45
46 @macro warning{TEXT}
47 @quotation
48 @quotation
49 @cartouche
50 @b{Achtung:} \TEXT\
51 @end cartouche
52 @end quotation
53 @end quotation
54 @end macro
55
56 @end ifnothtml
57
58
59 @c   ***** Headings in a doc subsection *****
60
61 @c Don't insert an empty line after @predefined!  Right now
62 @c it doesn't matter, but a future implementation will probably
63 @c add some code which needs this restriction.
64
65 @macro predefined
66 @noindent
67 @subsubheading Vordefinierte Befehle
68 @end macro
69
70 @c The next macro is a dummy currently since texinfo doesn't
71 @c provide a real ragged-right environment yet.
72 @c
73 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
74 @c the macro must not be empty.
75
76 @macro endpredefined
77 @c
78 @end macro
79
80
81 @macro snippets
82 @noindent
83 @subsubheading Ausgewählte Schnipsel
84 @end macro
85
86
87
88 @c Don't insert an empty line after @seealso!  Otherwise we get
89 @c unwanted extra vertical space in the PDF output.
90
91 @macro seealso
92 @noindent
93 @subsubheading Siehe auch
94 @indent
95 @end macro
96
97
98 @macro knownissues
99 @noindent
100 @subsubheading Bekannte Probleme und Warnungen
101 @end macro
102
103
104
105 @c   ***** Links and references *****
106
107 @c  Definitions for references:
108 @c
109 @c     @rglos
110 @c     @rlearning
111 @c     @ruser
112 @c     @ressay
113 @c     @rprogram
114 @c     @rlsr
115 @c     @rinternals
116 @c
117 @c  All these also have a @...named version which allows to specify the
118 @c  displayed text for the reference as second argument.
119 @c
120 @c ***** HTML + bigpage is a special case (other manual names); all other
121 @c formats are treated similarly.
122
123
124 @c *** not TeX ***
125
126 @ifnottex
127
128 @c ** bigpage **
129
130 @ifset bigpage
131
132 @macro rglos{TEXT}
133 @vindex \TEXT\
134 @ref{\TEXT\,,,music-glossary-big-page,Glossar}
135 @end macro
136
137 @macro rglosnamed{TEXT,DISPLAY}
138 @vindex \TEXT\
139 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glossar}
140 @end macro
141
142 @macro rlearning{TEXT}
143 @vindex \TEXT\
144 @ref{\TEXT\,,,learning-big-page,Handbuch zum Lernen}
145 @end macro
146
147 @macro rlearningnamed{TEXT,DISPLAY}
148 @vindex \TEXT\
149 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Handbuch zum Lernen}
150 @end macro
151
152 @macro ruser{TEXT}
153 @vindex \TEXT\
154 @ref{\TEXT\,,,notation-big-page,Notationsreferenz}
155 @end macro
156
157 @macro rusernamed{TEXT,DISPLAY}
158 @vindex \TEXT\
159 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Notationsreferenz}
160 @end macro
161
162 @macro rchanges{TEXT}
163 @vindex \TEXT\
164 @ref{\TEXT\,,,changes-big-page,Changes}
165 @end macro
166
167 @macro rchangesnamed{TEXT,DISPLAY}
168 @vindex \TEXT\
169 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Changes}
170 @end macro
171
172 @macro rgeneral{TEXT}
173 @vindex \TEXT\
174 @ref{\TEXT\,,,general-big-page,General Information}
175 @end macro
176
177 @macro rgeneralnamed{TEXT,DISPLAY}
178 @vindex \TEXT\
179 @ref{\TEXT\,,\DISPLAY\,general-big-page,General Information}
180 @end macro
181
182 @macro ressay{TEXT}
183 @vindex \TEXT\
184 @ref{\TEXT\,,,essay-big-page,Aufsatz}
185 @end macro
186
187 @macro ressaynamed{TEXT,DISPLAY}
188 @vindex \TEXT\
189 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Aufsatz}
190 @end macro
191
192 @macro rprogram{TEXT}
193 @vindex \TEXT\
194 @ref{\TEXT\,,,usage-big-page,Anwendungsbenutzung}
195 @end macro
196
197 @macro rprogramnamed{TEXT,DISPLAY}
198 @vindex \TEXT\
199 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Anwendungsbenutzung}
200 @end macro
201
202 @macro rlsr{TEXT}
203 @ref{\TEXT\,,,snippets-big-page,Schnipsel}
204 @end macro
205
206 @macro rlsrnamed{TEXT,DISPLAY}
207 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Schnipsel}
208 @end macro
209
210 @macro rinternals{TEXT}
211 @vindex \TEXT\
212 @ref{\TEXT\,,,internals-big-page,Referenz der Interna}
213 @end macro
214
215 @macro rinternalsnamed{TEXT,DISPLAY}
216 @vindex \TEXT\
217 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Referenz der Interna}
218 @end macro
219
220 @end ifset
221
222
223 @c ** not bigpage **
224
225 @ifclear bigpage
226
227 @macro rglos{TEXT}
228 @vindex \TEXT\
229 @ref{\TEXT\,,,music-glossary,Glossar}
230 @end macro
231
232 @macro rglosnamed{TEXT,DISPLAY}
233 @vindex \TEXT\
234 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossar}
235 @end macro
236
237 @macro rlearning{TEXT}
238 @vindex \TEXT\
239 @ref{\TEXT\,,,learning,Handbuch zum Lernen}
240 @end macro
241
242 @macro rlearningnamed{TEXT,DISPLAY}
243 @vindex \TEXT\
244 @ref{\TEXT\,,\DISPLAY\,learning,Handbuch zum Lernen}
245 @end macro
246
247 @macro ruser{TEXT}
248 @vindex \TEXT\
249 @ref{\TEXT\,,,notation,Notationsreferenz}
250 @end macro
251
252 @macro rusernamed{TEXT,DISPLAY}
253 @vindex \TEXT\
254 @ref{\TEXT\,,\DISPLAY\,notation,Notationsreferenz}
255 @end macro
256
257 @macro rchanges{TEXT}
258 @vindex \TEXT\
259 @ref{\TEXT\,,,lilypond-changes,Changes}
260 @end macro
261
262 @macro rchangesnamed{TEXT,DISPLAY}
263 @vindex \TEXT\
264 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Changes}
265 @end macro
266
267 @macro rgeneral{TEXT}
268 @vindex \TEXT\
269 @ref{\TEXT\,,,lilypond-general,General Information}
270 @end macro
271
272 @macro rgeneralnamed{TEXT,DISPLAY}
273 @vindex \TEXT\
274 @ref{\TEXT\,,\DISPLAY\,lilypond-general, General Information}
275 @end macro
276
277 @macro ressay{TEXT}
278 @vindex \TEXT\
279 @ref{\TEXT\,,,essay-big-page,Aufsatz}
280 @end macro
281
282 @macro ressaynamed{TEXT,DISPLAY}
283 @vindex \TEXT\
284 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Aufsatz}
285 @end macro
286
287 @macro rprogram{TEXT}
288 @vindex \TEXT\
289 @ref{\TEXT\,,,usage,Anwendungsbenutzung}
290 @end macro
291
292 @macro rprogramnamed{TEXT,DISPLAY}
293 @vindex \TEXT\
294 @ref{\TEXT\,,\DISPLAY\,usage,Anwendungsbenutzung}
295 @end macro
296
297 @macro rlsr{TEXT}
298 @ref{\TEXT\,,,snippets,Schnipsel}
299 @end macro
300
301 @macro rlsrnamed{TEXT,DISPLAY}
302 @ref{\TEXT\,,\DISPLAY\,snippets,Schnipsel}
303 @end macro
304
305 @macro rinternals{TEXT}
306 @vindex \TEXT\
307 @ref{\TEXT\,,,internals,Referenz der Interna}
308 @end macro
309
310 @macro rinternalsnamed{TEXT,DISPLAY}
311 @vindex \TEXT\
312 @ref{\TEXT\,,\DISPLAY\,internals,Referenz der Interna}
313 @end macro
314
315 @end ifclear
316
317 @end ifnottex
318
319
320 @c *** TeX ***
321
322 @iftex
323
324 @c All commands below should work in the middle of the line;
325 @c we thus must not use @vindex directly since it works only if placed
326 @c on a line of its own.  To overcome this problem, we define a
327 @c replacement macro using the internal definition of @vindex which
328 @c delimits arguments in the standard way (i.e., with braces).
329
330 @tex
331 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
332 @end tex
333
334 @macro rglos{TEXT}
335 @lilyvindex{\TEXT\}
336 @ref{\TEXT\,,,music-glossary,Glossar}
337 @end macro
338
339 @macro rglosnamed{TEXT,DISPLAY}
340 @lilyvindex{\TEXT\}
341 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossar}
342 @end macro
343
344 @macro rlearning{TEXT}
345 @lilyvindex{\TEXT\}
346 @ref{\TEXT\,,,learning.de,Handbuch zum Lernen}
347 @end macro
348
349 @macro rlearningnamed{TEXT,DISPLAY}
350 @lilyvindex{\TEXT\}
351 @ref{\TEXT\,,\DISPLAY\,learning.de,Handbuch zum Lernen}
352 @end macro
353
354 @macro ruser{TEXT}
355 @lilyvindex{\TEXT\}
356 @ref{\TEXT\,,,notation.de,Notationsreferenz}
357 @end macro
358
359 @macro rusernamed{TEXT,DISPLAY}
360 @lilyvindex{\TEXT\}
361 @ref{\TEXT\,,\DISPLAY\,notation.de,Notationsreferenz}
362 @end macro
363
364 @macro rchanges{TEXT}
365 @lilyvindex{\TEXT\}
366 @ref{\TEXT\,,,changes,Changes}
367 @end macro
368
369 @macro rchangesnamed{TEXT,DISPLAY}
370 @lilyvindex{\TEXT\}
371 @ref{\TEXT\,,\DISPLAY\,changes,Changes}
372 @end macro
373
374 @macro rgeneral{TEXT}
375 @lilyvindex{\TEXT\}
376 @ref{\TEXT\,,,general,General Information}
377 @end macro
378
379 @macro rgeneralnamed{TEXT,DISPLAY}
380 @lilyvindex{\TEXT\}
381 @ref{\TEXT\,,\DISPLAY\,general,General Information}
382 @end macro
383
384 @macro ressay{TEXT}
385 @vindex \TEXT\
386 @ref{\TEXT\,,,essay-big-page,Aufsatz}
387 @end macro
388
389 @macro ressaynamed{TEXT,DISPLAY}
390 @vindex \TEXT\
391 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Aufsatz}
392 @end macro
393
394 @macro rprogram{TEXT}
395 @lilyvindex{\TEXT\}
396 @ref{\TEXT\,,,usage.de,Anwendungsbenutzung}
397 @end macro
398
399 @macro rprogramnamed{TEXT,DISPLAY}
400 @lilyvindex{\TEXT\}
401 @ref{\TEXT\,,\DISPLAY\,usage.de,Anwendungsbenutzung}
402 @end macro
403
404 @macro rlsr{TEXT}
405 @lilyvindex{\TEXT\}
406 @ref{\TEXT\,,,snippets,Schnipsel}
407 @end macro
408
409 @macro rlsrnamed{TEXT,DISPLAY}
410 @lilyvindex{\TEXT\}
411 @ref{\TEXT\,,\DISPLAY\,snippets,Schnipsel}
412 @end macro
413
414 @macro rinternals{TEXT}
415 @lilyvindex{\TEXT\}
416 @ref{\TEXT\,,,internals,Referenz der Interna}
417 @end macro
418
419 @macro rinternalsnamed{TEXT,DISPLAY}
420 @lilyvindex{\TEXT\}
421 @ref{\TEXT\,,\DISPLAY\,internals,Referenz der Interna}
422 @end macro
423
424 @end iftex
425
426
427 @c  ***** Macros specific to the web site *****
428
429 @ifset web
430
431 @c LEGALESE
432
433 @macro logoLegalLinux
434 Tux the Linux Penguin was created by
435 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} with
436 @uref{http://www.isc.tamu.edu/~lewing/gimp/, the Gnu Image
437 Manipulation Program}.
438
439 @end macro
440
441 @macro logoLegalFreeBSD
442 The FreeBSD logo is a registered trademark of
443 @uref{http://www.freebsd.org/, The FreeBSD Foundation}.
444
445 @end macro
446
447 @macro logoLegalMacOSX
448 The @qq{X image} is not a registered trademark.  It was created by
449 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} and
450 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, and
451 placed under the GNU Free Documentation License version 1.2 or later.
452 We found the image on
453 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
454 this Wikipedia Commons page}.
455
456 @end macro
457
458 @macro logoLegalWindows
459 The @qq{four colored rectangles image} is not a registered
460 trademark.  It was created by
461 @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} and
462 placed under the GNU Free Documentation License version 1.2.  We
463 found the image on
464 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
465 this Wikipedia Commons page}.
466
467 @end macro
468
469 @end ifset
470
471
472
473 @c   ***** Macros specific to translated docs *****
474
475
476 @macro englishref
477 Dieser Abschnitt wurde noch nicht übersetzt.  Bitte lesen Sie den
478 Abschnitt im englischen Benutzerhandbuch.
479 @end macro
480