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