]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/user/macros.itexi
Partially update German macros.itexi
[lilypond.git] / Documentation / de / user / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 8a19cc25524338cdd99863ccd954bbcb8f8b2afa
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 @end ifset
135
136
137 @ifclear bigpage
138
139 @c annoying parentheses stripped by add-html-footer.py
140 @macro internalsref{NAME}
141 @vindex \NAME\
142 @ref{\NAME\,,,lilypond-internals}
143 @end macro
144
145 @c annoying parentheses stripped by add-html-footer.py
146 @macro rglos{NAME}
147 @vindex \NAME\
148 @ref{\NAME\,,,music-glossary}
149 @end macro
150
151 @macro rprogram{NAME}
152 @vindex \NAME\
153 @ref{\NAME\,,,lilypond-program}
154 @end macro
155
156 @macro ruser{NAME}
157 @vindex \NAME\
158 @ref{\NAME\,,,lilypond}
159 @end macro
160
161 @end ifclear
162
163
164 @c usage: @inputfileref{input@/regression,FILE@/-NAME.ly}
165 @macro inputfileref{DIR,NAME}
166 @uref{source/\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c
167 @end macro
168
169 @c to get decent German quotes in `foo'
170 @macro q{TEXT}
171 @html
172 ‚\TEXT\‘
173 @end html
174 @end macro
175
176 @c to get decent German quotes in ``foo''
177 @macro qq{TEXT}
178 @html
179 „\TEXT\“
180 @end html
181 @end macro
182
183 @end ifhtml
184
185
186 @ifdocbook
187 @c ***** DOCBOOK-XML *****
188
189 @macro internalsref{NAME}
190 @vindex \NAME\
191 @ref{\NAME\,,,lilypond-internals}
192 @end macro
193
194 @macro inputfileref{DIR,NAME}
195 @uref{source/\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}
196 @end macro
197
198 @macro rglos{NAME}
199 @vindex \NAME\
200 @ref{\NAME\,,,music-glossary}
201 @end macro
202
203 @macro rprogram{NAME}
204 @vindex \NAME\
205 @ref{\NAME\,,,lilypond-program}
206 @end macro
207
208 @macro ruser{NAME}
209 @vindex \NAME\
210 @ref{\NAME\,,,lilypond}
211 @end macro
212
213 @c to get decent German quotes in `foo'
214 @macro q{TEXT}
215 @html
216 ‚\TEXT\‘
217 @end html
218 @end macro
219
220 @c to get decent German quotes in ``foo''
221 @macro qq{TEXT}
222 @html
223 „\TEXT\“
224 @end html
225 @end macro
226
227 @end ifdocbook
228
229
230 @ifinfo
231 @c **** INFO ****
232
233 @macro internalsref{NAME}
234 @vindex \NAME\
235 @inforef{\NAME\,,lilypond-internals}
236 @end macro
237
238 @macro inputfileref{DIR,NAME}
239 @file{\DIR\/\NAME\}
240 @end macro
241
242 @macro rglos{NAME}@c
243 @vindex \NAME\
244 @inforef{\NAME\,,,music-glossary}
245 @end macro
246
247 @macro rprogram{NAME}
248 @vindex \NAME\
249 @ref{\NAME\,,,lilypond-program}
250 @end macro
251
252 @macro ruser{NAME}
253 @vindex \NAME\
254 @ref{\NAME\,,,lilypond}
255 @end macro
256
257 @macro usermanref{NAME}
258 @inforef{\NAME\}
259 @end macro
260
261 @c to get decent quotes in `foo'
262 @macro q{TEXT}
263 ‚\TEXT\‘
264 @end macro
265
266 @c to get decent quotes in ``foo''
267 @macro qq{TEXT}
268 „\TEXT\“
269 @end macro
270
271 @end ifinfo
272
273
274 @c **** TEX ****
275 @iftex
276
277 @macro internalsref{NAME}
278 @vindex \NAME\
279 @code{\NAME\}
280 @end macro
281
282 @macro inputfileref{DIR,NAME}
283 @file{\DIR\/@/\NAME\}
284 @end macro
285
286 @macro rglos {NAME}
287 @vindex \NAME\
288 @code{\NAME\}
289 @end macro
290
291 @macro seeinternals{NAME}
292 internals document, @internalsref{\NAME\}
293 @end macro
294
295 @macro usermanref{NAME}
296 user manual, @internalsref{\NAME\}
297 @end macro
298
299 @macro rprogram{NAME}
300 program usage manual, @internalsref{\NAME\}
301 @end macro
302
303 @alias ruser=usermanref
304
305 @c to get decent German quotes in `foo'
306 @macro q{TEXT}
307 @quotesinglbase{}\TEXT\`
308 @end macro
309
310 @c to get decent German quotes in ``foo''
311 @macro qq{TEXT}
312 @quotedblbase{}\TEXT\``
313 @end macro
314
315 @end iftex
316
317
318 @ifnottex
319 @c **** not TEX ****
320
321 @macro seeinternals{NAME}
322 @internalsref{\NAME\}
323 @end macro
324
325 @ifnotinfo
326 @macro usermanref{NAME}
327 @ref{\NAME\}
328 @end macro
329 @end ifnotinfo
330
331 @end ifnottex
332
333
334 @c EOF
335