]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/user/macros.itexi
f755bafe6e98d4cac78edad9526412e90c17594d
[lilypond.git] / Documentation / ja / user / 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 @macro hash
17 \#
18 @end macro
19
20 @c To get decent quotes in `foo' and ``foo''.
21 @c FIXME: Use thin spaces for @qq.
22
23 @ifnotinfo
24
25 @macro q{TEXT}
26 @quoteleft{}\TEXT\@quoteright{}
27 @end macro
28
29 @macro qq{TEXT}
30 @quotedblleft{}\TEXT\@quotedblright{}
31 @end macro
32
33 @end ifnotinfo
34
35 @ifinfo
36
37 @macro q{TEXT}
38 `\TEXT\'
39 @end macro
40
41 @macro qq{TEXT}
42 « \TEXT\ »
43 @end macro
44
45 @end ifinfo
46
47
48 @ifhtml
49
50 @macro warning{TEXT}
51 @cartouche
52 @b{Note:} \TEXT\
53 @end cartouche
54 @end macro
55
56 @end ifhtml
57
58 @ifnothtml
59
60 @macro warning{TEXT}
61 @quotation
62 @quotation
63 @cartouche
64 @b{Note:} \TEXT\
65 @end cartouche
66 @end quotation
67 @end quotation
68 @end macro
69
70 @end ifnothtml
71
72
73
74 @c   ***** Headings in a doc subsection *****
75
76 @c Don't insert an empty line after @predefined!  Right now
77 @c it doesn't matter, but a future implementation will probably
78 @c add some code which needs this restriction.
79
80 @macro predefined
81 @noindent
82 @subsubheading Predefined commands
83 @end macro
84
85 @macro snippets
86 @noindent
87 @subsubheading Selected Snippets
88 @end macro
89
90
91 @c Don't insert an empty line after @seealso!  Otherwise we get
92 @c unwanted extra vertical space in the PDF output.
93
94 @macro seealso
95 @noindent
96 @subsubheading See also
97 @indent
98 @end macro
99
100
101 @macro knownissues
102 @noindent
103 @subsubheading Known issues and warnings
104 @end macro
105
106
107
108 @c   ***** Links and references *****
109
110 @c  Definitions for references:
111 @c
112 @c     @rglos
113 @c     @rlearning
114 @c     @ruser
115 @c     @rprogram
116 @c     @rlsr
117 @c     @rinternals
118 @c
119 @c  All these also have a @...named version which allows to specify the
120 @c  displayed text for the reference as second argument.
121 @c
122 @c ***** HTML + bigpage is a special case (other manual names); all other
123 @c formats are treated similarly.
124
125
126 @c *** not TeX ***
127
128 @ifnottex
129
130 @c ** bigpage **
131
132 @ifset bigpage
133
134 @macro rglos{TEXT}
135 @vindex \TEXT\
136 @ref{\TEXT\,,,music-glossary-big-page,Music Glossary}
137 @end macro
138
139 @macro rglosnamed{TEXT,DISPLAY}
140 @vindex \TEXT\
141 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Music Glossary}
142 @end macro
143
144 @macro rlearning{TEXT}
145 @vindex \TEXT\
146 @ref{\TEXT\,,,lilypond-learning-big-page,Learning Manual}
147 @end macro
148
149 @macro rlearningnamed{TEXT,DISPLAY}
150 @vindex \TEXT\
151 @ref{\TEXT\,,\DISPLAY\,lilypond-learning-big-page,Learning Manual}
152 @end macro
153
154 @macro ruser{TEXT}
155 @vindex \TEXT\
156 @ref{\TEXT\,,,lilypond-big-page,Notation Reference}
157 @end macro
158
159 @macro rusernamed{TEXT,DISPLAY}
160 @vindex \TEXT\
161 @ref{\TEXT\,,\DISPLAY\,lilypond-big-page,Notation Reference}
162 @end macro
163
164 @macro rprogram{TEXT}
165 @vindex \TEXT\
166 @ref{\TEXT\,,,lilypond-program-big-page,Application Usage}
167 @end macro
168
169 @macro rprogramnamed{TEXT,DISPLAY}
170 @vindex \TEXT\
171 @ref{\TEXT\,,\DISPLAY\,lilypond-program-big-page,Application Usage}
172 @end macro
173
174 @macro rlsr{TEXT}
175 @ref{\TEXT\,,,lilypond-snippets-big-page,Snippets}
176 @end macro
177
178 @macro rlsrnamed{TEXT,DISPLAY}
179 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets-big-page,Snippets}
180 @end macro
181
182 @macro rinternals{TEXT}
183 @vindex \TEXT\
184 @ref{\TEXT\,,,lilypond-internals-big-page,Internals Reference}
185 @end macro
186
187 @macro rinternalsnamed{TEXT,DISPLAY}
188 @vindex \TEXT\
189 @ref{\TEXT\,,\DISPLAY\,lilypond-internals-big-page,Internals Reference}
190 @end macro
191
192 @end ifset
193
194
195 @c ** not bigpage **
196
197 @ifclear bigpage
198
199 @macro rglos{TEXT}
200 @vindex \TEXT\
201 @ref{\TEXT\,,,music-glossary,Music Glossary}
202 @end macro
203
204 @macro rglosnamed{TEXT,DISPLAY}
205 @vindex \TEXT\
206 @ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary}
207 @end macro
208
209 @macro rlearning{TEXT}
210 @vindex \TEXT\
211 @ref{\TEXT\,,,lilypond-learning,Learning Manual}
212 @end macro
213
214 @macro rlearningnamed{TEXT,DISPLAY}
215 @vindex \TEXT\
216 @ref{\TEXT\,,,lilypond-learning,Learning Manual}
217 @end macro
218
219 @macro ruser{TEXT}
220 @vindex \TEXT\
221 @ref{\TEXT\,,,lilypond,Notation Reference}
222 @end macro
223
224 @macro rusernamed{TEXT,DISPLAY}
225 @vindex \TEXT\
226 @ref{\TEXT\,,\DISPLAY\,lilypond,Notation Reference}
227 @end macro
228
229 @macro rprogram{TEXT}
230 @vindex \TEXT\
231 @ref{\TEXT\,,,lilypond-program,Application Usage}
232 @end macro
233
234 @macro rprogramnamed{TEXT,DISPLAY}
235 @vindex \TEXT\
236 @ref{\TEXT\,,\DISPLAY\,lilypond-program,Application Usage}
237 @end macro
238
239 @macro rlsr{TEXT}
240 @ref{\TEXT\,,,lilypond-snippets,Snippets}
241 @end macro
242
243 @macro rlsrnamed{TEXT,DISPLAY}
244 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Snippets}
245 @end macro
246
247 @macro rinternals{TEXT}
248 @vindex \TEXT\
249 @ref{\TEXT\,,,lilypond-internals,Internals Reference}
250 @end macro
251
252 @macro rinternalsnamed{TEXT,DISPLAY}
253 @vindex \TEXT\
254 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Internals Reference}
255 @end macro
256
257 @end ifclear
258
259 @end ifnottex
260
261
262 @c *** TeX ***
263
264 @iftex
265
266 @macro rglos{TEXT}
267 @vindex \TEXT\
268 @ref{\TEXT\,,,music-glossary,Music Glossary}
269 @end macro
270
271 @macro rglosnamed{TEXT,DISPLAY}
272 @vindex \TEXT\
273 @ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary}
274 @end macro
275
276 @macro rlearning{TEXT}
277 @ref{\TEXT\,,,lilypond-learning,Learning Manual}
278 @end macro
279
280 @macro rlearningnamed{TEXT,DISPLAY}
281 @ref{\TEXT\,,\DISPLAY\,lilypond-learning,Learning Manual}
282 @end macro
283
284 @macro ruser{TEXT}
285 @ref{\TEXT\,,,lilypond,Notation Reference}
286 @end macro
287
288 @macro rusernamed{TEXT,DISPLAY}
289 @ref{\TEXT\,,\DISPLAY\,lilypond,Notation Reference}
290 @end macro
291
292 @macro rprogram{TEXT}
293 @ref{\TEXT\,,,lilypond-program,Application Usage}
294 @end macro
295
296 @macro rprogramnamed{TEXT,DISPLAY}
297 @ref{\TEXT\,,\DISPLAY\,lilypond-program,Application Usage}
298 @end macro
299
300 @macro rlsr{TEXT}
301 @ref{\TEXT\,,,lilypond-snippets,Snippets}
302 @end macro
303
304 @macro rlsrnamed{TEXT,DISPLAY}
305 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Snippets}
306 @end macro
307
308 @macro rinternals{TEXT}
309 @vindex \TEXT\
310 @ref{\TEXT\,,,lilypond-internals,Internals Reference}
311 @end macro
312
313 @macro rinternalsnamed{TEXT,DISPLAY}
314 @vindex \TEXT\
315 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Internals Reference}
316 @end macro
317
318 @end iftex
319
320
321 @c   ***** Macros specific to translated docs *****
322
323 @c None currently defined