]> 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 into lilypond...
[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 commonprop
87 @noindent
88 @subsubheading Propiedades trucadas frecuentemente
89
90 @end macro
91
92 @macro seealso
93 @noindent
94 @subsubheading Véase también
95
96 @indent
97 @end macro
98
99 @macro knownissues
100 @noindent
101 @subsubheading Advertencias y problemas conocidos
102
103 @end macro
104
105 @c * Deprecated: not in English macros.itexi *
106 @macro context{TEXT}
107 @vindex \TEXT\
108 @code{\TEXT\}@c should use internalsref
109 @end macro
110
111 @c * Deprecated: not in English macros.itexi *
112 @macro refcommand{TEXT}
113 @vindex \TEXT\
114 @code{\TEXT\}
115 @end macro
116
117 @macro funindex {TEXT}
118 @findex \TEXT\
119 @kindex \TEXT\
120 @end macro
121
122
123
124 @c   **** Links and references ****
125
126 @c  Possibly deprecated; under discussion.
127 @c usage: @lsr{ancient,Ancient-notation,custodes.ly}
128 @macro lsr{SECTION,DIR,TEXT}
129 @ifhtml
130 @uref{source/input/lsr/snippets/\DIR\.html#\TEXT\,@file{\SECTION\/\TEXT\}}
131 @end ifhtml
132 @ifnothtml
133 @file{\SECTION\/\TEXT\}
134 @end ifnothtml
135 @end macro
136
137 @c usage: @lsrdir{ancient,Ancient-notation}
138 @macro lsrdir{SECTION,DIR}
139 @ifhtml
140 @uref{source/input/lsr/snippets/\DIR\.html,\SECTION\}
141 @end ifhtml
142 @ifnothtml
143 \DIR\
144 @end ifnothtml
145 @end macro
146
147
148 @c  Definitions for references:
149 @c     @internalsref
150 @c     @rglos
151 @c     @rprogram
152 @c     @ruser
153 @c     @rlearning
154
155 @ifhtml
156 @c ***** HTML *****
157
158 @ifset bigpage
159
160 @macro internalsref{TEXT}
161 @vindex \TEXT\
162 @ref{\TEXT\,,,lilypond-internals-big-page}
163 @end macro
164
165 @macro rglos{TEXT}
166 @vindex \TEXT\
167 @ref{\TEXT\,,,music-glossary-big-page}
168 @end macro
169
170 @macro rprogram{TEXT}
171 @vindex \TEXT\
172 @ref{\TEXT\,,,lilypond-program-big-page}
173 @end macro
174
175 @macro ruser{TEXT}
176 @vindex \TEXT\
177 @ref{\TEXT\,,,lilypond-big-page}
178 @end macro
179
180 @macro rlearning{TEXT}
181 @vindex \TEXT\
182 @ref{\TEXT\,,,lilypond-learning-big-page}
183 @end macro
184
185 @end ifset
186
187
188 @ifclear bigpage
189
190 @macro internalsref{TEXT}
191 @vindex \TEXT\
192 @ref{\TEXT\,,,lilypond-internals}
193 @end macro
194
195 @macro rglos{TEXT}
196 @vindex \TEXT\
197 @ref{\TEXT\,,,music-glossary}
198 @end macro
199
200 @macro rprogram{TEXT}
201 @vindex \TEXT\
202 @ref{\TEXT\,,,lilypond-program}
203 @end macro
204
205 @macro ruser{TEXT}
206 @vindex \TEXT\
207 @ref{\TEXT\,,,lilypond}
208 @end macro
209
210 @macro rlearning{TEXT}
211 @vindex \TEXT\
212 @ref{\TEXT\,,,lilypond-learning}
213 @end macro
214
215 @end ifclear
216
217 @end ifhtml
218
219
220 @ifdocbook
221 @c ***** DOCBOOK-XML *****
222
223 @macro internalsref{TEXT}
224 @vindex \TEXT\
225 @ref{\TEXT\,,,lilypond-internals}
226 @end macro
227
228 @macro rglos{TEXT}
229 @vindex \TEXT\
230 @ref{\TEXT\,,,music-glossary}
231 @end macro
232
233 @macro rprogram{TEXT}
234 @vindex \TEXT\
235 @ref{\TEXT\,,,lilypond-program}
236 @end macro
237
238 @macro ruser{TEXT}
239 @vindex \TEXT\
240 @ref{\TEXT\,,,lilypond}
241 @end macro
242
243 @macro rlearning{TEXT}
244 @vindex \TEXT\
245 @ref{\TEXT\,,,lilypond-learning}
246 @end macro
247
248 @end ifdocbook
249
250
251 @ifinfo
252 @c **** INFO ****
253
254 @macro internalsref{TEXT}
255 @vindex \TEXT\
256 @inforef{\TEXT\,,lilypond-internals}
257 @end macro
258
259 @macro rglos{TEXT}
260 @vindex \TEXT\
261 @inforef{\TEXT\,,music-glossary}
262 @end macro
263
264 @macro rprogram{TEXT}
265 @vindex \TEXT\
266 @ref{\TEXT\,,,lilypond-program}
267 @end macro
268
269 @macro ruser{TEXT}
270 @vindex \TEXT\
271 @ref{\TEXT\,,,lilypond}
272 @end macro
273
274 @macro rlearning{TEXT}
275 @vindex \TEXT\
276 @ref{\TEXT\,,,lilypond-learning}
277 @end macro
278
279 @end ifinfo
280
281
282 @c **** TEX ****
283 @iftex
284
285 @macro internalsref{TEXT}
286 @vindex \TEXT\
287 @code{\TEXT\}
288 @end macro
289
290 @macro rglos {TEXT}
291 @vindex \TEXT\
292 @ref{\TEXT\,,,music-glossary}
293 @end macro
294
295 @macro rprogram{TEXT}
296 el manual de utilización del programa, @ref{\TEXT\,,,lilypond-program.es}
297 @c @internalsref{\TEXT\}
298 @end macro
299
300 @macro ruser{TEXT}
301 el manual de referencia de la notación, @ref{\TEXT\,,,lilypond.es}
302 @c @internalsref{\TEXT\}
303 @end macro
304
305 @macro rlearning{TEXT}
306 el manual de aprendizaje, @ref{\TEXT\,,,lilypond-learning.es}
307 @c @internalsref{\TEXT\}
308 @end macro
309
310 @end iftex
311
312
313 @c EOF