]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/hu/macros.itexi
Docs: add Hungarian initial translation
[lilypond.git] / Documentation / hu / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: a30fa41fac8fb2771a76f6d1edbec9714298ee36
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 @c   ***** Displaying text *****
14
15 @c To get decent quotes in `foo' and ``foo''.
16 @c In Hungarian that is `foo' and ,,foo''.
17
18 @macro q{TEXT}
19 @quoteleft{}\TEXT\@quoteright{}
20 @end macro
21
22 @macro qq{TEXT}
23 @quotedblbase{}\TEXT\@quotedblright{}
24 @end macro
25
26
27 @ifhtml
28
29 @macro warning{TEXT}
30 @cartouche
31 @b{Figyelem:} \TEXT\
32 @end cartouche
33 @end macro
34
35 @end ifhtml
36
37 @ifnothtml
38
39 @macro warning{TEXT}
40 @quotation
41 @quotation
42 @cartouche
43 @b{Figyelem:} \TEXT\
44 @end cartouche
45 @end quotation
46 @end quotation
47 @end macro
48
49 @end ifnothtml
50
51 @c   ***** Displaying images not generated by lilypond-book *****
52
53 @c Current installation setup of Info docs requires that all images are
54 @c expected to be found in the `lilypond/' subdirectory.  `lilypond-book'
55 @c already generates proper @image commands for images of music; these
56 @c macro definitions do the same for other images.
57
58 @c @ifnotinfo
59
60 @c @macro sourceimage{FILENAME,WIDTH,HEIGHT,ALTTEXT}
61 @c @image{\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\}
62 @c @end macro
63
64 @c @end ifnotinfo
65
66 @c @ifinfo
67
68 @c @macro sourceimage{FILENAME,WIDTH,HEIGHT,ALTTEXT}
69 @c @image{lilypond/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\}
70 @c @end macro
71
72 @c @end ifinfo
73
74
75
76 @c   ***** Headings in a doc subsection *****
77
78 @c Don't insert an empty line after @predefined!  Right now
79 @c it doesn't matter, but a future implementation will probably
80 @c add some code which needs this restriction.
81
82 @macro predefined
83 @noindent
84 @subsubheading Előre definiált parancsok
85 @end macro
86
87 @c The next macro is a dummy currently since texinfo doesn't
88 @c provide a real ragged-right environment yet.
89 @c
90 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
91 @c the macro must not be empty.
92
93 @macro endpredefined
94 @c
95 @end macro
96
97
98 @macro snippets
99 @noindent
100 @subsubheading Válogatott kódrészletek
101 @end macro
102
103
104 @c Don't insert an empty line after @seealso!  Otherwise we get
105 @c unwanted extra vertical space in the PDF output.
106
107 @macro seealso
108 @noindent
109 @subsubheading Lásd még
110 @indent
111 @end macro
112
113
114 @macro knownissues
115 @noindent
116 @subsubheading Ismert problémák és figyelmeztetések
117 @end macro
118
119
120 @c   ***** Links and references *****
121
122 @c  Definitions for references:
123 @c
124 @c     @rglos
125 @c     @rlearning
126 @c     @ruser
127 @c     @rprogram
128 @c     @rlsr
129 @c     @rinternals
130 @c
131 @c  All these also have a @...named version which allows to specify the
132 @c  displayed text for the reference as second argument.
133 @c
134 @c ***** HTML + bigpage is a special case (other manual names); all other
135 @c formats are treated similarly.
136
137
138 @c *** not TeX ***
139
140 @ifnottex
141
142 @c ** bigpage **
143
144 @ifset bigpage
145
146 @macro rglos{TEXT}
147 @vindex \TEXT\
148 @ref{\TEXT\,,,music-glossary-big-page,Zenei fogalomtár}
149 @end macro
150
151 @macro rglosnamed{TEXT,DISPLAY}
152 @vindex \TEXT\
153 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Zenei fogalomtár}
154 @end macro
155
156 @macro rlearning{TEXT}
157 @vindex \TEXT\
158 @ref{\TEXT\,,,lilypond-learning-big-page,Tankönyv}
159 @end macro
160
161 @macro rlearningnamed{TEXT,DISPLAY}
162 @vindex \TEXT\
163 @ref{\TEXT\,,\DISPLAY\,lilypond-learning-big-page,Tankönyv}
164 @end macro
165
166 @macro ruser{TEXT}
167 @vindex \TEXT\
168 @ref{\TEXT\,,,lilypond-big-page,A kottaírás kézikönyve}
169 @end macro
170
171 @macro rusernamed{TEXT,DISPLAY}
172 @vindex \TEXT\
173 @ref{\TEXT\,,\DISPLAY\,lilypond-big-page,A kottaírás kézikönyve}
174 @end macro
175
176 @macro rprogram{TEXT}
177 @vindex \TEXT\
178 @ref{\TEXT\,,,lilypond-program-big-page,Az alkalmazás használata}
179 @end macro
180
181 @macro rprogramnamed{TEXT,DISPLAY}
182 @vindex \TEXT\
183 @ref{\TEXT\,,\DISPLAY\,lilypond-program-big-page,Az alkalmazás használata}
184 @end macro
185
186 @macro rlsr{TEXT}
187 @ref{\TEXT\,,,lilypond-snippets-big-page,Kódrészletek}
188 @end macro
189
190 @macro rlsrnamed{TEXT,DISPLAY}
191 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets-big-page,Kódrészletek}
192 @end macro
193
194 @macro rinternals{TEXT}
195 @vindex \TEXT\
196 @ref{\TEXT\,,,lilypond-internals-big-page,A belső működés referenciája}
197 @end macro
198
199 @macro rinternalsnamed{TEXT,DISPLAY}
200 @vindex \TEXT\
201 @ref{\TEXT\,,\DISPLAY\,lilypond-internals-big-page,A belső működés referenciája}
202 @end macro
203
204 @end ifset
205
206
207 @c ** not bigpage **
208
209 @ifclear bigpage
210
211 @macro rglos{TEXT}
212 @vindex \TEXT\
213 @ref{\TEXT\,,,music-glossary,Zenei fogalomtár}
214 @end macro
215
216 @macro rglosnamed{TEXT,DISPLAY}
217 @vindex \TEXT\
218 @ref{\TEXT\,,\DISPLAY\,music-glossary,Zenei fogalomtár}
219 @end macro
220
221 @macro rlearning{TEXT}
222 @vindex \TEXT\
223 @ref{\TEXT\,,,lilypond-learning,Tankönyv}
224 @end macro
225
226 @macro rlearningnamed{TEXT,DISPLAY}
227 @vindex \TEXT\
228 @ref{\TEXT\,,,lilypond-learning,Tankönyv}
229 @end macro
230
231 @macro ruser{TEXT}
232 @vindex \TEXT\
233 @ref{\TEXT\,,,lilypond,A kottaírás kézikönyve}
234 @end macro
235
236 @macro rusernamed{TEXT,DISPLAY}
237 @vindex \TEXT\
238 @ref{\TEXT\,,\DISPLAY\,lilypond,A kottaírás kézikönyve}
239 @end macro
240
241 @macro rprogram{TEXT}
242 @vindex \TEXT\
243 @ref{\TEXT\,,,lilypond-program,Az alkalmazás használata}
244 @end macro
245
246 @macro rprogramnamed{TEXT,DISPLAY}
247 @vindex \TEXT\
248 @ref{\TEXT\,,\DISPLAY\,lilypond-program,Az alkalmazás használata}
249 @end macro
250
251 @macro rlsr{TEXT}
252 @ref{\TEXT\,,,lilypond-snippets,Kódrészletek}
253 @end macro
254
255 @macro rlsrnamed{TEXT,DISPLAY}
256 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Kódrészletek}
257 @end macro
258
259 @macro rinternals{TEXT}
260 @vindex \TEXT\
261 @ref{\TEXT\,,,lilypond-internals,A belső működés referenciája}
262 @end macro
263
264 @macro rinternalsnamed{TEXT,DISPLAY}
265 @vindex \TEXT\
266 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,A belső működés referenciája}
267 @end macro
268
269 @end ifclear
270
271 @end ifnottex
272
273
274 @c *** TeX ***
275
276 @iftex
277
278 @c All commands below should work in the middle of the line;
279 @c we thus must not use @vindex directly since it works only if placed
280 @c on a line of its own.  To overcome this problem, we define a
281 @c replacement macro using the internal definition of @vindex which
282 @c delimits arguments in the standard way (i.e., with braces).
283
284 @tex
285 \gdef\lilyvindex#1{\doind{vr}{\code #1}\ignorespaces}
286 @end tex
287
288 @macro rglos{TEXT}
289 @lilyvindex{\TEXT\}
290 @ref{\TEXT\,,,music-glossary,Zenei fogalomtár}
291 @end macro
292
293 @macro rglosnamed{TEXT,DISPLAY}
294 @lilyvindex{\TEXT\}
295 @ref{\TEXT\,,\DISPLAY\,music-glossary,Zenei fogalomtár}
296 @end macro
297
298 @macro rlearning{TEXT}
299 @lilyvindex{\TEXT\}
300 @ref{\TEXT\,,,lilypond-learning,Tankönyv}
301 @end macro
302
303 @macro rlearningnamed{TEXT,DISPLAY}
304 @lilyvindex{\TEXT\}
305 @ref{\TEXT\,,\DISPLAY\,lilypond-learning,Tankönyv}
306 @end macro
307
308 @macro ruser{TEXT}
309 @lilyvindex{\TEXT\}
310 @ref{\TEXT\,,,lilypond,A kottaírás kézikönyve}
311 @end macro
312
313 @macro rusernamed{TEXT,DISPLAY}
314 @lilyvindex{\TEXT\}
315 @ref{\TEXT\,,\DISPLAY\,lilypond,A kottaírás kézikönyve}
316 @end macro
317
318 @macro rprogram{TEXT}
319 @lilyvindex{\TEXT\}
320 @ref{\TEXT\,,,lilypond-program,Az alkalmazás használata}
321 @end macro
322
323 @macro rprogramnamed{TEXT,DISPLAY}
324 @lilyvindex{\TEXT\}
325 @ref{\TEXT\,,\DISPLAY\,lilypond-program,Az alkalmazás használata}
326 @end macro
327
328 @macro rlsr{TEXT}
329 @lilyvindex{\TEXT\}
330 @ref{\TEXT\,,,lilypond-snippets,Kódrészletek}
331 @end macro
332
333 @macro rlsrnamed{TEXT,DISPLAY}
334 @lilyvindex{\TEXT\}
335 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Kódrészletek}
336 @end macro
337
338 @macro rinternals{TEXT}
339 @lilyvindex{\TEXT\}
340 @ref{\TEXT\,,,lilypond-internals,A belső működés referenciája}
341 @end macro
342
343 @macro rinternalsnamed{TEXT,DISPLAY}
344 @lilyvindex{\TEXT\}
345 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,A belső működés referenciája}
346 @end macro
347
348 @end iftex