]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/user/macros.itexi
Switched refbugs macro
[lilypond.git] / Documentation / es / user / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 5a52c19583b625c58901300ec9547da22ae50bdd
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 @c   ***** Displaying text *****
11
12 @c we need this since @q{\} doesn't work with makeinfo 4.8 --
13 @c say @q{@value{backslash}} instead
14 @set backslash \
15
16 @c to get decent quotes in `foo' and ``foo''
17 @c  these need to be split up so that "@qq{foo}." looks nice.  :(
18 @iftex
19 @macro q{TEXT}
20 @quoteleft{}\TEXT\@quoteright{}
21 @end macro
22
23 @macro qq{TEXT}
24 ``\TEXT\''
25 @end macro
26 @end iftex
27
28
29 @ifinfo
30 @macro q{TEXT}
31 `\TEXT\'
32 @end macro
33
34 @macro qq{TEXT}
35 ``\TEXT\''
36 @end macro
37 @end ifinfo
38
39
40 @ifhtml
41 @macro q{TEXT}
42 @html
43 ‘\TEXT\’
44 @end html
45 @end macro
46
47 @macro qq{TEXT}
48 @html
49 “\TEXT\”
50 @end html
51 @end macro
52 @end ifhtml
53
54
55 @ifdocbook
56 @macro q{TEXT}
57 @xml
58 ‘\TEXT\’
59 @end xml
60 @end macro
61
62 @macro qq{TEXT}
63 @xml
64 “\TEXT\”
65 @end xml
66 @end macro
67 @end ifdocbook
68
69
70
71
72 @c   **** Headings in a doc subsection ****
73
74 @macro refcommands
75 @noindent
76 @subsubheading Predefined commands
77
78 @end macro
79
80 @macro commonprop
81 @noindent
82 @subsubheading Commonly tweaked properties
83
84 @end macro
85
86 @macro seealso
87 @noindent
88 @subsubheading See also
89
90 @end macro
91
92 @macro refbugs
93 @noindent
94 @subsubheading Bugs
95
96 @end macro
97
98 @macro knownissues
99 @noindent
100 @subsubheading Advertencias y problemas conocidos
101
102 @end macro
103
104 @macro context{TEXT}
105 @vindex \TEXT\
106 @code{\TEXT\}@c should use internalsref
107 @end macro
108
109 @macro refcommand{TEXT}
110 @vindex \TEXT\
111 @code{\TEXT\}
112 @end macro
113
114 @macro funindex {TEXT}
115 @findex \TEXT\
116 @kindex \TEXT\
117 @end macro
118
119
120
121 @c   **** Links and references ****
122
123 @c usage: @lsr{ancient,custodes.ly}
124 @macro lsr{DIR,TEXT}
125 @ifhtml
126 @uref{source/input/lsr/\DIR\/collated-files.html#\TEXT\,@file{\DIR\/\TEXT\}}
127 @end ifhtml
128 @ifnothtml
129 @file{\DIR\/\TEXT\}
130 @end ifnothtml
131 @end macro
132
133 @macro lsrdir{DIR}
134 @ifhtml
135 @uref{source/input/lsr/\DIR\/collated-files.html,@file{\DIR\}/}
136 @end ifhtml
137 @ifnothtml
138 @file{\DIR\}
139 @end ifnothtml
140 @end macro
141
142
143
144
145 @c  Definitions for references:
146 @c     @internalsref
147 @c     @rglos
148 @c     @rprogram
149 @c     @ruser
150 @c     @rlearning
151
152 @ifhtml
153 @c ***** HTML *****
154
155 @c makeinfo-4.7 encodes html names, which means that nodes that
156 @c contain nonalphanum characters will be broken links on the website.
157 @c @uref{../lilypond-internals/\TEXT\.html,\TEXT\}@c
158 @c @inforef{} adds ``See'' to the sentence, which is annoying, but
159 @c better than a broken link.
160 @c @inforef{\TEXT\,,lilypond-internals}@c
161 @c using @ref without punctuation is OK without for formats other than info
162
163 @ifset bigpage
164
165 @macro internalsref{TEXT}
166 @vindex \TEXT\
167 @ref{\TEXT\,,,lilypond-internals-big-page}
168 @end macro
169
170 @macro rglos{TEXT}
171 @vindex \TEXT\
172 @ref{\TEXT\,,,music-glossary-big-page}
173 @end macro
174
175 @macro rprogram{TEXT}
176 @vindex \TEXT\
177 @ref{\TEXT\,,,lilypond-program-big-page}
178 @end macro
179
180 @macro ruser{TEXT}
181 @vindex \TEXT\
182 @ref{\TEXT\,,,lilypond-big-page}
183 @end macro
184
185 @macro rlearning{TEXT}
186 @vindex \TEXT\
187 @ref{\TEXT\,,,lilypond-learning-big-page}
188 @end macro
189
190 @end ifset
191
192
193 @ifclear bigpage
194
195 @macro internalsref{TEXT}
196 @vindex \TEXT\
197 @ref{\TEXT\,,,lilypond-internals}
198 @end macro
199
200 @macro rglos{TEXT}
201 @vindex \TEXT\
202 @ref{\TEXT\,,,music-glossary}
203 @end macro
204
205 @macro rprogram{TEXT}
206 @vindex \TEXT\
207 @ref{\TEXT\,,,lilypond-program}
208 @end macro
209
210 @macro ruser{TEXT}
211 @vindex \TEXT\
212 @ref{\TEXT\,,,lilypond}
213 @end macro
214
215 @macro rlearning{TEXT}
216 @vindex \TEXT\
217 @ref{\TEXT\,,,lilypond-learning}
218 @end macro
219
220 @end ifclear
221
222 @end ifhtml
223
224
225 @ifdocbook
226 @c ***** DOCBOOK-XML *****
227
228 @macro internalsref{TEXT}
229 @vindex \TEXT\
230 @ref{\TEXT\,,,lilypond-internals}
231 @end macro
232
233 @macro rglos{TEXT}
234 @vindex \TEXT\
235 @ref{\TEXT\,,,music-glossary}
236 @end macro
237
238 @macro rprogram{TEXT}
239 @vindex \TEXT\
240 @ref{\TEXT\,,,lilypond-program}
241 @end macro
242
243 @macro ruser{TEXT}
244 @vindex \TEXT\
245 @ref{\TEXT\,,,lilypond}
246 @end macro
247
248 @macro rlearning{TEXT}
249 @vindex \TEXT\
250 @ref{\TEXT\,,,lilypond-learning}
251 @end macro
252
253 @end ifdocbook
254
255
256 @ifinfo
257 @c **** INFO ****
258
259 @macro internalsref{NAME}
260 @vindex \NAME\
261 @inforef{\NAME\,,lilypond-internals}
262 @end macro
263
264 @macro rglos{NAME}
265 @vindex \NAME\
266 @inforef{\NAME\,,music-glossary}
267 @end macro
268
269 @macro rprogram{TEXT}
270 @vindex \TEXT\
271 @ref{\TEXT\,,,lilypond-program}
272 @end macro
273
274 @macro ruser{TEXT}
275 @vindex \TEXT\
276 @ref{\TEXT\,,,lilypond}
277 @end macro
278
279 @macro rlearning{TEXT}
280 @vindex \TEXT\
281 @ref{\TEXT\,,,lilypond-learning}
282 @end macro
283
284 @end ifinfo
285
286
287 @c **** TEX ****
288 @iftex
289
290 @macro internalsref{TEXT}
291 @vindex \TEXT\
292 @code{\TEXT\}
293 @end macro
294
295 @macro rglos {TEXT}
296 @vindex \TEXT\
297 @code{\TEXT\}
298 @end macro
299
300 @macro rprogram{TEXT}
301 el manual de utilizaciĆ³n del programa, @internalsref{\TEXT\}
302 @end macro
303
304 @macro ruser{TEXT}
305 el manual del usuario, @internalsref{\TEXT\}
306 @end macro
307
308 @macro rlearning{TEXT}
309 el manual de aprendizaje, @internalsref{\TEXT\}
310 @end macro
311
312 @end iftex
313
314
315 @c EOF