]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/user/macros.itexi
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[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 rinternals
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 lydoctitle {TEXT}
122 @emph{\TEXT\}
123
124 @end macro
125
126 @macro funindex {TEXT}
127 @findex \TEXT\
128 @kindex \TEXT\
129 @end macro
130
131
132
133 @c   **** Links and references ****
134
135 @c  Possibly deprecated; under discussion.
136 @c usage: @lsr{ancient,custodes.ly}
137 @macro lsr{DIR,TEXT}
138 @ifhtml
139 @uref{source/input/lsr/\DIR\/collated-files.html#\TEXT\,@file{\DIR\/\TEXT\}}
140 @end ifhtml
141 @ifnothtml
142 @file{\DIR\/\TEXT\}
143 @end ifnothtml
144 @end macro
145
146 @macro lsrdir{DIR}
147 @ifhtml
148 @uref{source/input/lsr/\DIR\/collated-files.html,@file{\DIR\}/}
149 @end ifhtml
150 @ifnothtml
151 \DIR\
152 @end ifnothtml
153 @end macro
154
155
156 @c  Definitions for references:
157 @c     @rinternals
158 @c     @rglos
159 @c     @rprogram
160 @c     @ruser
161 @c     @rlearning
162
163 @ifhtml
164 @c ***** HTML *****
165
166 @ifset bigpage
167
168 @macro rinternals{TEXT}
169 @vindex \TEXT\
170 @ref{\TEXT\,,,lilypond-internals-big-page,Referencia de Funcionamiento Interno}
171 @end macro
172
173 @macro rglos{TEXT}
174 @vindex \TEXT\
175 @ref{\TEXT\,,,music-glossary-big-page,Glosario Musical}
176 @end macro
177
178 @macro rprogram{TEXT}
179 @vindex \TEXT\
180 @ref{\TEXT\,,,lilypond-program-big-page,Utilización del Programa}
181 @end macro
182
183 @macro ruser{TEXT}
184 @vindex \TEXT\
185 @ref{\TEXT\,,,lilypond-big-page,Referencia de la Notación}
186 @end macro
187
188 @macro rlearning{TEXT}
189 @vindex \TEXT\
190 @ref{\TEXT\,,,lilypond-learning-big-page,Manual de Aprendizaje}
191 @end macro
192
193 @macro rlsr{TEXT}
194 @ref{\TEXT\,,,lilypond-snippets-big-page,Fragmentos de código}
195 @end macro
196
197 @end ifset
198
199
200 @ifclear bigpage
201
202 @macro rinternals{TEXT}
203 @vindex \TEXT\
204 @ref{\TEXT\,,,lilypond-internals,Referencia de Funcionamiento Interno}
205 @end macro
206
207 @macro rglos{TEXT}
208 @vindex \TEXT\
209 @ref{\TEXT\,,,music-glossary,Glosario Musical}
210 @end macro
211
212 @macro rprogram{TEXT}
213 @vindex \TEXT\
214 @ref{\TEXT\,,,lilypond-program,Utilización del Programa}
215 @end macro
216
217 @macro ruser{TEXT}
218 @vindex \TEXT\
219 @ref{\TEXT\,,,lilypond,Referencia de la Notación}
220 @end macro
221
222 @macro rlearning{TEXT}
223 @vindex \TEXT\
224 @ref{\TEXT\,,,lilypond-learning,Manual de Aprendizaje}
225 @end macro
226
227 @macro rlsr{TEXT}
228 @ref{\TEXT\,,,lilypond-snippets,Fragmentos de código}
229 @end macro
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,Referencia de Funcionamiento Interno}
242 @end macro
243
244 @macro rglos{TEXT}
245 @vindex \TEXT\
246 @ref{\TEXT\,,,music-glossary,Glosario Musical}
247 @end macro
248
249 @macro rprogram{TEXT}
250 @vindex \TEXT\
251 @ref{\TEXT\,,,lilypond-program,Utilización del Programa}
252 @end macro
253
254 @macro ruser{TEXT}
255 @vindex \TEXT\
256 @ref{\TEXT\,,,lilypond,Referencia de la Notación}
257 @end macro
258
259 @macro rlearning{TEXT}
260 @vindex \TEXT\
261 @ref{\TEXT\,,,lilypond-learning,Manual de Aprendizaje}
262 @end macro
263
264 @macro rlsr{TEXT}
265 @ref{\TEXT\,,,lilypond-snippets,Fragmentos de código}
266 @end macro
267
268
269
270 @end ifdocbook
271
272
273 @ifinfo
274 @c **** INFO ****
275
276 @macro rinternals{TEXT}
277 @vindex \TEXT\
278 @inforef{\TEXT\,,lilypond-internals,Referencia de Funcionamiento Interno}
279 @end macro
280
281 @macro rglos{TEXT}
282 @vindex \TEXT\
283 @inforef{\TEXT\,,music-glossary,Glosario Musical}
284 @end macro
285
286 @macro rprogram{TEXT}
287 @vindex \TEXT\
288 @ref{\TEXT\,,,lilypond-program,Utilización del Programa}
289 @end macro
290
291 @macro ruser{TEXT}
292 @vindex \TEXT\
293 @ref{\TEXT\,,,lilypond,Referencia de la Notación}
294 @end macro
295
296 @macro rlearning{TEXT}
297 @vindex \TEXT\
298 @ref{\TEXT\,,,lilypond-learning,Manual de Aprendizaje}
299 @end macro
300
301 @macro rlsr{TEXT}
302 @ref{\TEXT\,,,lilypond-snippets,Fragmentos de código}
303 @end macro
304
305
306
307 @end ifinfo
308
309
310 @c **** TEX ****
311 @iftex
312
313 @macro rinternals{TEXT}
314 @vindex \TEXT\
315 @code{\TEXT\}
316 @end macro
317
318 @macro rglos {TEXT}
319 @vindex \TEXT\
320 @ref{\TEXT\,,,music-glossary,Glosario Musical}
321 @end macro
322
323 @macro rprogram{TEXT}
324 @ref{\TEXT\,,,lilypond-program.es,Utilización del Programa}
325 @end macro
326
327 @macro ruser{TEXT}
328 @ref{\TEXT\,,,lilypond.es,Referencia de la Notación}
329 @end macro
330
331 @macro rlearning{TEXT}
332 @ref{\TEXT\,,,lilypond-learning.es,Manual de Aprendizaje}
333 @end macro
334
335 @macro rlsr{TEXT}
336 @ref{\TEXT\,,,lilypond-snippets,Fragmentos de código}
337 @end macro
338
339 @end iftex
340
341
342 @c Commands specific to translated docs
343
344 @c ugh, cannot set/define global variable 'translationof' in some way?
345 @iftex
346 @macro translationof{TEXT}
347 @end macro
348 @end iftex
349
350 @ifinfo
351 @macro
352 @macro translationof{TEXT}
353 @set translationof \TEXT\
354 @end macro
355 @end ifinfo
356
357 @c TODO when @translationof is used in translated docs
358 @c see if it's feasible to say @value{translationof}
359 @macro englishref
360 Esta sección aún no está traducida; consulte el manual en inglés.
361 @end macro
362