]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/macros.itexi
74c50828d6773af14ef5f28ce5aa610c3177cf93
[lilypond.git] / Documentation / ja / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 499a511d4166feaada31114e097f86b5e0c56421
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 @include version.itexi
11 @include common-macros.itexi
12
13
14 @c   ***** Displaying text *****
15
16 @c To get decent quotes in `foo' and ``foo''.
17
18 @macro q{TEXT}
19 @quoteleft{}\TEXT\@quoteright{}
20 @end macro
21
22 @macro qq{TEXT}
23 @quotedblleft{}\TEXT\@quotedblright{}
24 @end macro
25
26
27 @ifhtml
28
29 @macro warning{TEXT}
30 @html
31 <div class="warning">
32 @end html
33 @strong{Note:} \TEXT\
34 @c keep the space for proper nesting of </p>
35
36 @html
37 </div>
38 @end html
39 @end macro
40
41 @end ifhtml
42
43 @ifnothtml
44
45 @macro warning{TEXT}
46 @quotation
47 @quotation
48 @cartouche
49 @b{Note:} \TEXT\
50 @end cartouche
51 @end quotation
52 @end quotation
53 @end macro
54
55 @end ifnothtml
56
57
58
59 @c   ***** Headings in a doc subsection *****
60
61 @c Don't insert an empty line after @predefined!  Right now
62 @c it doesn't matter, but a future implementation will probably
63 @c add some code which needs this restriction.
64
65 @macro predefined
66 @noindent
67 @subsubheading 定義済みコマンド
68 @end macro
69
70 @c The next macro is a dummy currently since texinfo doesn't
71 @c provide a real ragged-right environment yet.
72 @c
73 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
74 @c the macro must not be empty.
75
76 @macro endpredefined
77 @c
78 @end macro
79
80
81 @macro snippets
82 @noindent
83 @subsubheading Selected Snippets
84 @end macro
85
86
87 @c Don't insert an empty line after @seealso!  Otherwise we get
88 @c unwanted extra vertical space in the PDF output.
89
90 @macro seealso
91 @noindent
92 @subsubheading 参照
93 @indent
94 @end macro
95
96
97 @macro knownissues
98 @noindent
99 @subsubheading 既知の問題と警告
100 @end macro
101
102
103
104 @c   ***** Links and references *****
105
106 @c  Definitions for references:
107 @c
108 @c     @rglos
109 @c     @rlearning
110 @c     @ruser
111 @c     @ressay
112 @c     @rprogram
113 @c     @rlsr
114 @c     @rinternals
115 @c
116 @c  All these also have a @...named version which allows to specify the
117 @c  displayed text for the reference as second argument.
118 @c
119 @c ***** HTML + bigpage is a special case (other manual names); all other
120 @c formats are treated similarly.
121
122
123 @c *** not TeX ***
124
125 @ifnottex
126
127 @c ** bigpage **
128
129 @ifset bigpage
130
131 @macro rglos{TEXT}
132 @vindex \TEXT\
133 @ref{\TEXT\,,,music-glossary-big-page,Music Glossary}
134 @end macro
135
136 @macro rglosnamed{TEXT,DISPLAY}
137 @vindex \TEXT\
138 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Music Glossary}
139 @end macro
140
141 @macro rlearning{TEXT}
142 @vindex \TEXT\
143 @ref{\TEXT\,,,learning-big-page,Learning Manual}
144 @end macro
145
146 @macro rlearningnamed{TEXT,DISPLAY}
147 @vindex \TEXT\
148 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Learning Manual}
149 @end macro
150
151 @macro ruser{TEXT}
152 @vindex \TEXT\
153 @ref{\TEXT\,,,notation-big-page,Notation Reference}
154 @end macro
155
156 @macro rusernamed{TEXT,DISPLAY}
157 @vindex \TEXT\
158 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Notation Reference}
159 @end macro
160
161 @macro ressay{TEXT}
162 @vindex \TEXT\
163 @ref{\TEXT\,,,essay-big-page,Essay}
164 @end macro
165
166 @macro ressaynamed{TEXT,DISPLAY}
167 @vindex \TEXT\
168 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Essay}
169 @end macro
170
171 @macro rprogram{TEXT}
172 @vindex \TEXT\
173 @ref{\TEXT\,,,usage-big-page,Application Usage}
174 @end macro
175
176 @macro rprogramnamed{TEXT,DISPLAY}
177 @vindex \TEXT\
178 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Application Usage}
179 @end macro
180
181 @macro rlsr{TEXT}
182 @ref{\TEXT\,,,snippets-big-page,Snippets}
183 @end macro
184
185 @macro rlsrnamed{TEXT,DISPLAY}
186 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Snippets}
187 @end macro
188
189 @macro rinternals{TEXT}
190 @vindex \TEXT\
191 @ref{\TEXT\,,,internals-big-page,Internals Reference}
192 @end macro
193
194 @macro rinternalsnamed{TEXT,DISPLAY}
195 @vindex \TEXT\
196 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Internals Reference}
197 @end macro
198
199 @end ifset
200
201
202 @c ** not bigpage **
203
204 @ifclear bigpage
205
206 @ifnotinfo
207
208 @macro rglos{TEXT}
209 @vindex \TEXT\
210 @ref{\TEXT\,,,music-glossary,Music Glossary}
211 @end macro
212
213 @macro rglosnamed{TEXT,DISPLAY}
214 @vindex \TEXT\
215 @ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary}
216 @end macro
217
218 @macro rlearning{TEXT}
219 @vindex \TEXT\
220 @ref{\TEXT\,,,learning,Learning Manual}
221 @end macro
222
223 @macro rlearningnamed{TEXT,DISPLAY}
224 @vindex \TEXT\
225 @ref{\TEXT\,,,learning,Learning Manual}
226 @end macro
227
228 @macro ruser{TEXT}
229 @vindex \TEXT\
230 @ref{\TEXT\,,,notation,Notation Reference}
231 @end macro
232
233 @macro rusernamed{TEXT,DISPLAY}
234 @vindex \TEXT\
235 @ref{\TEXT\,,\DISPLAY\,notation,Notation Reference}
236 @end macro
237
238 @macro ressay{TEXT}
239 @vindex \TEXT\
240 @ref{\TEXT\,,,essay,Essay}
241 @end macro
242
243 @macro ressaynamed{TEXT,DISPLAY}
244 @vindex \TEXT\
245 @ref{\TEXT\,,\DISPLAY\,essay,Essay}
246 @end macro
247
248 @macro rprogram{TEXT}
249 @vindex \TEXT\
250 @ref{\TEXT\,,,usage,Application Usage}
251 @end macro
252
253 @macro rprogramnamed{TEXT,DISPLAY}
254 @vindex \TEXT\
255 @ref{\TEXT\,,\DISPLAY\,usage,Application Usage}
256 @end macro
257
258 @macro rlsr{TEXT}
259 @ref{\TEXT\,,,snippets,Snippets}
260 @end macro
261
262 @macro rlsrnamed{TEXT,DISPLAY}
263 @ref{\TEXT\,,\DISPLAY\,snippets,Snippets}
264 @end macro
265
266 @macro rinternals{TEXT}
267 @vindex \TEXT\
268 @ref{\TEXT\,,,internals,Internals Reference}
269 @end macro
270
271 @macro rinternalsnamed{TEXT,DISPLAY}
272 @vindex \TEXT\
273 @ref{\TEXT\,,\DISPLAY\,internals,Internals Reference}
274 @end macro
275
276 @end ifnotinfo
277
278 @ifinfo
279
280 @macro rglos{TEXT}
281 @vindex \TEXT\
282 @ref{\TEXT\,,,music-glossary,Music Glossary}
283 @end macro
284
285 @macro rglosnamed{TEXT,DISPLAY}
286 @vindex \TEXT\
287 @ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary}
288 @end macro
289
290 @macro rlearning{TEXT}
291 @vindex \TEXT\
292 @ref{\TEXT\,,,lilypond-learning,Learning Manual}
293 @end macro
294
295 @macro rlearningnamed{TEXT,DISPLAY}
296 @vindex \TEXT\
297 @ref{\TEXT\,,,lilypond-learning,Learning Manual}
298 @end macro
299
300 @macro ruser{TEXT}
301 @vindex \TEXT\
302 @ref{\TEXT\,,,lilypond-notation,Notation Reference}
303 @end macro
304
305 @macro rusernamed{TEXT,DISPLAY}
306 @vindex \TEXT\
307 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Notation Reference}
308 @end macro
309
310 @macro ressay{TEXT}
311 @vindex \TEXT\
312 @ref{\TEXT\,,,lilypond-essay,Essay}
313 @end macro
314
315 @macro ressaynamed{TEXT,DISPLAY}
316 @vindex \TEXT\
317 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essay}
318 @end macro
319
320 @macro rprogram{TEXT}
321 @vindex \TEXT\
322 @ref{\TEXT\,,,lilypond-usage,Application Usage}
323 @end macro
324
325 @macro rprogramnamed{TEXT,DISPLAY}
326 @vindex \TEXT\
327 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Application Usage}
328 @end macro
329
330 @macro rlsr{TEXT}
331 @ref{\TEXT\,,,lilypond-snippets,Snippets}
332 @end macro
333
334 @macro rlsrnamed{TEXT,DISPLAY}
335 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Snippets}
336 @end macro
337
338 @macro rinternals{TEXT}
339 @vindex \TEXT\
340 @ref{\TEXT\,,,lilypond-internals,Internals Reference}
341 @end macro
342
343 @macro rinternalsnamed{TEXT,DISPLAY}
344 @vindex \TEXT\
345 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Internals Reference}
346 @end macro
347
348 @end ifinfo
349
350 @end ifclear
351
352 @end ifnottex
353
354
355 @c *** TeX ***
356
357 @iftex
358
359 @c All commands below should work in the middle of the line;
360 @c we thus must not use @vindex directly since it works only if placed
361 @c on a line of its own.  To overcome this problem, we define a
362 @c replacement macro using the internal definition of @vindex which
363 @c delimits arguments in the standard way (i.e., with braces).
364
365 @tex
366 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
367 @end tex
368
369 @macro rglos{TEXT}
370 @lilyvindex{\TEXT\}
371 @ref{\TEXT\,,,music-glossary,Music Glossary}
372 @end macro
373
374 @macro rglosnamed{TEXT,DISPLAY}
375 @lilyvindex{\TEXT\}
376 @ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary}
377 @end macro
378
379 @macro rlearning{TEXT}
380 @lilyvindex{\TEXT\}
381 @ref{\TEXT\,,,learning,Learning Manual}
382 @end macro
383
384 @macro rlearningnamed{TEXT,DISPLAY}
385 @lilyvindex{\TEXT\}
386 @ref{\TEXT\,,\DISPLAY\,learning,Learning Manual}
387 @end macro
388
389 @macro ruser{TEXT}
390 @lilyvindex{\TEXT\}
391 @ref{\TEXT\,,,notation,Notation Reference}
392 @end macro
393
394 @macro rusernamed{TEXT,DISPLAY}
395 @lilyvindex{\TEXT\}
396 @ref{\TEXT\,,\DISPLAY\,notation,Notation Reference}
397 @end macro
398
399 @macro ressay{TEXT}
400 @lilyvindex{\TEXT\}
401 @ref{\TEXT\,,,essay,Essay}
402 @end macro
403
404 @macro ressaynamed{TEXT,DISPLAY}
405 @lilyvindex{\TEXT\}
406 @ref{\TEXT\,,\DISPLAY\,essay,Essay}
407 @end macro
408
409 @macro rprogram{TEXT}
410 @lilyvindex{\TEXT\}
411 @ref{\TEXT\,,,usage,Application Usage}
412 @end macro
413
414 @macro rprogramnamed{TEXT,DISPLAY}
415 @lilyvindex{\TEXT\}
416 @ref{\TEXT\,,\DISPLAY\,usage,Application Usage}
417 @end macro
418
419 @macro rlsr{TEXT}
420 @lilyvindex{\TEXT\}
421 @ref{\TEXT\,,,snippets,Snippets}
422 @end macro
423
424 @macro rlsrnamed{TEXT,DISPLAY}
425 @lilyvindex{\TEXT\}
426 @ref{\TEXT\,,\DISPLAY\,snippets,Snippets}
427 @end macro
428
429 @macro rinternals{TEXT}
430 @lilyvindex{\TEXT\}
431 @ref{\TEXT\,,,internals,Internals Reference}
432 @end macro
433
434 @macro rinternalsnamed{TEXT,DISPLAY}
435 @lilyvindex{\TEXT\}
436 @ref{\TEXT\,,\DISPLAY\,internals,Internals Reference}
437 @end macro
438
439 @end iftex
440
441 @c  ***** Macros specific to the web site *****
442
443 @ifset web
444
445 @c LEGALESE
446
447 @macro logoLegalLinux
448 Tux the Linux Penguin was created by
449 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} with
450 @uref{http://www.isc.tamu.edu/~lewing/gimp/, the Gnu Image
451 Manipulation Program}.
452
453 @end macro
454
455 @macro logoLegalFreeBSD
456 The FreeBSD logo is a registered trademark of
457 @uref{http://www.freebsd.org/, The FreeBSD Foundation}.
458
459 @end macro
460
461 @macro logoLegalMacOSX
462 The @qq{X image} is not a registered trademark.  It was created by
463 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} and
464 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, and
465 placed under the GNU Free Documentation License version 1.2 or later.
466 We found the image on
467 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
468 this Wikipedia Commons page}.
469
470 @end macro
471
472 @macro logoLegalWindows
473 The @qq{four colored rectangles image} is not a registered
474 trademark.  It was created by
475 @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} and
476 placed under the GNU Free Documentation License version 1.2.  We
477 found the image on
478 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
479 this Wikipedia Commons page}.
480
481 @end macro
482
483 @end ifset