]> 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: 01361d46dc9d514a79683d003eeea5f4fbf2b746
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 ressay{TEXT}
157 @vindex \TEXT\
158 @ref{\TEXT\,,,essay-big-page,Aufsatz}
159 @end macro
160
161 @macro ressaynamed{TEXT,DISPLAY}
162 @vindex \TEXT\
163 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Aufsatz}
164 @end macro
165
166 @macro rprogram{TEXT}
167 @vindex \TEXT\
168 @ref{\TEXT\,,,application-big-page,Anwendungsbenutzung}
169 @end macro
170
171 @macro rprogramnamed{TEXT,DISPLAY}
172 @vindex \TEXT\
173 @ref{\TEXT\,,\DISPLAY\,application-big-page,Anwendungsbenutzung}
174 @end macro
175
176 @macro rlsr{TEXT}
177 @ref{\TEXT\,,,snippets-big-page,Schnipsel}
178 @end macro
179
180 @macro rlsrnamed{TEXT,DISPLAY}
181 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Schnipsel}
182 @end macro
183
184 @macro rinternals{TEXT}
185 @vindex \TEXT\
186 @ref{\TEXT\,,,internals-big-page,Referenz der Interna}
187 @end macro
188
189 @macro rinternalsnamed{TEXT,DISPLAY}
190 @vindex \TEXT\
191 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Referenz der Interna}
192 @end macro
193
194 @end ifset
195
196
197 @c ** not bigpage **
198
199 @ifclear bigpage
200
201 @macro rglos{TEXT}
202 @vindex \TEXT\
203 @ref{\TEXT\,,,music-glossary,Glossar}
204 @end macro
205
206 @macro rglosnamed{TEXT,DISPLAY}
207 @vindex \TEXT\
208 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossar}
209 @end macro
210
211 @macro rlearning{TEXT}
212 @vindex \TEXT\
213 @ref{\TEXT\,,,learning,Handbuch zum Lernen}
214 @end macro
215
216 @macro rlearningnamed{TEXT,DISPLAY}
217 @vindex \TEXT\
218 @ref{\TEXT\,,\DISPLAY\,learning,Handbuch zum Lernen}
219 @end macro
220
221 @macro ruser{TEXT}
222 @vindex \TEXT\
223 @ref{\TEXT\,,,notation,Notationsreferenz}
224 @end macro
225
226 @macro rusernamed{TEXT,DISPLAY}
227 @vindex \TEXT\
228 @ref{\TEXT\,,\DISPLAY\,notation,Notationsreferenz}
229 @end macro
230
231 @macro ressay{TEXT}
232 @vindex \TEXT\
233 @ref{\TEXT\,,,essay-big-page,Aufsatz}
234 @end macro
235
236 @macro ressaynamed{TEXT,DISPLAY}
237 @vindex \TEXT\
238 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Aufsatz}
239 @end macro
240
241 @macro rprogram{TEXT}
242 @vindex \TEXT\
243 @ref{\TEXT\,,,application,Anwendungsbenutzung}
244 @end macro
245
246 @macro rprogramnamed{TEXT,DISPLAY}
247 @vindex \TEXT\
248 @ref{\TEXT\,,\DISPLAY\,application,Anwendungsbenutzung}
249 @end macro
250
251 @macro rlsr{TEXT}
252 @ref{\TEXT\,,,snippets,Schnipsel}
253 @end macro
254
255 @macro rlsrnamed{TEXT,DISPLAY}
256 @ref{\TEXT\,,\DISPLAY\,snippets,Schnipsel}
257 @end macro
258
259 @macro rinternals{TEXT}
260 @vindex \TEXT\
261 @ref{\TEXT\,,,internals,Referenz der Interna}
262 @end macro
263
264 @macro rinternalsnamed{TEXT,DISPLAY}
265 @vindex \TEXT\
266 @ref{\TEXT\,,\DISPLAY\,internals,Referenz der Interna}
267 @end macro
268
269 @end ifclear
270
271 @end ifnottex
272
273
274 @c *** TeX ***
275
276 @iftex
277
278 @c All commands below should work in the middle of the line;
279 @c we thus must not use @vindex directly since it works only if placed
280 @c on a line of its own.  To overcome this problem, we define a
281 @c replacement macro using the internal definition of @vindex which
282 @c delimits arguments in the standard way (i.e., with braces).
283
284 @tex
285 \gdef\lilyvindex#1{\doind{vr}{\code #1}\ignorespaces}
286 @end tex
287
288 @macro rglos{TEXT}
289 @lilyvindex{\TEXT\}
290 @ref{\TEXT\,,,music-glossary,Glossar}
291 @end macro
292
293 @macro rglosnamed{TEXT,DISPLAY}
294 @lilyvindex{\TEXT\}
295 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossar}
296 @end macro
297
298 @macro rlearning{TEXT}
299 @lilyvindex{\TEXT\}
300 @ref{\TEXT\,,,learning.de,Handbuch zum Lernen}
301 @end macro
302
303 @macro rlearningnamed{TEXT,DISPLAY}
304 @lilyvindex{\TEXT\}
305 @ref{\TEXT\,,\DISPLAY\,learning.de,Handbuch zum Lernen}
306 @end macro
307
308 @macro ruser{TEXT}
309 @lilyvindex{\TEXT\}
310 @ref{\TEXT\,,,notation.de,Notationsreferenz}
311 @end macro
312
313 @macro rusernamed{TEXT,DISPLAY}
314 @lilyvindex{\TEXT\}
315 @ref{\TEXT\,,\DISPLAY\,notation.de,Notationsreferenz}
316 @end macro
317
318 @macro ressay{TEXT}
319 @vindex \TEXT\
320 @ref{\TEXT\,,,essay-big-page,Aufsatz}
321 @end macro
322
323 @macro ressaynamed{TEXT,DISPLAY}
324 @vindex \TEXT\
325 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Aufsatz}
326 @end macro
327
328 @macro rprogram{TEXT}
329 @lilyvindex{\TEXT\}
330 @ref{\TEXT\,,,application.de,Anwendungsbenutzung}
331 @end macro
332
333 @macro rprogramnamed{TEXT,DISPLAY}
334 @lilyvindex{\TEXT\}
335 @ref{\TEXT\,,\DISPLAY\,application.de,Anwendungsbenutzung}
336 @end macro
337
338 @macro rlsr{TEXT}
339 @lilyvindex{\TEXT\}
340 @ref{\TEXT\,,,snippets,Schnipsel}
341 @end macro
342
343 @macro rlsrnamed{TEXT,DISPLAY}
344 @lilyvindex{\TEXT\}
345 @ref{\TEXT\,,\DISPLAY\,snippets,Schnipsel}
346 @end macro
347
348 @macro rinternals{TEXT}
349 @lilyvindex{\TEXT\}
350 @ref{\TEXT\,,,internals,Referenz der Interna}
351 @end macro
352
353 @macro rinternalsnamed{TEXT,DISPLAY}
354 @lilyvindex{\TEXT\}
355 @ref{\TEXT\,,\DISPLAY\,internals,Referenz der Interna}
356 @end macro
357
358 @end iftex
359
360
361
362 @c   ***** Macros specific to translated docs *****
363
364
365 @macro englishref
366 Dieser Abschnitt wurde noch nicht übersetzt.  Bitte lesen Sie den
367 Abschnitt im englischen Benutzerhandbuch.
368 @end macro
369