]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/user/macros.itexi
Revert Spanish LSR macro defs
[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,custodes.ly}
128 @macro lsr{DIR,TEXT}
129 @ifhtml
130 @uref{source/input/lsr/\DIR\/collated-files.html#\TEXT\,@file{\DIR\/\TEXT\}}
131 @end ifhtml
132 @ifnothtml
133 @file{\DIR\/\TEXT\}
134 @end ifnothtml
135 @end macro
136
137 @macro lsrdir{DIR}
138 @ifhtml
139 @uref{source/input/lsr/\DIR\/collated-files.html,@file{\DIR\}/}
140 @end ifhtml
141 @ifnothtml
142 \DIR\
143 @end ifnothtml
144 @end macro
145
146
147 @c  Definitions for references:
148 @c     @internalsref
149 @c     @rglos
150 @c     @rprogram
151 @c     @ruser
152 @c     @rlearning
153
154 @ifhtml
155 @c ***** HTML *****
156
157 @ifset bigpage
158
159 @macro internalsref{TEXT}
160 @vindex \TEXT\
161 @ref{\TEXT\,,,lilypond-internals-big-page}
162 @end macro
163
164 @macro rglos{TEXT}
165 @vindex \TEXT\
166 @ref{\TEXT\,,,music-glossary-big-page}
167 @end macro
168
169 @macro rprogram{TEXT}
170 @vindex \TEXT\
171 @ref{\TEXT\,,,lilypond-program-big-page}
172 @end macro
173
174 @macro ruser{TEXT}
175 @vindex \TEXT\
176 @ref{\TEXT\,,,lilypond-big-page}
177 @end macro
178
179 @macro rlearning{TEXT}
180 @vindex \TEXT\
181 @ref{\TEXT\,,,lilypond-learning-big-page}
182 @end macro
183
184 @end ifset
185
186
187 @ifclear bigpage
188
189 @macro internalsref{TEXT}
190 @vindex \TEXT\
191 @ref{\TEXT\,,,lilypond-internals}
192 @end macro
193
194 @macro rglos{TEXT}
195 @vindex \TEXT\
196 @ref{\TEXT\,,,music-glossary}
197 @end macro
198
199 @macro rprogram{TEXT}
200 @vindex \TEXT\
201 @ref{\TEXT\,,,lilypond-program}
202 @end macro
203
204 @macro ruser{TEXT}
205 @vindex \TEXT\
206 @ref{\TEXT\,,,lilypond}
207 @end macro
208
209 @macro rlearning{TEXT}
210 @vindex \TEXT\
211 @ref{\TEXT\,,,lilypond-learning}
212 @end macro
213
214 @end ifclear
215
216 @end ifhtml
217
218
219 @ifdocbook
220 @c ***** DOCBOOK-XML *****
221
222 @macro internalsref{TEXT}
223 @vindex \TEXT\
224 @ref{\TEXT\,,,lilypond-internals}
225 @end macro
226
227 @macro rglos{TEXT}
228 @vindex \TEXT\
229 @ref{\TEXT\,,,music-glossary}
230 @end macro
231
232 @macro rprogram{TEXT}
233 @vindex \TEXT\
234 @ref{\TEXT\,,,lilypond-program}
235 @end macro
236
237 @macro ruser{TEXT}
238 @vindex \TEXT\
239 @ref{\TEXT\,,,lilypond}
240 @end macro
241
242 @macro rlearning{TEXT}
243 @vindex \TEXT\
244 @ref{\TEXT\,,,lilypond-learning}
245 @end macro
246
247 @end ifdocbook
248
249
250 @ifinfo
251 @c **** INFO ****
252
253 @macro internalsref{TEXT}
254 @vindex \TEXT\
255 @inforef{\TEXT\,,lilypond-internals}
256 @end macro
257
258 @macro rglos{TEXT}
259 @vindex \TEXT\
260 @inforef{\TEXT\,,music-glossary}
261 @end macro
262
263 @macro rprogram{TEXT}
264 @vindex \TEXT\
265 @ref{\TEXT\,,,lilypond-program}
266 @end macro
267
268 @macro ruser{TEXT}
269 @vindex \TEXT\
270 @ref{\TEXT\,,,lilypond}
271 @end macro
272
273 @macro rlearning{TEXT}
274 @vindex \TEXT\
275 @ref{\TEXT\,,,lilypond-learning}
276 @end macro
277
278 @end ifinfo
279
280
281 @c **** TEX ****
282 @iftex
283
284 @macro internalsref{TEXT}
285 @vindex \TEXT\
286 @code{\TEXT\}
287 @end macro
288
289 @macro rglos {TEXT}
290 @vindex \TEXT\
291 @ref{\TEXT\,,,music-glossary}
292 @end macro
293
294 @macro rprogram{TEXT}
295 el manual de utilización del programa, @ref{\TEXT\,,,lilypond-program.es}
296 @c @internalsref{\TEXT\}
297 @end macro
298
299 @macro ruser{TEXT}
300 el manual de referencia de la notación, @ref{\TEXT\,,,lilypond.es}
301 @c @internalsref{\TEXT\}
302 @end macro
303
304 @macro rlearning{TEXT}
305 el manual de aprendizaje, @ref{\TEXT\,,,lilypond-learning.es}
306 @c @internalsref{\TEXT\}
307 @end macro
308
309 @end iftex
310
311
312 @c EOF