]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/macros.itexi
Docs: fix documentation reference of translation committishes
[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.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10
11 @include version.itexi
12 @include common-macros.itexi
13
14
15 @c   ***** Displaying text *****
16
17 @c To get decent quotes in `foo' and ``foo''.
18
19 @macro q{TEXT}
20 @quoteleft{}\TEXT\@quoteright{}
21 @end macro
22
23 @macro qq{TEXT}
24 @quotedblleft{}\TEXT\@quotedblright{}
25 @end macro
26
27
28 @ifhtml
29
30 @macro warning{TEXT}
31 @html
32 <div class="warning">
33 @end html
34 @strong{Note:} \TEXT\
35 @c keep the space for proper nesting of </p>
36
37 @html
38 </div>
39 @end html
40 @end macro
41
42 @end ifhtml
43
44 @ifnothtml
45
46 @macro warning{TEXT}
47 @quotation
48 @quotation
49 @cartouche
50 @b{Note:} \TEXT\
51 @end cartouche
52 @end quotation
53 @end quotation
54 @end macro
55
56 @end ifnothtml
57
58
59 @macro docMain
60 @cartouche
61 このマニュアルと他のドキュメントの関係について、あるいは、このマニュアルを他の形式で読む方法についての情報は、@rwebnamed{マニュアル,マニュアル}
62 を参照してください。
63
64 マニュアルのいずれかを見失ってしまった場合、@w{@uref{http://@/www@/.lilypond@/.org/}} 
65 にマニュアルがすべて揃っています。
66 @end cartouche
67 @end macro
68
69 @macro lilyTitlePage{TITLE}
70 @c  This produces the unified index
71 @syncodeindex fn cp
72 @syncodeindex vr cp
73
74
75 @c   ***** Copyright stuff *****
76 @ifset FDL
77 @copying
78 @copyrightDeclare
79
80 @quotation
81 GNU フリー文書利用許諾契約書バージョン 1.1 
82 またはフリー ソフトウェア財団によって発行されたその後のバージョンの約定に従う限り、このドキュメントを複製、変更する許可を与えます。変更不可部分はありません。この利用許諾契約書のコピーは「GNU フリー文書利用許諾契約書」という章に含まれています。
83 @end quotation
84 @end copying
85 @end ifset
86
87 @ifclear FDL
88 @copying
89 This document has been placed in the public domain.
90 @end copying
91 @end ifclear
92
93
94 @c   ***** Title page *****
95 @ifnottex
96 @node Top
97 @top LilyPond --- \TITLE\
98
99 @cartouche
100 @manualIntro{}
101 @end cartouche
102 @end ifnottex
103
104 @finalout
105
106 @titlepage
107 @title LilyPond
108 @subtitle 楽譜譜刻プログラム
109 @titlefont{\TITLE\}
110 @author LilyPond 開発チーム
111
112 @vskip 60pt
113
114 @cartouche
115 @manualIntro{}
116 @end cartouche
117
118 @vskip 40pt
119
120 @docMain{}
121
122 @vskip 0pt plus 1filll
123
124 @insertcopying
125
126 LilyPond バージョン @version{} 用
127 @end titlepage
128
129 @end macro
130
131
132 @c   ***** Headings in a doc subsection *****
133
134 @c The next macro is a dummy currently since texinfo doesn't
135 @c provide a real ragged-right environment yet.
136 @c
137 @c Don't insert an empty line after @predefined!  Right now
138 @c it doesn't matter, but a future implementation will probably
139 @c add some code which needs this restriction.
140
141 @macro predefined
142 @noindent
143 @subsubheading 定義済みコマンド
144 @end macro
145
146 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
147 @c the macro must not be empty.
148
149 @macro endpredefined
150 @c
151 @end macro
152
153
154 @macro snippets
155 @noindent
156 @subsubheading Selected Snippets
157 @end macro
158
159
160 @c Don't insert an empty line after @seealso!  Otherwise we get
161 @c unwanted extra vertical space in the PDF output.
162
163 @macro seealso
164 @noindent
165 @subsubheading 参照
166 @indent
167 @end macro
168
169
170 @macro knownissues
171 @noindent
172 @subsubheading 既知の問題と警告
173 @end macro
174
175
176
177 @c   ***** Links and references *****
178
179 @c  Definitions for references:
180 @c
181 @c     @rweb
182 @c     @ressay
183 @c     @rglos
184 @c     @rinternals
185 @c     @rlearning
186 @c     @rlsr
187 @c     @rprogram
188 @c     @ruser
189 @c     @rchanges
190 @c     @rextend
191 @c     @rcontrib
192 @c
193 @c  All these also have a @...named version which allows to specify the
194 @c  displayed text for the reference as second argument.
195 @c
196 @c ***** HTML + bigpage is a special case (other manual names); all other
197 @c formats are treated similarly.
198
199
200 @c *** not TeX ***
201
202 @ifnottex
203
204 @c ** bigpage **
205
206 @ifset bigpage
207
208 @macro rglos{TEXT}
209 @vindex \TEXT\
210 @ref{\TEXT\,,,music-glossary-big-page,Music Glossary}
211 @end macro
212
213 @macro rglosnamed{TEXT,DISPLAY}
214 @vindex \TEXT\
215 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Music Glossary}
216 @end macro
217
218 @macro rlearning{TEXT}
219 @vindex \TEXT\
220 @ref{\TEXT\,,,learning-big-page,Learning Manual}
221 @end macro
222
223 @macro rlearningnamed{TEXT,DISPLAY}
224 @vindex \TEXT\
225 @ref{\TEXT\,,\DISPLAY\,learning-big-page,\DISPLAY\}
226 @end macro
227
228 @macro ruser{TEXT}
229 @vindex \TEXT\
230 @ref{\TEXT\,,,notation-big-page,Notation Reference}
231 @end macro
232
233 @macro rusernamed{TEXT,DISPLAY}
234 @vindex \TEXT\
235 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Notation Reference}
236 @end macro
237
238 @macro rextend{TEXT}
239 @vindex \TEXT\
240 @ref{\TEXT\,,,extending-big-page,Extending}
241 @end macro
242
243 @macro rextendnamed{TEXT,DISPLAY}
244 @vindex \TEXT\
245 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Extending}
246 @end macro
247
248 @macro rchanges{TEXT}
249 @vindex \TEXT\
250 @ref{\TEXT\,,,changes-big-page,Changes}
251 @end macro
252
253 @macro rchangesnamed{TEXT,DISPLAY}
254 @vindex \TEXT\
255 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Changes}
256 @end macro
257
258 @macro rcontrib{TEXT}
259 @vindex \TEXT\
260 @ref{\TEXT\,,,contributor-big-page,Contributor's Guide}
261 @end macro
262
263 @macro rcontribnamed{TEXT,DISPLAY}
264 @vindex \TEXT\
265 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Contributor's Guide}
266 @end macro
267
268 @macro rweb{TEXT}
269 @vindex \TEXT\
270 @ref{\TEXT\,,,web-big-page,General Information}
271 @end macro
272
273 @macro rwebnamed{TEXT,DISPLAY}
274 @vindex \TEXT\
275 @ref{\TEXT\,,\DISPLAY\,web-big-page,General Information}
276 @end macro
277
278 @macro ressay{TEXT}
279 @vindex \TEXT\
280 @ref{\TEXT\,,,essay-big-page,Essay}
281 @end macro
282
283 @macro ressaynamed{TEXT,DISPLAY}
284 @vindex \TEXT\
285 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Essay}
286 @end macro
287
288 @macro rprogram{TEXT}
289 @vindex \TEXT\
290 @ref{\TEXT\,,,usage-big-page,Application Usage}
291 @end macro
292
293 @macro rprogramnamed{TEXT,DISPLAY}
294 @vindex \TEXT\
295 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Application Usage}
296 @end macro
297
298 @macro rlsr{TEXT}
299 @ref{\TEXT\,,,snippets-big-page,Snippets}
300 @end macro
301
302 @macro rlsrnamed{TEXT,DISPLAY}
303 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Snippets}
304 @end macro
305
306 @macro rinternals{TEXT}
307 @vindex \TEXT\
308 @ref{\TEXT\,,,internals-big-page,Internals Reference}
309 @end macro
310
311 @macro rinternalsnamed{TEXT,DISPLAY}
312 @vindex \TEXT\
313 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Internals Reference}
314 @end macro
315
316 @end ifset
317
318
319 @c ** not bigpage **
320
321 @ifclear bigpage
322
323 @ifnotinfo
324
325 @macro rglos{TEXT}
326 @vindex \TEXT\
327 @ref{\TEXT\,,,music-glossary,Music Glossary}
328 @end macro
329
330 @macro rglosnamed{TEXT,DISPLAY}
331 @vindex \TEXT\
332 @ref{\TEXT\,,\DISPLAY\,music-glossary,\DISPLAY\}
333 @end macro
334
335 @macro rlearning{TEXT}
336 @vindex \TEXT\
337 @ref{\TEXT\,,,learning,Learning Manual}
338 @end macro
339
340 @macro rlearningnamed{TEXT,DISPLAY}
341 @vindex \TEXT\
342 @ref{\TEXT\,,,learning,\DISPLAY\}
343 @end macro
344
345 @macro ruser{TEXT}
346 @vindex \TEXT\
347 @ref{\TEXT\,,,notation,Notation Reference}
348 @end macro
349
350 @macro rusernamed{TEXT,DISPLAY}
351 @vindex \TEXT\
352 @ref{\TEXT\,,\DISPLAY\,notation,\DISPLAY\}
353 @end macro
354
355 @macro rchanges{TEXT}
356 @vindex \TEXT\
357 @ref{\TEXT\,,,changes,Changes}
358 @end macro
359
360 @macro rchangesnamed{TEXT,DISPLAY}
361 @vindex \TEXT\
362 @ref{\TEXT\,,\DISPLAY\,changes,\DISPLAY\}
363 @end macro
364
365 @macro rextend{TEXT}
366 @vindex \TEXT\
367 @ref{\TEXT\,,,extending,Extending}
368 @end macro
369
370 @macro rextendnamed{TEXT,DISPLAY}
371 @vindex \TEXT\
372 @ref{\TEXT\,,\DISPLAY\,extending,\DISPLAY\}
373 @end macro
374
375 @macro rcontrib{TEXT}
376 @vindex \TEXT\
377 @ref{\TEXT\,,,contributor,Contributor's Guide}
378 @end macro
379
380 @macro rcontribnamed{TEXT,DISPLAY}
381 @vindex \TEXT\
382 @ref{\TEXT\,,\DISPLAY\,contributor,\DISPLAY\}
383 @end macro
384
385 @macro rweb{TEXT}
386 @vindex \TEXT\
387 @ref{\TEXT\,,,web,General Information}
388 @end macro
389
390 @macro rwebnamed{TEXT,DISPLAY}
391 @vindex \TEXT\
392 @ref{\TEXT\,,\DISPLAY\,web,\DISPLAY\}
393 @end macro
394
395 @macro ressay{TEXT}
396 @vindex \TEXT\
397 @ref{\TEXT\,,,essay,Essay}
398 @end macro
399
400 @macro ressaynamed{TEXT,DISPLAY}
401 @vindex \TEXT\
402 @ref{\TEXT\,,\DISPLAY\,essay,\DISPLAY\}
403 @end macro
404
405 @macro rprogram{TEXT}
406 @vindex \TEXT\
407 @ref{\TEXT\,,,usage,Application Usage}
408 @end macro
409
410 @macro rprogramnamed{TEXT,DISPLAY}
411 @vindex \TEXT\
412 @ref{\TEXT\,,\DISPLAY\,usage,\DISPLAY\}
413 @end macro
414
415 @macro rlsr{TEXT}
416 @ref{\TEXT\,,,snippets,Snippets}
417 @end macro
418
419 @macro rlsrnamed{TEXT,DISPLAY}
420 @ref{\TEXT\,,\DISPLAY\,snippets,\DISPLAY\}
421 @end macro
422
423 @macro rinternals{TEXT}
424 @vindex \TEXT\
425 @ref{\TEXT\,,,internals,Internals Reference}
426 @end macro
427
428 @macro rinternalsnamed{TEXT,DISPLAY}
429 @vindex \TEXT\
430 @ref{\TEXT\,,\DISPLAY\,internals,\DISPLAY\}
431 @end macro
432
433 @end ifnotinfo
434
435 @ifinfo
436
437 @macro rglos{TEXT}
438 @vindex \TEXT\
439 @ref{\TEXT\,,,music-glossary,Music Glossary}
440 @end macro
441
442 @macro rglosnamed{TEXT,DISPLAY}
443 @vindex \TEXT\
444 @ref{\TEXT\,,\DISPLAY\,music-glossary,\DISPLAY\}
445 @end macro
446
447 @macro rlearning{TEXT}
448 @vindex \TEXT\
449 @ref{\TEXT\,,,lilypond-learning,Learning Manual}
450 @end macro
451
452 @macro rlearningnamed{TEXT,DISPLAY}
453 @vindex \TEXT\
454 @ref{\TEXT\,,,lilypond-learning,\DISPLAY\}
455 @end macro
456
457 @macro ruser{TEXT}
458 @vindex \TEXT\
459 @ref{\TEXT\,,,lilypond-notation,Notation Reference}
460 @end macro
461
462 @macro rusernamed{TEXT,DISPLAY}
463 @vindex \TEXT\
464 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,\DISPLAY\}
465 @end macro
466
467 @macro rchanges{TEXT}
468 @vindex \TEXT\
469 @ref{\TEXT\,,,lilypond-changes,Changes}
470 @end macro
471
472 @macro rchangesnamed{TEXT,DISPLAY}
473 @vindex \TEXT\
474 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,\DISPLAY\}
475 @end macro
476
477 @macro rextend{TEXT}
478 @vindex \TEXT\
479 @ref{\TEXT\,,,lilypond-extending,Extending}
480 @end macro
481
482 @macro rextendnamed{TEXT,DISPLAY}
483 @vindex \TEXT\
484 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,\DISPLAY\}
485 @end macro
486
487 @macro rcontrib{TEXT}
488 @vindex \TEXT\
489 @ref{\TEXT\,,,lilypond-contributor,Contributor's Guide}
490 @end macro
491
492 @macro rcontribnamed{TEXT,DISPLAY}
493 @vindex \TEXT\
494 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,\DISPLAY\}
495 @end macro
496
497 @macro rweb{TEXT}
498 @vindex \TEXT\
499 @ref{\TEXT\,,,lilypond-web,General Information}
500 @end macro
501
502 @macro rwebnamed{TEXT,DISPLAY}
503 @vindex \TEXT\
504 @ref{\TEXT\,,\DISPLAY\,lilypond-web, \DISPLAY\}
505 @end macro
506
507 @macro ressay{TEXT}
508 @vindex \TEXT\
509 @ref{\TEXT\,,,lilypond-essay,Essay}
510 @end macro
511
512 @macro ressaynamed{TEXT,DISPLAY}
513 @vindex \TEXT\
514 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,\DISPLAY\}
515 @end macro
516
517 @macro rprogram{TEXT}
518 @vindex \TEXT\
519 @ref{\TEXT\,,,lilypond-usage,Application Usage}
520 @end macro
521
522 @macro rprogramnamed{TEXT,DISPLAY}
523 @vindex \TEXT\
524 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,\DISPLAY\}
525 @end macro
526
527 @macro rlsr{TEXT}
528 @ref{\TEXT\,,,lilypond-snippets,Snippets}
529 @end macro
530
531 @macro rlsrnamed{TEXT,DISPLAY}
532 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,\DISPLAY\}
533 @end macro
534
535 @macro rinternals{TEXT}
536 @vindex \TEXT\
537 @ref{\TEXT\,,,lilypond-internals,Internals Reference}
538 @end macro
539
540 @macro rinternalsnamed{TEXT,DISPLAY}
541 @vindex \TEXT\
542 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,\DISPLAY\}
543 @end macro
544
545 @end ifinfo
546
547 @end ifclear
548
549 @end ifnottex
550
551
552 @c *** TeX ***
553
554 @iftex
555
556 @c All commands below should work in the middle of the line;
557 @c we thus must not use @vindex directly since it works only if placed
558 @c on a line of its own.  To overcome this problem, we define a
559 @c replacement macro using the internal definition of @vindex which
560 @c delimits arguments in the standard way (i.e., with braces).
561
562 @tex
563 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
564 @end tex
565
566 @macro rglos{TEXT}
567 @lilyvindex{\TEXT\}
568 @ref{\TEXT\,,,music-glossary,Music Glossary}
569 @end macro
570
571 @macro rglosnamed{TEXT,DISPLAY}
572 @lilyvindex{\TEXT\}
573 @ref{\TEXT\,,\DISPLAY\,music-glossary,\DISPLAY\}
574 @end macro
575
576 @macro rlearning{TEXT}
577 @lilyvindex{\TEXT\}
578 @ref{\TEXT\,,,learning,Learning Manual}
579 @end macro
580
581 @macro rlearningnamed{TEXT,DISPLAY}
582 @lilyvindex{\TEXT\}
583 @ref{\TEXT\,,\DISPLAY\,learning,\DISPLAY\}
584 @end macro
585
586 @macro ruser{TEXT}
587 @lilyvindex{\TEXT\}
588 @ref{\TEXT\,,,notation,Notation Reference}
589 @end macro
590
591 @macro rusernamed{TEXT,DISPLAY}
592 @lilyvindex{\TEXT\}
593 @ref{\TEXT\,,\DISPLAY\,notation,\DISPLAY\}
594 @end macro
595
596 @macro rchanges{TEXT}
597 @lilyvindex{\TEXT\}
598 @ref{\TEXT\,,,changes,Changes}
599 @end macro
600
601 @macro rchangesnamed{TEXT,DISPLAY}
602 @lilyvindex{\TEXT\}
603 @ref{\TEXT\,,\DISPLAY\,changes,\DISPLAY\}
604 @end macro
605
606 @macro rextend{TEXT}
607 @lilyvindex{\TEXT\}
608 @ref{\TEXT\,,,extending,Extending}
609 @end macro
610
611 @macro rextendnamed{TEXT,DISPLAY}
612 @lilyvindex{\TEXT\}
613 @ref{\TEXT\,,\DISPLAY\,extending,\DISPLAY\}
614 @end macro
615
616 @macro rcontrib{TEXT}
617 @lilyvindex{\TEXT\}
618 @ref{\TEXT\,,,contributor,Contributor's Guide}
619 @end macro
620
621 @macro rcontribnamed{TEXT,DISPLAY}
622 @lilyvindex{\TEXT\}
623 @ref{\TEXT\,,\DISPLAY\,contributor,\DISPLAY\}
624 @end macro
625
626 @macro rweb{TEXT}
627 @lilyvindex{\TEXT\}
628 @ref{\TEXT\,,,web,General Information}
629 @end macro
630
631 @macro rwebnamed{TEXT,DISPLAY}
632 @lilyvindex{\TEXT\}
633 @ref{\TEXT\,,\DISPLAY\,web,\DISPLAY\}
634 @end macro
635
636 @macro ressay{TEXT}
637 @lilyvindex{\TEXT\}
638 @ref{\TEXT\,,,essay,Essay}
639 @end macro
640
641 @macro ressaynamed{TEXT,DISPLAY}
642 @lilyvindex{\TEXT\}
643 @ref{\TEXT\,,\DISPLAY\,essay,\DISPLAY\}
644 @end macro
645
646 @macro rprogram{TEXT}
647 @lilyvindex{\TEXT\}
648 @ref{\TEXT\,,,usage,Application Usage}
649 @end macro
650
651 @macro rprogramnamed{TEXT,DISPLAY}
652 @lilyvindex{\TEXT\}
653 @ref{\TEXT\,,\DISPLAY\,usage,\DISPLAY\}
654 @end macro
655
656 @macro rlsr{TEXT}
657 @lilyvindex{\TEXT\}
658 @ref{\TEXT\,,,snippets,Snippets}
659 @end macro
660
661 @macro rlsrnamed{TEXT,DISPLAY}
662 @lilyvindex{\TEXT\}
663 @ref{\TEXT\,,\DISPLAY\,snippets,\DISPLAY\}
664 @end macro
665
666 @macro rinternals{TEXT}
667 @lilyvindex{\TEXT\}
668 @ref{\TEXT\,,,internals,Internals Reference}
669 @end macro
670
671 @macro rinternalsnamed{TEXT,DISPLAY}
672 @lilyvindex{\TEXT\}
673 @ref{\TEXT\,,\DISPLAY\,internals,\DISPLAY\}
674 @end macro
675
676 @end iftex
677
678 @c  ***** Macros specific to the web site *****
679
680 @ifset web
681
682 @macro exampleImage{IMAGE-FILE}
683 @html
684 <div class="float-center">
685   <a class="clickable" href="examples/\IMAGE-FILE\.png">
686     <img src="examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
687   </a>
688   <p style="text-align: center">
689     (click to enlarge)
690   </p>
691 </div>
692 @end html
693 @iftex
694 @image{examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
695 @end iftex
696 @ifinfo
697 @image{lilypond/examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
698 @end ifinfo
699 @end macro
700
701 @macro help{TEXT}
702 @html
703 <div class="help">
704 <strong>
705   <span style="text-decoration:blink">Help wanted:</span>
706 </strong> \TEXT\
707 </div>
708 @end html
709 @end macro
710
711
712 @c LEGALESE
713
714 @macro logoLegalLinux
715 Tux the Linux Penguin was created by
716 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} with
717 @uref{http://www.isc.tamu.edu/~lewing/gimp/, the Gnu Image
718 Manipulation Program}.
719
720 @end macro
721
722 @macro logoLegalFreeBSD
723 The FreeBSD logo is a registered trademark of
724 @uref{http://www.freebsd.org/, The FreeBSD Foundation}.
725
726 @end macro
727
728 @macro logoLegalMacOSX
729 The @qq{X image} is not a registered trademark.  It was created by
730 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} and
731 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, and
732 placed under the GNU Free Documentation License version 1.2 or later.
733 We found the image on
734 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
735 this Wikipedia Commons page}.
736
737 @end macro
738
739 @macro logoLegalWindows
740 The @qq{four colored rectangles image} is not a registered
741 trademark.  It was created by
742 @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} and
743 placed under the GNU Free Documentation License version 1.2.  We
744 found the image on
745 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
746 this Wikipedia Commons page}.
747
748 @end macro
749
750 @end ifset