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