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