]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/macros.itexi
Docs: reorganize documentation directory structure
[lilypond.git] / Documentation / es / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 312827f1242ea7d2864659fa292bc9861ac19c6c
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 @include version.itexi
11 @include common-macros.itexi
12
13
14 @c   ***** Displaying text *****
15
16 @c To get decent quotes in `foo' and ``foo''.
17
18 @macro q{TEXT}
19 @quoteleft{}\TEXT\@quoteright{}
20 @end macro
21
22 @macro qq{TEXT}
23 @quotedblleft{}\TEXT\@quotedblright{}
24 @end macro
25
26
27 @ifhtml
28
29 @macro warning{TEXT}
30 @cartouche
31 @b{Nota:} \TEXT\
32 @end cartouche
33 @end macro
34
35 @end ifhtml
36
37 @ifnothtml
38
39 @macro warning{TEXT}
40 @quotation
41 @quotation
42 @cartouche
43 @b{Nota:} \TEXT\
44 @end cartouche
45 @end quotation
46 @end quotation
47 @end macro
48
49 @end ifnothtml
50
51
52
53
54
55
56 @c   ***** Headings in a doc subsection *****
57
58 @c Don't insert an empty line after @predefined!  Right now
59 @c it doesn't matter, but a future implementation will probably
60 @c add some code which needs this restriction.
61
62 @macro predefined
63 @noindent
64 @subsubheading Instrucciones predefinidas
65 @end macro
66
67 @c The next macro is a dummy currently since texinfo doesn't
68 @c provide a real ragged-right environment yet.
69 @c
70 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
71 @c the macro must not be empty.
72
73 @macro endpredefined
74 @c
75 @end macro
76
77
78 @macro snippets
79 @noindent
80 @subsubheading Fragmentos de código seleccionados
81 @end macro
82
83
84 @c * Deprecated: not in English macros.itexi *
85 @macro commonprop
86 @noindent
87 @subsubheading Propiedades trucadas frecuentemente
88 @end macro
89
90
91 @c Don't insert an empty line after @seealso!  Otherwise we get
92 @c unwanted extra vertical space in the PDF output.
93
94 @macro seealso
95 @noindent
96 @subsubheading Véase también
97 @indent
98 @end macro
99
100
101 @macro knownissues
102 @noindent
103 @subsubheading Advertencias y problemas conocidos
104 @end macro
105
106
107 @c   ***** Links and references *****
108
109 @c  Definitions for references:
110 @c
111 @c     @rglos
112 @c     @rlearning
113 @c     @ruser
114 @c     @rprogram
115 @c     @rlsr
116 @c     @rinternals
117 @c
118 @c  All these also have a @...named version which allows to specify the
119 @c  displayed text for the reference as second argument.
120 @c
121 @c ***** HTML + bigpage is a special case (other manual names); all other
122 @c formats are treated similarly.
123
124
125 @c *** not TeX ***
126
127 @ifnottex
128
129 @c ** bigpage **
130
131 @ifset bigpage
132
133 @macro rglos{TEXT}
134 @vindex \TEXT\
135 @ref{\TEXT\,,,music-glossary-big-page,Glosario Musical}
136 @end macro
137
138 @macro rglosnamed{TEXT,DISPLAY}
139 @vindex \TEXT\
140 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glosario Musical}
141 @end macro
142
143 @macro rlearning{TEXT}
144 @vindex \TEXT\
145 @ref{\TEXT\,,,learning-big-page,Manual de Aprendizaje}
146 @end macro
147
148 @macro rlearningnamed{TEXT,DISPLAY}
149 @vindex \TEXT\
150 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manual de Aprendizaje}
151 @end macro
152
153 @macro ruser{TEXT}
154 @vindex \TEXT\
155 @ref{\TEXT\,,,notation-big-page,Referencia de la Notación}
156 @end macro
157
158 @macro rusernamed{TEXT,DISPLAY}
159 @vindex \TEXT\
160 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Referencia de la Notación}
161 @end macro
162
163 @macro rprogram{TEXT}
164 @vindex \TEXT\
165 @ref{\TEXT\,,,application-big-page,Utilización del Programa}
166 @end macro
167
168 @macro rprogramnamed{TEXT,DISPLAY}
169 @vindex \TEXT\
170 @ref{\TEXT\,,\DISPLAY\,application-big-page,Utilización del Programa}
171 @end macro
172
173 @macro rlsr{TEXT}
174 @ref{\TEXT\,,,snippets-big-page,Fragmentos de código}
175 @end macro
176
177 @macro rlsrnamed{TEXT,DISPLAY}
178 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Fragmentos de código}
179 @end macro
180
181 @macro rinternals{TEXT}
182 @vindex \TEXT\
183 @ref{\TEXT\,,,internals-big-page,Referencia de Funcionamiento Interno}
184 @end macro
185
186 @macro rinternalsnamed{TEXT,DISPLAY}
187 @vindex \TEXT\
188 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Referencia de Funcionamiento Interno}
189 @end macro
190
191 @end ifset
192
193
194 @c ** not bigpage **
195
196 @ifclear bigpage
197
198 @macro rglos{TEXT}
199 @vindex \TEXT\
200 @ref{\TEXT\,,,music-glossary,Glosario Musical}
201 @end macro
202
203 @macro rglosnamed{TEXT,DISPLAY}
204 @vindex \TEXT\
205 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario Musical}
206 @end macro
207
208 @macro rlearning{TEXT}
209 @vindex \TEXT\
210 @ref{\TEXT\,,,learning,Manual de Aprendizaje}
211 @end macro
212
213 @macro rlearningnamed{TEXT,DISPLAY}
214 @vindex \TEXT\
215 @ref{\TEXT\,,\DISPLAY\,learning,Manual de Aprendizaje}
216 @end macro
217
218 @macro ruser{TEXT}
219 @vindex \TEXT\
220 @ref{\TEXT\,,,notation,Referencia de la Notación}
221 @end macro
222
223 @macro rusernamed{TEXT,DISPLAY}
224 @vindex \TEXT\
225 @ref{\TEXT\,,\DISPLAY\,notation,Referencia de la Notación}
226 @end macro
227
228 @macro rprogram{TEXT}
229 @vindex \TEXT\
230 @ref{\TEXT\,,,application,Utilización del Programa}
231 @end macro
232
233 @macro rprogramnamed{TEXT,DISPLAY}
234 @vindex \TEXT\
235 @ref{\TEXT\,,\DISPLAY\,application,Utilización del Programa}
236 @end macro
237
238 @macro rlsr{TEXT}
239 @ref{\TEXT\,,,snippets,Fragmentos de código}
240 @end macro
241
242 @macro rlsrnamed{TEXT,DISPLAY}
243 @ref{\TEXT\,,\DISPLAY\,snippets,Fragmentos de código}
244 @end macro
245
246 @macro rinternals{TEXT}
247 @vindex \TEXT\
248 @ref{\TEXT\,,,internals,Referencia de Funcionamiento Interno}
249 @end macro
250
251 @macro rinternalsnamed{TEXT,DISPLAY}
252 @vindex \TEXT\
253 @ref{\TEXT\,,\DISPLAY\,internals,Referencia de Funcionamiento Interno}
254 @end macro
255
256 @end ifclear
257
258 @end ifnottex
259
260
261 @c *** TeX ***
262
263 @iftex
264
265 @c All commands below should work in the middle of the line;
266 @c we thus must not use @vindex directly since it works only if placed
267 @c on a line of its own.  To overcome this problem, we define a
268 @c replacement macro using the internal definition of @vindex which
269 @c delimits arguments in the standard way (i.e., with braces).
270
271 @tex
272 \gdef\lilyvindex#1{\doind{vr}{\code #1}\ignorespaces}
273 @end tex
274
275 @macro rglos{TEXT}
276 @lilyvindex{\TEXT\}
277 @ref{\TEXT\,,,music-glossary,Glosario Musical}
278 @end macro
279
280 @macro rglosnamed{TEXT,DISPLAY}
281 @lilyvindex{\TEXT\}
282 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario Musical}
283 @end macro
284
285 @macro rlearning{TEXT}
286 @lilyvindex{\TEXT\}
287 @ref{\TEXT\,,,learning.es,Manual de Aprendizaje}
288 @end macro
289
290 @macro rlearningnamed{TEXT,DISPLAY}
291 @lilyvindex{\TEXT\}
292 @ref{\TEXT\,,\DISPLAY\,learning.es,Manual de Aprendizaje}
293 @end macro
294
295 @macro ruser{TEXT}
296 @lilyvindex{\TEXT\}
297 @ref{\TEXT\,,,notation.es,Referencia de la Notación}
298 @end macro
299
300 @macro rusernamed{TEXT,DISPLAY}
301 @lilyvindex{\TEXT\}
302 @ref{\TEXT\,,\DISPLAY\,notation.es,Referencia de la Notación}
303 @end macro
304
305 @macro rprogram{TEXT}
306 @lilyvindex{\TEXT\}
307 @ref{\TEXT\,,,application.es,Utilización del Programa}
308 @end macro
309
310 @macro rprogramnamed{TEXT,DISPLAY}
311 @lilyvindex{\TEXT\}
312 @ref{\TEXT\,,\DISPLAY\,application.es,Utilización del Programa}
313 @end macro
314
315 @macro rlsr{TEXT}
316 @lilyvindex{\TEXT\}
317 @ref{\TEXT\,,,snippets,Fragmentos de código}
318 @end macro
319
320 @macro rlsrnamed{TEXT,DISPLAY}
321 @lilyvindex{\TEXT\}
322 @ref{\TEXT\,,\DISPLAY\,snippets,Fragmentos de código}
323 @end macro
324
325 @macro rinternals{TEXT}
326 @lilyvindex{\TEXT\}
327 @ref{\TEXT\,,,internals,Referencia de Funcionamiento Interno}
328 @end macro
329
330 @macro rinternalsnamed{TEXT,DISPLAY}
331 @lilyvindex{\TEXT\}
332 @ref{\TEXT\,,\DISPLAY\,internals,Referencia de Funcionamiento Interno}
333 @end macro
334
335 @end iftex
336
337
338
339 @c   ***** Macros specific to translated docs *****
340
341
342 @macro englishref
343 Esta sección aún no está traducida; consulte el manual en inglés.
344 @end macro