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