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