Start pictograms branch.
[lilypond/mpolesky.git] / Documentation / ja / macros.itexi
blob1920529a3ae85c401950ca56194cf78264865ac1
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 9a65042d49324f2e3dff18c4b0858def81232eea
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
11 @include version.itexi
12 @include common-macros.itexi
15 @c   ***** Displaying text *****
17 @c To get decent quotes in `foo' and ``foo''.
19 @macro q{TEXT}
20 @quoteleft{}\TEXT\@quoteright{}
21 @end macro
23 @macro qq{TEXT}
24 @quotedblleft{}\TEXT\@quotedblright{}
25 @end macro
28 @ifhtml
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>
37 @html
38 </div>
39 @end html
40 @end macro
42 @end ifhtml
44 @ifnothtml
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
56 @end ifnothtml
59 @macro docMain
60 @cartouche
61 このマニュアルと他のドキュメントの関係について、あるいは、このマニュアルを他の形式で読む方法についての情報は、@rwebnamed{マニュアル,マニュアル}
62 を参照してください。
64 マニュアルのいずれかを見失ってしまった場合、@w{@uref{http://@/www@/.lilypond@/.org/}} 
65 にマニュアルがすべて揃っています。
66 @end cartouche
67 @end macro
69 @macro lilyTitlePage{TITLE}
70 @c  This produces the unified index
71 @syncodeindex fn cp
72 @syncodeindex vr cp
75 @c   ***** Copyright stuff *****
76 @ifset FDL
77 @copying
78 @copyrightDeclare
80 @quotation
81 GNU フリー文書利用許諾契約書バージョン 1.1 
82 またはフリー ソフトウェア財団によって発行されたその後のバージョンの約定に従う限り、このドキュメントを複製、変更する許可を与えます。変更不可部分はありません。この利用許諾契約書のコピーは「GNU フリー文書利用許諾契約書」という章に含まれています。
83 @end quotation
84 @end copying
85 @end ifset
87 @ifclear FDL
88 @copying
89 This document has been placed in the public domain.
90 @end copying
91 @end ifclear
94 @c   ***** Title page *****
95 @ifnottex
96 @node Top
97 @top LilyPond --- \TITLE\
99 @cartouche
100 @manualIntro{}
101 @end cartouche
102 @end ifnottex
104 @finalout
106 @titlepage
107 @title LilyPond
108 @subtitle 楽譜譜刻プログラム
109 @titlefont{\TITLE\}
110 @author LilyPond 開発チーム
112 @vskip 60pt
114 @cartouche
115 @manualIntro{}
116 @end cartouche
118 @vskip 40pt
120 @docMain{}
122 @vskip 0pt plus 1filll
124 @insertcopying
126 LilyPond バージョン @version{} 用
127 @end titlepage
129 @end macro
132 @c   ***** Headings in a doc subsection *****
134 @c The next macro is a dummy currently since texinfo doesn't
135 @c provide a real ragged-right environment yet.
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.
141 @macro predefined
142 @noindent
143 @subsubheading 定義済みコマンド
144 @end macro
146 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
147 @c the macro must not be empty.
149 @macro endpredefined
151 @end macro
154 @macro snippets
155 @noindent
156 @subsubheading Selected Snippets
157 @end macro
160 @c Don't insert an empty line after @seealso!  Otherwise we get
161 @c unwanted extra vertical space in the PDF output.
163 @macro seealso
164 @noindent
165 @subsubheading 参照
166 @indent
167 @end macro
170 @macro knownissues
171 @noindent
172 @subsubheading 既知の問題と警告
173 @end macro
177 @c   ***** Links and references *****
179 @c  Definitions for references:
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
193 @c  All these also have a @...named version which allows to specify the
194 @c  displayed text for the reference as second argument.
196 @c ***** HTML + bigpage is a special case (other manual names); all other
197 @c formats are treated similarly.
200 @c *** not TeX ***
202 @ifnottex
204 @c ** bigpage **
206 @ifset bigpage
208 @macro rglos{TEXT}
209 @vindex \TEXT\
210 @ref{\TEXT\,,,music-glossary-big-page,Music Glossary}
211 @end macro
213 @macro rglosnamed{TEXT,DISPLAY}
214 @vindex \TEXT\
215 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Music Glossary}
216 @end macro
218 @macro rlearning{TEXT}
219 @vindex \TEXT\
220 @ref{\TEXT\,,,learning-big-page,Learning Manual}
221 @end macro
223 @macro rlearningnamed{TEXT,DISPLAY}
224 @vindex \TEXT\
225 @ref{\TEXT\,,\DISPLAY\,learning-big-page,\DISPLAY\}
226 @end macro
228 @macro ruser{TEXT}
229 @vindex \TEXT\
230 @ref{\TEXT\,,,notation-big-page,Notation Reference}
231 @end macro
233 @macro rusernamed{TEXT,DISPLAY}
234 @vindex \TEXT\
235 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Notation Reference}
236 @end macro
238 @macro rextend{TEXT}
239 @vindex \TEXT\
240 @ref{\TEXT\,,,extending-big-page,Extending}
241 @end macro
243 @macro rextendnamed{TEXT,DISPLAY}
244 @vindex \TEXT\
245 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Extending}
246 @end macro
248 @macro rchanges{TEXT}
249 @vindex \TEXT\
250 @ref{\TEXT\,,,changes-big-page,Changes}
251 @end macro
253 @macro rchangesnamed{TEXT,DISPLAY}
254 @vindex \TEXT\
255 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Changes}
256 @end macro
258 @macro rcontrib{TEXT}
259 @vindex \TEXT\
260 @ref{\TEXT\,,,contributor-big-page,Contributor's Guide}
261 @end macro
263 @macro rcontribnamed{TEXT,DISPLAY}
264 @vindex \TEXT\
265 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Contributor's Guide}
266 @end macro
268 @macro rweb{TEXT}
269 @vindex \TEXT\
270 @ref{\TEXT\,,,web-big-page,General Information}
271 @end macro
273 @macro rwebnamed{TEXT,DISPLAY}
274 @vindex \TEXT\
275 @ref{\TEXT\,,\DISPLAY\,web-big-page,General Information}
276 @end macro
278 @macro ressay{TEXT}
279 @vindex \TEXT\
280 @ref{\TEXT\,,,essay-big-page,Essay}
281 @end macro
283 @macro ressaynamed{TEXT,DISPLAY}
284 @vindex \TEXT\
285 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Essay}
286 @end macro
288 @macro rprogram{TEXT}
289 @vindex \TEXT\
290 @ref{\TEXT\,,,usage-big-page,Application Usage}
291 @end macro
293 @macro rprogramnamed{TEXT,DISPLAY}
294 @vindex \TEXT\
295 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Application Usage}
296 @end macro
298 @macro rlsr{TEXT}
299 @ref{\TEXT\,,,snippets-big-page,Snippets}
300 @end macro
302 @macro rlsrnamed{TEXT,DISPLAY}
303 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Snippets}
304 @end macro
306 @macro rinternals{TEXT}
307 @vindex \TEXT\
308 @ref{\TEXT\,,,internals-big-page,Internals Reference}
309 @end macro
311 @macro rinternalsnamed{TEXT,DISPLAY}
312 @vindex \TEXT\
313 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Internals Reference}
314 @end macro
316 @end ifset
319 @c ** not bigpage **
321 @ifclear bigpage
323 @ifnotinfo
325 @macro rglos{TEXT}
326 @vindex \TEXT\
327 @ref{\TEXT\,,,music-glossary,Music Glossary}
328 @end macro
330 @macro rglosnamed{TEXT,DISPLAY}
331 @vindex \TEXT\
332 @ref{\TEXT\,,\DISPLAY\,music-glossary,\DISPLAY\}
333 @end macro
335 @macro rlearning{TEXT}
336 @vindex \TEXT\
337 @ref{\TEXT\,,,learning,Learning Manual}
338 @end macro
340 @macro rlearningnamed{TEXT,DISPLAY}
341 @vindex \TEXT\
342 @ref{\TEXT\,,,learning,\DISPLAY\}
343 @end macro
345 @macro ruser{TEXT}
346 @vindex \TEXT\
347 @ref{\TEXT\,,,notation,Notation Reference}
348 @end macro
350 @macro rusernamed{TEXT,DISPLAY}
351 @vindex \TEXT\
352 @ref{\TEXT\,,\DISPLAY\,notation,\DISPLAY\}
353 @end macro
355 @macro rchanges{TEXT}
356 @vindex \TEXT\
357 @ref{\TEXT\,,,changes,Changes}
358 @end macro
360 @macro rchangesnamed{TEXT,DISPLAY}
361 @vindex \TEXT\
362 @ref{\TEXT\,,\DISPLAY\,changes,\DISPLAY\}
363 @end macro
365 @macro rextend{TEXT}
366 @vindex \TEXT\
367 @ref{\TEXT\,,,extending,Extending}
368 @end macro
370 @macro rextendnamed{TEXT,DISPLAY}
371 @vindex \TEXT\
372 @ref{\TEXT\,,\DISPLAY\,extending,\DISPLAY\}
373 @end macro
375 @macro rcontrib{TEXT}
376 @vindex \TEXT\
377 @ref{\TEXT\,,,contributor,Contributor's Guide}
378 @end macro
380 @macro rcontribnamed{TEXT,DISPLAY}
381 @vindex \TEXT\
382 @ref{\TEXT\,,\DISPLAY\,contributor,\DISPLAY\}
383 @end macro
385 @macro rweb{TEXT}
386 @vindex \TEXT\
387 @ref{\TEXT\,,,web,General Information}
388 @end macro
390 @macro rwebnamed{TEXT,DISPLAY}
391 @vindex \TEXT\
392 @ref{\TEXT\,,\DISPLAY\,web,\DISPLAY\}
393 @end macro
395 @macro ressay{TEXT}
396 @vindex \TEXT\
397 @ref{\TEXT\,,,essay,Essay}
398 @end macro
400 @macro ressaynamed{TEXT,DISPLAY}
401 @vindex \TEXT\
402 @ref{\TEXT\,,\DISPLAY\,essay,\DISPLAY\}
403 @end macro
405 @macro rprogram{TEXT}
406 @vindex \TEXT\
407 @ref{\TEXT\,,,usage,Application Usage}
408 @end macro
410 @macro rprogramnamed{TEXT,DISPLAY}
411 @vindex \TEXT\
412 @ref{\TEXT\,,\DISPLAY\,usage,\DISPLAY\}
413 @end macro
415 @macro rlsr{TEXT}
416 @ref{\TEXT\,,,snippets,Snippets}
417 @end macro
419 @macro rlsrnamed{TEXT,DISPLAY}
420 @ref{\TEXT\,,\DISPLAY\,snippets,\DISPLAY\}
421 @end macro
423 @macro rinternals{TEXT}
424 @vindex \TEXT\
425 @ref{\TEXT\,,,internals,Internals Reference}
426 @end macro
428 @macro rinternalsnamed{TEXT,DISPLAY}
429 @vindex \TEXT\
430 @ref{\TEXT\,,\DISPLAY\,internals,\DISPLAY\}
431 @end macro
433 @end ifnotinfo
435 @ifinfo
437 @macro rglos{TEXT}
438 @vindex \TEXT\
439 @ref{\TEXT\,,,music-glossary,Music Glossary}
440 @end macro
442 @macro rglosnamed{TEXT,DISPLAY}
443 @vindex \TEXT\
444 @ref{\TEXT\,,\DISPLAY\,music-glossary,\DISPLAY\}
445 @end macro
447 @macro rlearning{TEXT}
448 @vindex \TEXT\
449 @ref{\TEXT\,,,lilypond-learning,Learning Manual}
450 @end macro
452 @macro rlearningnamed{TEXT,DISPLAY}
453 @vindex \TEXT\
454 @ref{\TEXT\,,,lilypond-learning,\DISPLAY\}
455 @end macro
457 @macro ruser{TEXT}
458 @vindex \TEXT\
459 @ref{\TEXT\,,,lilypond-notation,Notation Reference}
460 @end macro
462 @macro rusernamed{TEXT,DISPLAY}
463 @vindex \TEXT\
464 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,\DISPLAY\}
465 @end macro
467 @macro rchanges{TEXT}
468 @vindex \TEXT\
469 @ref{\TEXT\,,,lilypond-changes,Changes}
470 @end macro
472 @macro rchangesnamed{TEXT,DISPLAY}
473 @vindex \TEXT\
474 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,\DISPLAY\}
475 @end macro
477 @macro rextend{TEXT}
478 @vindex \TEXT\
479 @ref{\TEXT\,,,lilypond-extending,Extending}
480 @end macro
482 @macro rextendnamed{TEXT,DISPLAY}
483 @vindex \TEXT\
484 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,\DISPLAY\}
485 @end macro
487 @macro rcontrib{TEXT}
488 @vindex \TEXT\
489 @ref{\TEXT\,,,lilypond-contributor,Contributor's Guide}
490 @end macro
492 @macro rcontribnamed{TEXT,DISPLAY}
493 @vindex \TEXT\
494 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,\DISPLAY\}
495 @end macro
497 @macro rweb{TEXT}
498 @vindex \TEXT\
499 @ref{\TEXT\,,,lilypond-web,General Information}
500 @end macro
502 @macro rwebnamed{TEXT,DISPLAY}
503 @vindex \TEXT\
504 @ref{\TEXT\,,\DISPLAY\,lilypond-web, \DISPLAY\}
505 @end macro
507 @macro ressay{TEXT}
508 @vindex \TEXT\
509 @ref{\TEXT\,,,lilypond-essay,Essay}
510 @end macro
512 @macro ressaynamed{TEXT,DISPLAY}
513 @vindex \TEXT\
514 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,\DISPLAY\}
515 @end macro
517 @macro rprogram{TEXT}
518 @vindex \TEXT\
519 @ref{\TEXT\,,,lilypond-usage,Application Usage}
520 @end macro
522 @macro rprogramnamed{TEXT,DISPLAY}
523 @vindex \TEXT\
524 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,\DISPLAY\}
525 @end macro
527 @macro rlsr{TEXT}
528 @ref{\TEXT\,,,lilypond-snippets,Snippets}
529 @end macro
531 @macro rlsrnamed{TEXT,DISPLAY}
532 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,\DISPLAY\}
533 @end macro
535 @macro rinternals{TEXT}
536 @vindex \TEXT\
537 @ref{\TEXT\,,,lilypond-internals,Internals Reference}
538 @end macro
540 @macro rinternalsnamed{TEXT,DISPLAY}
541 @vindex \TEXT\
542 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,\DISPLAY\}
543 @end macro
545 @end ifinfo
547 @end ifclear
549 @end ifnottex
552 @c *** TeX ***
554 @iftex
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).
562 @tex
563 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
564 @end tex
566 @macro rglos{TEXT}
567 @lilyvindex{\TEXT\}
568 @ref{\TEXT\,,,music-glossary,Music Glossary}
569 @end macro
571 @macro rglosnamed{TEXT,DISPLAY}
572 @lilyvindex{\TEXT\}
573 @ref{\TEXT\,,\DISPLAY\,music-glossary,\DISPLAY\}
574 @end macro
576 @macro rlearning{TEXT}
577 @lilyvindex{\TEXT\}
578 @ref{\TEXT\,,,learning,Learning Manual}
579 @end macro
581 @macro rlearningnamed{TEXT,DISPLAY}
582 @lilyvindex{\TEXT\}
583 @ref{\TEXT\,,\DISPLAY\,learning,\DISPLAY\}
584 @end macro
586 @macro ruser{TEXT}
587 @lilyvindex{\TEXT\}
588 @ref{\TEXT\,,,notation,Notation Reference}
589 @end macro
591 @macro rusernamed{TEXT,DISPLAY}
592 @lilyvindex{\TEXT\}
593 @ref{\TEXT\,,\DISPLAY\,notation,\DISPLAY\}
594 @end macro
596 @macro rchanges{TEXT}
597 @lilyvindex{\TEXT\}
598 @ref{\TEXT\,,,changes,Changes}
599 @end macro
601 @macro rchangesnamed{TEXT,DISPLAY}
602 @lilyvindex{\TEXT\}
603 @ref{\TEXT\,,\DISPLAY\,changes,\DISPLAY\}
604 @end macro
606 @macro rextend{TEXT}
607 @lilyvindex{\TEXT\}
608 @ref{\TEXT\,,,extending,Extending}
609 @end macro
611 @macro rextendnamed{TEXT,DISPLAY}
612 @lilyvindex{\TEXT\}
613 @ref{\TEXT\,,\DISPLAY\,extending,\DISPLAY\}
614 @end macro
616 @macro rcontrib{TEXT}
617 @lilyvindex{\TEXT\}
618 @ref{\TEXT\,,,contributor,Contributor's Guide}
619 @end macro
621 @macro rcontribnamed{TEXT,DISPLAY}
622 @lilyvindex{\TEXT\}
623 @ref{\TEXT\,,\DISPLAY\,contributor,\DISPLAY\}
624 @end macro
626 @macro rweb{TEXT}
627 @lilyvindex{\TEXT\}
628 @ref{\TEXT\,,,web,General Information}
629 @end macro
631 @macro rwebnamed{TEXT,DISPLAY}
632 @lilyvindex{\TEXT\}
633 @ref{\TEXT\,,\DISPLAY\,web,\DISPLAY\}
634 @end macro
636 @macro ressay{TEXT}
637 @lilyvindex{\TEXT\}
638 @ref{\TEXT\,,,essay,Essay}
639 @end macro
641 @macro ressaynamed{TEXT,DISPLAY}
642 @lilyvindex{\TEXT\}
643 @ref{\TEXT\,,\DISPLAY\,essay,\DISPLAY\}
644 @end macro
646 @macro rprogram{TEXT}
647 @lilyvindex{\TEXT\}
648 @ref{\TEXT\,,,usage,Application Usage}
649 @end macro
651 @macro rprogramnamed{TEXT,DISPLAY}
652 @lilyvindex{\TEXT\}
653 @ref{\TEXT\,,\DISPLAY\,usage,\DISPLAY\}
654 @end macro
656 @macro rlsr{TEXT}
657 @lilyvindex{\TEXT\}
658 @ref{\TEXT\,,,snippets,Snippets}
659 @end macro
661 @macro rlsrnamed{TEXT,DISPLAY}
662 @lilyvindex{\TEXT\}
663 @ref{\TEXT\,,\DISPLAY\,snippets,\DISPLAY\}
664 @end macro
666 @macro rinternals{TEXT}
667 @lilyvindex{\TEXT\}
668 @ref{\TEXT\,,,internals,Internals Reference}
669 @end macro
671 @macro rinternalsnamed{TEXT,DISPLAY}
672 @lilyvindex{\TEXT\}
673 @ref{\TEXT\,,\DISPLAY\,internals,\DISPLAY\}
674 @end macro
676 @end iftex
678 @c  ***** Macros specific to the web site *****
680 @ifset web
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
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
712 @c LEGALESE
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}.
720 @end macro
722 @macro logoLegalFreeBSD
723 The FreeBSD logo is a registered trademark of
724 @uref{http://www.freebsd.org/, The FreeBSD Foundation}.
726 @end macro
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}.
737 @end macro
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}.
748 @end macro
750 @end ifset