]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/user/macros.itexi
Fix links in de.
[lilypond.git] / Documentation / de / user / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 3db3697bb5109201192c9cecdd2e4b7a5520421a
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 @c **** all formats ****
10
11 @macro refbugs
12 @noindent
13 @subsubheading Bugs
14
15 @end macro
16
17 @macro moreinfo
18 @subheading More information
19
20 @end macro
21
22 @macro seealso
23 @noindent
24 @subsubheading See also
25
26 @end macro
27
28 @macro refcommands
29 @noindent
30 @subsubheading Predefined commands
31
32 @end macro
33
34 @macro context{NAME}
35 @vindex \NAME\
36 @code{\NAME\}@c should use internalsref
37 @end macro
38
39 @macro refcommand{WHAT}
40 @vindex \WHAT\
41 @code{\WHAT\}
42 @end macro
43
44 @macro commonprop
45 @noindent
46 @subsubheading Commonly tweaked properties
47
48 @end macro
49
50 @macro funindex {WORD}
51 @findex \WORD\
52 @kindex \WORD\
53 @end macro
54
55
56
57 @c  *** Macros with variable output ***
58
59 @c usage: @lsr{ancient,custodes.ly}
60 @macro lsr{DIR,NAME}
61 @ifhtml
62   @uref{source/input/lsr/\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}
63 @end ifhtml
64 @ifnothtml
65   @file{\DIR\/\NAME\}
66 @end ifnothtml
67 @end macro
68
69 @macro lsrdir{DIR}
70 @ifhtml
71   @uref{source/input/lsr/\DIR\/collated-files.html,@file{\DIR\}/}
72 @end ifhtml
73 @ifnothtml
74   @file{\DIR\}
75 @end ifnothtml
76 @end macro
77
78
79
80
81 @macro arrow{}
82 @iftex
83 @tex $\\Rightarrow$ @end tex@c
84 @end iftex
85 @ifhtml
86 @html
87 →
88 @end html
89 @end ifhtml
90 @ifinfo
91 -->
92 @end ifinfo
93 @end macro
94
95
96 @c we need this since @q{\} doesn't work with makeinfo 4.8 --
97 @c say @q{@value{backslash}} instead
98 @set backslash \
99
100
101 @ifhtml
102 @c ***** HTML *****
103
104 @c makeinfo-4.7 encodes html names, which means that nodes that
105 @c contain nonalphanum characters will be broken links on the website.
106 @c @uref{../lilypond-internals/\NAME\.html,\NAME\}@c
107 @c @inforef{} adds ``See'' to the sentence, which is annoying, but
108 @c better than a broken link.
109 @c @inforef{\NAME\,,lilypond-internals}@c
110 @c using @ref without punctuation is OK without for formats other than info
111
112 @ifset bigpage
113
114 @macro internalsref{NAME}
115 @vindex \NAME\
116 @ref{\NAME\,,,lilypond-internals-big-page}
117 @end macro
118
119 @macro rglos{NAME}
120 @vindex \NAME\
121 @ref{\NAME\,,,music-glossary-big-page}
122 @end macro
123
124 @macro rprogram{NAME}
125 @vindex \NAME\
126 @ref{\NAME\,,,lilypond-program-big-page}
127 @end macro
128
129 @macro ruser{NAME}
130 @vindex \NAME\
131 @ref{\NAME\,,,lilypond-big-page}
132 @end macro
133
134 @macro rlearning{NAME}
135 @vindex \NAME\
136 @ref{\NAME\,,,lilypond-learning-big-page}
137 @end macro
138
139 @end ifset
140
141
142 @ifclear bigpage
143
144 @macro internalsref{NAME}
145 @vindex \NAME\
146 @ref{\NAME\,,,lilypond-internals}
147 @end macro
148
149 @macro rglos{NAME}
150 @vindex \NAME\
151 @ref{\NAME\,,,music-glossary}
152 @end macro
153
154 @macro rprogram{NAME}
155 @vindex \NAME\
156 @ref{\NAME\,,,lilypond-program}
157 @end macro
158
159 @macro ruser{NAME}
160 @vindex \NAME\
161 @ref{\NAME\,,,lilypond}
162 @end macro
163
164 @macro rlearning{NAME}
165 @vindex \NAME\
166 @ref{\NAME\,,,lilypond-learning}
167 @end macro
168
169 @end ifclear
170
171
172 @c usage: @inputfileref{input@/regression,FILE@/-NAME.ly}
173 @macro inputfileref{DIR,NAME}
174 @uref{source/\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c
175 @end macro
176
177 @c to get decent German quotes in `foo'
178 @macro q{TEXT}
179 @html
180 ‚\TEXT\‘
181 @end html
182 @end macro
183
184 @c to get decent German quotes in ``foo''
185 @macro qq{TEXT}
186 @html
187 „\TEXT\“
188 @end html
189 @end macro
190
191 @end ifhtml
192
193
194 @ifdocbook
195 @c ***** DOCBOOK-XML *****
196
197 @macro internalsref{NAME}
198 @vindex \NAME\
199 @ref{\NAME\,,,lilypond-internals}
200 @end macro
201
202
203
204 @macro rglos{NAME}
205 @vindex \NAME\
206 @ref{\NAME\,,,music-glossary}
207 @end macro
208
209 @macro rprogram{NAME}
210 @vindex \NAME\
211 @ref{\NAME\,,,lilypond-program}
212 @end macro
213
214 @macro ruser{NAME}
215 @vindex \NAME\
216 @ref{\NAME\,,,lilypond}
217 @end macro
218
219 @macro rlearning{NAME}
220 @vindex \NAME\
221 @ref{\NAME\,,,lilypond-learning}
222 @end macro
223
224 @c to get decent German quotes in `foo'
225 @c to get decent German quotes in `foo'
226 @macro q{TEXT}
227 @html
228 ‚\TEXT\‘
229 @end html
230 @end macro
231
232 @c to get decent German quotes in ``foo''
233 @macro qq{TEXT}
234 @html
235 „\TEXT\“
236 @end html
237 @end macro
238
239 @end ifdocbook
240
241
242 @ifinfo
243 @c **** INFO ****
244
245 @macro internalsref{NAME}
246 @vindex \NAME\
247 @inforef{\NAME\,,lilypond-internals}
248 @end macro
249
250 @macro rglos{NAME}
251 @vindex \NAME\
252 @inforef{\NAME\,,,music-glossary}
253 @end macro
254
255 @macro rprogram{NAME}
256 @vindex \NAME\
257 @ref{\NAME\,,,lilypond-program}
258 @end macro
259
260 @macro ruser{NAME}
261 @vindex \NAME\
262 @ref{\NAME\,,,lilypond}
263 @end macro
264
265 @macro rlearning{NAME}
266 @vindex \NAME\
267 @ref{\NAME\,,,lilypond-learning}
268 @end macro
269
270 @macro usermanref{NAME}
271 @macro usermanref{NAME}
272 @inforef{\NAME\}
273 @end macro
274
275 @c to get decent quotes in `foo'
276 @macro q{TEXT}
277 ‚\TEXT\‘
278 @end macro
279
280 @c to get decent quotes in ``foo''
281 @macro qq{TEXT}
282 „\TEXT\“
283 @end macro
284
285 @end ifinfo
286
287
288 @c **** TEX ****
289 @iftex
290
291 @macro internalsref{NAME}
292 @vindex \NAME\
293 @code{\NAME\}
294 @end macro
295
296 @macro rglos {NAME}
297 @vindex \NAME\
298 @code{\NAME\}
299 @end macro
300
301 @macro seeinternals{NAME}
302 Programmreferenz, @internalsref{\NAME\}
303 @end macro
304
305 @macro usermanref{NAME}
306 Benutzerhandbuch, @internalsref{\NAME\}
307 @end macro
308
309 @macro rprogram{NAME}
310 Programmbenutzung, @internalsref{\NAME\}
311 @end macro
312
313 @alias ruser=usermanref
314
315 @c to get decent German quotes in `foo'
316 @macro q{TEXT}
317 @quotesinglbase{}\TEXT\`
318 @end macro
319
320 @c to get decent German quotes in ``foo''
321 @macro qq{TEXT}
322 @quotedblbase{}\TEXT\``
323 @end macro
324
325 @end iftex
326
327
328 @ifnottex
329 @c **** not TEX ****
330
331 @macro seeinternals{NAME}
332 @internalsref{\NAME\}
333 @end macro
334
335 @ifnotinfo
336 @macro usermanref{NAME}
337 @ref{\NAME\}
338 @end macro
339 @end ifnotinfo
340
341 @end ifnottex
342
343
344 @c EOF
345