]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/user/macros.itexi
508870ed618261feaff6698b08d14a2978f13bf7
[lilypond.git] / Documentation / es / user / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: d0333749421c9695907a4da61a6e1cd7eafcb726
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 @include version.itexi
10
11 @c   ***** Displaying text *****
12
13 @c we need this since @q{\} doesn't work with makeinfo 4.8 --
14 @c say @q{@bs{}} instead
15 @macro bs
16 \\
17 @end macro
18
19 @c to get decent quotes in `foo' and ``foo''
20 @macro q{TEXT}
21 @quoteleft{}\TEXT\@quoteright{}
22 @end macro
23
24 @macro qq{TEXT}
25 @quotedblleft{}\TEXT\@quotedblright{}
26 @end macro
27
28 @macro warning{TEXT}
29 @quotation
30 @quotation
31 @cartouche
32 @b{Nota:} \TEXT\
33 @end cartouche
34 @end quotation
35 @end quotation
36 @end macro
37
38 @ifnotinfo
39 @macro notation{TEXT}
40 @var{\TEXT\}
41 @end macro
42 @end ifnotinfo
43
44 @ifinfo
45 @macro notation{TEXT}
46 \TEXT\
47 @end macro
48 @end ifinfo
49
50 @macro smallspace
51 @sp 1
52 @end macro
53
54
55 @c   **** Displaying images not generated by lilypond-book
56
57 @c current installation setup of Info docs requires that all images are
58 @c expected to be found in lilypond/ subdirectory.  lilypond-book already
59 @c generates proper @image commands for images of music; these macros
60 @c definitions do the same for other images.
61
62 @ifnotinfo
63 @macro sourceimage{FILENAME,WIDTH,HEIGHT,ALTTEXT}
64 @image{\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\}
65 @end macro
66 @end ifnotinfo
67
68 @ifinfo
69 @macro sourceimage{FILENAME,WIDTH,HEIGHT,ALTTEXT}
70 @image{lilypond/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\}
71 @end macro
72 @end ifinfo
73
74
75 @c   **** Headings in a doc subsection ****
76
77 @macro predefined
78 @noindent
79 @subsubheading Instrucciones predefinidas
80
81 @end macro
82
83 @macro snippets
84 @noindent
85 @subsubheading Fragmentos de código seleccionados
86
87 @end macro
88
89 @c * Deprecated: not in English macros.itexi *
90 @macro commonprop
91 @noindent
92 @subsubheading Propiedades trucadas frecuentemente
93
94 @end macro
95
96 @macro seealso
97 @noindent
98 @subsubheading Véase también
99
100 @indent
101 @end macro
102
103 @macro knownissues
104 @noindent
105 @subsubheading Advertencias y problemas conocidos
106
107 @end macro
108
109 @c * Deprecated: not in English macros.itexi *
110 @macro context{TEXT}
111 @vindex \TEXT\
112 @code{\TEXT\}@c should use internalsref
113 @end macro
114
115 @c * Deprecated: not in English macros.itexi *
116 @macro refcommand{TEXT}
117 @vindex \TEXT\
118 @code{\TEXT\}
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  Possibly deprecated; under discussion.
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 @macro lsrdir{DIR}
142 @ifhtml
143 @uref{source/input/lsr/\DIR\/collated-files.html,@file{\DIR\}/}
144 @end ifhtml
145 @ifnothtml
146 \DIR\
147 @end ifnothtml
148 @end macro
149
150
151 @c  Definitions for references:
152 @c     @internalsref
153 @c     @rglos
154 @c     @rprogram
155 @c     @ruser
156 @c     @rlearning
157
158 @ifhtml
159 @c ***** HTML *****
160
161 @ifset bigpage
162
163 @macro internalsref{TEXT}
164 @vindex \TEXT\
165 @ref{\TEXT\,,,lilypond-internals-big-page,Referencia de Funcionamiento Interno}
166 @end macro
167
168 @macro rglos{TEXT}
169 @vindex \TEXT\
170 @ref{\TEXT\,,,music-glossary-big-page,Glosario Musical}
171 @end macro
172
173 @macro rprogram{TEXT}
174 @vindex \TEXT\
175 @ref{\TEXT\,,,lilypond-program-big-page,Utilización del Programa}
176 @end macro
177
178 @macro ruser{TEXT}
179 @vindex \TEXT\
180 @ref{\TEXT\,,,lilypond-big-page,Referencia de la Notación}
181 @end macro
182
183 @macro rlearning{TEXT}
184 @vindex \TEXT\
185 @ref{\TEXT\,,,lilypond-learning-big-page,Manual de Aprendizaje}
186 @end macro
187
188 @macro rlsr{TEXT}
189 @ref{\TEXT\,,,lilypond-snippets-big-page,Fragmentos de código}
190 @end macro
191
192 @end ifset
193
194
195 @ifclear bigpage
196
197 @macro internalsref{TEXT}
198 @vindex \TEXT\
199 @ref{\TEXT\,,,lilypond-internals,Referencia de Funcionamiento Interno}
200 @end macro
201
202 @macro rglos{TEXT}
203 @vindex \TEXT\
204 @ref{\TEXT\,,,music-glossary,Glosario Musical}
205 @end macro
206
207 @macro rprogram{TEXT}
208 @vindex \TEXT\
209 @ref{\TEXT\,,,lilypond-program,Utilización del Programa}
210 @end macro
211
212 @macro ruser{TEXT}
213 @vindex \TEXT\
214 @ref{\TEXT\,,,lilypond,Referencia de la Notación}
215 @end macro
216
217 @macro rlearning{TEXT}
218 @vindex \TEXT\
219 @ref{\TEXT\,,,lilypond-learning,Manual de Aprendizaje}
220 @end macro
221
222 @macro rlsr{TEXT}
223 @ref{\TEXT\,,,lilypond-snippets,Fragmentos de código}
224 @end macro
225
226 @end ifclear
227
228 @end ifhtml
229
230
231 @ifdocbook
232 @c ***** DOCBOOK-XML *****
233
234 @macro internalsref{TEXT}
235 @vindex \TEXT\
236 @ref{\TEXT\,,,lilypond-internals,Referencia de Funcionamiento Interno}
237 @end macro
238
239 @macro rglos{TEXT}
240 @vindex \TEXT\
241 @ref{\TEXT\,,,music-glossary,Glosario Musical}
242 @end macro
243
244 @macro rprogram{TEXT}
245 @vindex \TEXT\
246 @ref{\TEXT\,,,lilypond-program,Utilización del Programa}
247 @end macro
248
249 @macro ruser{TEXT}
250 @vindex \TEXT\
251 @ref{\TEXT\,,,lilypond,Referencia de la Notación}
252 @end macro
253
254 @macro rlearning{TEXT}
255 @vindex \TEXT\
256 @ref{\TEXT\,,,lilypond-learning,Manual de Aprendizaje}
257 @end macro
258
259 @macro rlsr{TEXT}
260 @ref{\TEXT\,,,lilypond-snippets,Fragmentos de código}
261 @end macro
262
263
264
265 @end ifdocbook
266
267
268 @ifinfo
269 @c **** INFO ****
270
271 @macro internalsref{TEXT}
272 @vindex \TEXT\
273 @inforef{\TEXT\,,lilypond-internals,Referencia de Funcionamiento Interno}
274 @end macro
275
276 @macro rglos{TEXT}
277 @vindex \TEXT\
278 @inforef{\TEXT\,,music-glossary,Glosario Musical}
279 @end macro
280
281 @macro rprogram{TEXT}
282 @vindex \TEXT\
283 @ref{\TEXT\,,,lilypond-program,Utilización del Programa}
284 @end macro
285
286 @macro ruser{TEXT}
287 @vindex \TEXT\
288 @ref{\TEXT\,,,lilypond,Referencia de la Notación}
289 @end macro
290
291 @macro rlearning{TEXT}
292 @vindex \TEXT\
293 @ref{\TEXT\,,,lilypond-learning,Manual de Aprendizaje}
294 @end macro
295
296 @macro rlsr{TEXT}
297 @ref{\TEXT\,,,lilypond-snippets,Fragmentos de código}
298 @end macro
299
300
301
302 @end ifinfo
303
304
305 @c **** TEX ****
306 @iftex
307
308 @macro internalsref{TEXT}
309 @vindex \TEXT\
310 @code{\TEXT\}
311 @end macro
312
313 @macro rglos {TEXT}
314 @vindex \TEXT\
315 @ref{\TEXT\,,,music-glossary,Glosario Musical}
316 @end macro
317
318 @macro rprogram{TEXT}
319 @ref{\TEXT\,,,lilypond-program.es,Utilización del Programa}
320 @end macro
321
322 @macro ruser{TEXT}
323 @ref{\TEXT\,,,lilypond.es,Referencia de la Notación}
324 @end macro
325
326 @macro rlearning{TEXT}
327 @ref{\TEXT\,,,lilypond-learning.es,Manual de Aprendizaje}
328 @end macro
329
330 @macro rlsr{TEXT}
331 @ref{\TEXT\,,,lilypond-snippets,Fragmentos de código}
332 @end macro
333
334 @end iftex
335
336
337 @c Commands specific to translated docs
338
339 @c ugh, cannot set/define global variable 'translationof' in some way?
340 @iftex
341 @macro translationof{TEXT}
342 @end macro
343 @end iftex
344
345 @ifinfo
346 @macro
347 @macro translationof{TEXT}
348 @set translationof \TEXT\
349 @end macro
350 @end ifinfo
351
352 @c TODO when @translationof is used in translated docs
353 @c see if it's feasible to say @value{translationof}
354 @macro englishref
355 Esta sección aún no está traducida; consulte el manual en inglés.
356 @end macro
357