]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/user/macros.itexi
Add rlsr macro -- German
[lilypond.git] / Documentation / de / user / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 1440fffdf8579046cc2033b9c697a190b34b91e5
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
12
13 @c   ***** Displaying text *****
14
15 @c we need this since @q{\} doesn't work with makeinfo 4.8 --
16 @c say @q{@value{backslash}} instead
17 @set backslash \
18
19 @c to get decent quotes in `foo' and ``foo''
20 @c  these need to be split up so that "@qq{foo}." looks nice.  :(
21 @macro q{TEXT}
22 @quotesinglbase{}\TEXT\@quoteleft{}
23 @end macro
24
25 @macro qq{TEXT}
26 @quotedblbase{}\TEXT\@quotedblleft{}
27 @end macro
28
29 @macro warning{TEXT}
30 @quotation
31 @quotation
32 @cartouche
33 @b{Achtung:} \TEXT\
34 @end cartouche
35 @end quotation
36 @end quotation
37 @end macro
38
39 @ifnotinfo
40 @macro notation{TEXT}
41 @var{\TEXT\}
42 @end macro
43 @end ifnotinfo
44
45 @ifinfo
46 @macro notation{TEXT}
47 \TEXT\
48 @end macro
49 @end ifinfo
50
51 @macro smallspace
52 @sp 1
53 @end macro
54
55
56 @c   **** Displaying images not generated by lilypond-book
57
58 @c current installation setup of Info docs requires that all images are
59 @c expected to be found in lilypond/ subdirectory.  lilypond-book already
60 @c generates proper @image commands for images of music; these macros
61 @c definitions do the same for other images.
62
63 @ifnotinfo
64 @macro sourceimage{FILENAME,WIDTH,HEIGHT,ALTTEXT}
65 @image{\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\}
66 @end macro
67 @end ifnotinfo
68
69 @ifinfo
70 @macro sourceimage{FILENAME,WIDTH,HEIGHT,ALTTEXT}
71 @image{lilypond/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\}
72 @end macro
73 @end ifinfo
74
75
76
77 @c   **** Headings in a doc subsection ****
78
79 @macro predefined
80 @noindent
81 @subsubheading Predefined commands
82
83 @end macro
84
85 @macro snippets
86 @noindent
87 @subsubheading Selected Snippets
88
89 @end macro
90
91 @c obsolete, remove when translation is fully updated
92 @macro commonprop
93 @noindent
94 @subsubheading Commonly tweaked properties
95
96 @end macro
97
98 @macro seealso
99 @noindent
100 @subsubheading See also
101
102 @end macro
103
104 @macro knownissues
105 @noindent
106 @subsubheading Known issues and warnings
107
108 @end macro
109
110 @c obsolete, remove when translation is fully updated
111 @macro context{TEXT}
112 @vindex \TEXT\
113 @code{\TEXT\}@c should use rinternals
114 @end macro
115
116 @macro lydoctitle {TEXT}
117 @emph{\TEXT\}
118
119 @end macro
120
121 @macro funindex {TEXT}
122 @findex \TEXT\
123 @kindex \TEXT\
124 @end macro
125
126
127
128 @c   **** Links and references ****
129
130 @c obsolete
131 @c usage: @lsr{ancient,custodes.ly}
132 @macro lsr{DIR,TEXT}
133 @ifhtml
134 @uref{source/input/lsr/\DIR\/collated-files.html#\TEXT\,@file{\DIR\/\TEXT\}}
135 @end ifhtml
136 @ifnothtml
137 @file{\DIR\/\TEXT\}
138 @end ifnothtml
139 @end macro
140
141 @c don't update until this macro is correctly set up in English docs
142 @macro lsrdir{DIR}
143 @ifhtml
144 @uref{source/input/lsr/\DIR\/collated-files.html,@file{\DIR\}/}
145 @end ifhtml
146 @ifnothtml
147 @file{\DIR\}
148 @end ifnothtml
149 @end macro
150
151
152
153
154 @c  Definitions for references:
155 @c     @rinternals
156 @c     @rglos
157 @c     @rprogram
158 @c     @ruser
159 @c     @rlearning
160
161 @ifhtml
162 @c ***** HTML *****
163
164 @ifset bigpage
165
166 @macro rinternals{TEXT}
167 @vindex \TEXT\
168 @ref{\TEXT\,,,lilypond-internals-big-page,Programmreferenz}
169 @end macro
170
171 @macro rglos{TEXT}
172 @vindex \TEXT\
173 @ref{\TEXT\,,,music-glossary-big-page,Glossar}
174 @end macro
175
176 @macro rprogram{TEXT}
177 @vindex \TEXT\
178 @ref{\TEXT\,,,lilypond-program-big-page,Programmbenutzung}
179 @end macro
180
181 @macro ruser{TEXT}
182 @vindex \TEXT\
183 @ref{\TEXT\,,,lilypond-big-page,Benutzerhandbuch}
184 @end macro
185
186 @macro rlearning{TEXT}
187 @vindex \TEXT\
188 @ref{\TEXT\,,,lilypond-learning-big-page,Handbuch zum Lernen}
189 @end macro
190
191 @macro rlsr{TEXT}
192 @ref{\TEXT\,,,lilypond-snippets-big-page,Beispiele}
193 @end macro
194
195
196 @end ifset
197
198
199 @ifclear bigpage
200
201 @macro rinternals{TEXT}
202 @vindex \TEXT\
203 @ref{\TEXT\,,,lilypond-internals,Programmreferenz}
204 @end macro
205
206 @macro rglos{TEXT}
207 @vindex \TEXT\
208 @ref{\TEXT\,,,music-glossary,Glossar}
209 @end macro
210
211 @macro rprogram{TEXT}
212 @vindex \TEXT\
213 @ref{\TEXT\,,,lilypond-program,Programmbenutzung}
214 @end macro
215
216 @macro ruser{TEXT}
217 @vindex \TEXT\
218 @ref{\TEXT\,,,lilypond,Benutzerhandbuch}
219 @end macro
220
221 @macro rlearning{TEXT}
222 @vindex \TEXT\
223 @ref{\TEXT\,,,lilypond-learning,Handbuch zum Lernen}
224 @end macro
225
226 @macro rlsr{TEXT}
227 @ref{\TEXT\,,,lilypond-snippets,Beispiele}
228 @end macro
229
230
231 @end ifclear
232
233 @end ifhtml
234
235
236 @ifdocbook
237 @c ***** DOCBOOK-XML *****
238
239 @macro rinternals{TEXT}
240 @vindex \TEXT\
241 @ref{\TEXT\,,,lilypond-internals,Programmreferenz}
242 @end macro
243
244 @macro rglos{TEXT}
245 @vindex \TEXT\
246 @ref{\TEXT\,,,music-glossary,Glossar}
247 @end macro
248
249 @macro rprogram{TEXT}
250 @vindex \TEXT\
251 @ref{\TEXT\,,,lilypond-program,Programmbenutzung}
252 @end macro
253
254 @macro ruser{TEXT}
255 @vindex \TEXT\
256 @ref{\TEXT\,,,lilypond,Benutzerhandbuch}
257 @end macro
258
259 @macro rlearning{TEXT}
260 @vindex \TEXT\
261 @ref{\TEXT\,,,lilypond-learning,Handbuch zum Lernen}
262 @end macro
263
264 @macro rlsr{TEXT}
265 @ref{\TEXT\,,,lilypond-snippets,Beispiele}
266 @end macro
267
268
269 @end ifdocbook
270
271
272 @ifinfo
273 @c **** INFO ****
274
275 @macro rinternals{NAME}
276 @vindex \NAME\
277 @inforef{\NAME\,,lilypond-internals,Programmreferenz}
278 @end macro
279
280 @macro rglos{NAME}
281 @vindex \NAME\
282 @inforef{\NAME\,,music-glossary,Glossar}
283 @end macro
284
285 @macro rprogram{TEXT}
286 @vindex \TEXT\
287 @ref{\TEXT\,,,lilypond-program,Programmbenutzung}
288 @end macro
289
290 @macro ruser{TEXT}
291 @vindex \TEXT\
292 @ref{\TEXT\,,,lilypond,Benutzerhandbuch}
293 @end macro
294
295 @macro rlearning{TEXT}
296 @vindex \TEXT\
297 @ref{\TEXT\,,,lilypond-learning,Handbuch zum Lernen}
298 @end macro
299
300 @macro rlsr{TEXT}
301 @ref{\TEXT\,,,lilypond-snippets,Beispiele}
302 @end macro
303
304
305 @end ifinfo
306
307
308 @c **** TEX ****
309 @iftex
310
311 @macro rinternals{TEXT}
312 @vindex \TEXT\
313 @code{\TEXT\}
314 @end macro
315
316 @macro rglos {TEXT}
317 @vindex \TEXT\
318 @ref{\TEXT\,,,music-glossary,Glossar}
319 @end macro
320
321 @macro rprogram{TEXT}
322 @ref{\TEXT\,,,lilypond-program.de,Programmbenutzung}
323 @end macro
324
325 @macro ruser{TEXT}
326 @ref{\TEXT\,,,lilypond.de,Benutzerhandbuch}
327 @end macro
328
329 @macro rlearning{TEXT}
330 @ref{\TEXT\,,,lilypond-learning.de,Handbuch zum Lernen}
331 @end macro
332
333 @macro rlsr{TEXT}
334 @ref{\TEXT\,,,lilypond-snippets,Beispiele}
335 @end macro
336
337
338 @end iftex
339
340 @c Commands specific to translated docs
341
342 @c ugh, cannot set/define global variable 'translationof' in some way?
343 @iftex
344 @macro translationof{TEXT}
345 @end macro
346 @end iftex
347
348 @ifinfo
349 @macro
350 @macro translationof{TEXT}
351 @set translationof \TEXT\
352 @end macro
353 @end ifinfo
354
355 @c TODO when @translationof is used in translated docs
356 @c see if it's feasible to say @value{translationof}
357 @macro englishref
358 Dieser Abschnitt wurde noch nicht übersetzt, bitte lesen Sie den
359 Abschnitt im englischen Benutzerhandbuch.
360 @end macro
361