]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/hu/macros.itexi
Docs: fix @insertcopying invocations
[lilypond.git] / Documentation / hu / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: hu -*-
2 @ignore
3     Translation of GIT committish: 2d8b567afe459b0ab6503731e0c2568915a5c4ef
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 @c In Hungarian that is `foo' and ,,foo''.
18
19 @macro q{TEXT}
20 @quoteleft{}\TEXT\@quoteright{}
21 @end macro
22
23 @macro qq{TEXT}
24 @quotedblbase{}\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{Figyelem:} \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{Figyelem:} \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 A teljes dokumentáció a @w{@uref{http://@/www@/.lilypond@/.org/}} honlapon
62 található.
63 @end cartouche
64 @end macro
65
66
67 @macro lilyTitlePage{TITLE}
68 @c  This produces the unified index
69 @syncodeindex fn cp
70 @syncodeindex vr cp
71
72
73 @c   ***** Copyright stuff *****
74 @ifset FDL
75 @copying
76 @copyrightDeclare
77
78 @quotation
79 Ezt a dokumentumot a GNU Free Documentation License (GNU Szabad
80 Dokumentációs Licenc) 1.1-es vagy frissebb, a Free Software Foundation
81 (Szabad Szoftver Alapítvány) által kiadott verziójának megfelelően
82 lehet másolni, terjeszteni és/vagy módosítani, nem változtatható szakaszok nélkül.
83 A licenc másolata a ,,GNU Free Documentation License'' című függelékben
84 található.
85 @end quotation
86 @end copying
87 @end ifset
88
89 @ifclear FDL
90 @copying
91 Ez a dokumentum közkincs.
92 @end copying
93 @end ifclear
94
95
96
97 @c   ***** Title page *****
98 @ifnottex
99 @node Top
100 @top LilyPond --- \TITLE\
101
102 @cartouche
103 @manualIntro{}
104 @end cartouche
105 @end ifnottex
106
107 @finalout
108
109 @titlepage
110 @title LilyPond
111 @subtitle A kottaszedő program
112 @titlefont{\TITLE\}
113 @author A LilyPond fejlesztőcsapata
114
115 @vskip 60pt
116
117 @cartouche
118 @manualIntro{}
119 @end cartouche
120
121 @vskip 40pt
122
123 @docMain{}
124
125 @vskip 0pt plus 1filll
126
127 @insertcopying
128
129 A LilyPond @version{} verziójához
130 @end titlepage
131
132 @end macro
133
134
135 @c   ***** Headings in a doc subsection *****
136
137 @c The next macro is a dummy currently since texinfo doesn't
138 @c provide a real ragged-right environment yet.
139 @c
140 @c Don't insert an empty line after @predefined!  Right now
141 @c it doesn't matter, but a future implementation will probably
142 @c add some code which needs this restriction.
143
144 @macro predefined
145 @noindent
146 @subsubheading Előre definiált parancsok
147 @end macro
148
149 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
150 @c the next macro must not be empty.
151
152 @macro endpredefined
153 @c
154 @end macro
155
156
157 @macro snippets
158 @noindent
159 @subsubheading Válogatott kódrészletek
160 @end macro
161
162
163 @c Don't insert an empty line after @seealso!  Otherwise we get
164 @c unwanted extra vertical space in the PDF output.
165
166 @macro seealso
167 @noindent
168 @subsubheading Lásd még
169 @indent
170 @end macro
171
172
173 @macro knownissues
174 @noindent
175 @subsubheading Ismert problémák és figyelmeztetések
176 @end macro
177
178
179
180 @c   ***** Links and references *****
181
182 @c  Definitions for references:
183 @c
184 @c     @rgeneral
185 @c     @ressay
186 @c     @rglos
187 @c     @rinternals
188 @c     @rlearning
189 @c     @rlsr
190 @c     @rprogram
191 @c     @ruser
192 @c     @rchanges
193 @c     @rextend
194 @c     @rcontrib
195 @c
196 @c  All these also have a @...named version which allows to specify the
197 @c  displayed text for the reference as second argument.
198 @c
199 @c ***** HTML + bigpage is a special case (other manual names); all other
200 @c formats are treated similarly.
201
202
203 @c *** not TeX ***
204
205 @ifnottex
206
207 @c ** bigpage **
208
209 @ifset bigpage
210
211 @macro rglos{TEXT}
212 @vindex \TEXT\
213 @ref{\TEXT\,,,music-glossary-big-page,Zenei fogalomtár}
214 @end macro
215
216 @macro rglosnamed{TEXT,DISPLAY}
217 @vindex \TEXT\
218 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Zenei fogalomtár}
219 @end macro
220
221 @macro rlearning{TEXT}
222 @vindex \TEXT\
223 @ref{\TEXT\,,,learning-big-page,Tankönyv}
224 @end macro
225
226 @macro rlearningnamed{TEXT,DISPLAY}
227 @vindex \TEXT\
228 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Tankönyv}
229 @end macro
230
231 @macro ruser{TEXT}
232 @vindex \TEXT\
233 @ref{\TEXT\,,,notation-big-page,A kottaírás kézikönyve}
234 @end macro
235
236 @macro rusernamed{TEXT,DISPLAY}
237 @vindex \TEXT\
238 @ref{\TEXT\,,\DISPLAY\,notation-big-page,A kottaírás kézikönyve}
239 @end macro
240
241 @macro rextend{TEXT}
242 @vindex \TEXT\
243 @ref{\TEXT\,,,extending-big-page,Bővítmények írása}
244 @end macro
245
246 @macro rextendnamed{TEXT,DISPLAY}
247 @vindex \TEXT\
248 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Bővítmények írása}
249 @end macro
250
251 @macro rchanges{TEXT}
252 @vindex \TEXT\
253 @ref{\TEXT\,,,changes-big-page,Újdonságok}
254 @end macro
255
256 @macro rchangesnamed{TEXT,DISPLAY}
257 @vindex \TEXT\
258 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Újdonságok}
259 @end macro
260
261 @macro rcontrib{TEXT}
262 @vindex \TEXT\
263 @ref{\TEXT\,,,contributor-big-page,Útmutató közreműködőknek}
264 @end macro
265
266 @macro rcontribnamed{TEXT,DISPLAY}
267 @vindex \TEXT\
268 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Útmutató közreműködőknek}
269 @end macro
270
271 @macro rgeneral{TEXT}
272 @vindex \TEXT\
273 @ref{\TEXT\,,,general-big-page,Általános információk}
274 @end macro
275
276 @macro rgeneralnamed{TEXT,DISPLAY}
277 @vindex \TEXT\
278 @ref{\TEXT\,,\DISPLAY\,general-big-page,Általános információk}
279 @end macro
280
281 @macro ressay{TEXT}
282 @vindex \TEXT\
283 @ref{\TEXT\,,,essay-big-page,Esszé}
284 @end macro
285
286 @macro ressaynamed{TEXT,DISPLAY}
287 @vindex \TEXT\
288 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Esszé}
289 @end macro
290
291 @macro rprogram{TEXT}
292 @vindex \TEXT\
293 @ref{\TEXT\,,,usage-big-page,Az alkalmazás használata}
294 @end macro
295
296 @macro rprogramnamed{TEXT,DISPLAY}
297 @vindex \TEXT\
298 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Az alkalmazás használata}
299 @end macro
300
301 @macro rlsr{TEXT}
302 @ref{\TEXT\,,,snippets-big-page,Kódrészletek}
303 @end macro
304
305 @macro rlsrnamed{TEXT,DISPLAY}
306 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Kódrészletek}
307 @end macro
308
309 @macro rinternals{TEXT}
310 @vindex \TEXT\
311 @ref{\TEXT\,,,internals-big-page,A belső működés referenciája}
312 @end macro
313
314 @macro rinternalsnamed{TEXT,DISPLAY}
315 @vindex \TEXT\
316 @ref{\TEXT\,,\DISPLAY\,internals-big-page,A belső működés referenciája}
317 @end macro
318
319 @end ifset
320
321
322 @c ** not bigpage **
323
324 @ifclear bigpage
325
326 @ifnotinfo
327
328 @macro rglos{TEXT}
329 @vindex \TEXT\
330 @ref{\TEXT\,,,music-glossary,Zenei fogalomtár}
331 @end macro
332
333 @macro rglosnamed{TEXT,DISPLAY}
334 @vindex \TEXT\
335 @ref{\TEXT\,,\DISPLAY\,music-glossary,Zenei fogalomtár}
336 @end macro
337
338 @macro rlearning{TEXT}
339 @vindex \TEXT\
340 @ref{\TEXT\,,,learning,Tankönyv}
341 @end macro
342
343 @macro rlearningnamed{TEXT,DISPLAY}
344 @vindex \TEXT\
345 @ref{\TEXT\,,,learning,Tankönyv}
346 @end macro
347
348 @macro ruser{TEXT}
349 @vindex \TEXT\
350 @ref{\TEXT\,,,notation,A kottaírás kézikönyve}
351 @end macro
352
353 @macro rusernamed{TEXT,DISPLAY}
354 @vindex \TEXT\
355 @ref{\TEXT\,,\DISPLAY\,notation,A kottaírás kézikönyve}
356 @end macro
357
358 @macro rchanges{TEXT}
359 @vindex \TEXT\
360 @ref{\TEXT\,,,changes,Újdonságok}
361 @end macro
362
363 @macro rchangesnamed{TEXT,DISPLAY}
364 @vindex \TEXT\
365 @ref{\TEXT\,,\DISPLAY\,changes,Újdonságok}
366 @end macro
367
368 @macro rextend{TEXT}
369 @vindex \TEXT\
370 @ref{\TEXT\,,,extending,Bővítmények írása}
371 @end macro
372
373 @macro rextendnamed{TEXT,DISPLAY}
374 @vindex \TEXT\
375 @ref{\TEXT\,,\DISPLAY\,extending,Bővítmények írása}
376 @end macro
377
378 @macro rcontrib{TEXT}
379 @vindex \TEXT\
380 @ref{\TEXT\,,,contributor,Útmutató közreműködőknek}
381 @end macro
382
383 @macro rcontribnamed{TEXT,DISPLAY}
384 @vindex \TEXT\
385 @ref{\TEXT\,,\DISPLAY\,contributor,Útmutató közreműködőknek}
386 @end macro
387
388 @macro rgeneral{TEXT}
389 @vindex \TEXT\
390 @ref{\TEXT\,,,general,Általános információk}
391 @end macro
392
393 @macro rgeneralnamed{TEXT,DISPLAY}
394 @vindex \TEXT\
395 @ref{\TEXT\,,\DISPLAY\,general,Általános információk}
396 @end macro
397
398 @macro ressay{TEXT}
399 @vindex \TEXT\
400 @ref{\TEXT\,,,essay,Esszé}
401 @end macro
402
403 @macro ressaynamed{TEXT,DISPLAY}
404 @vindex \TEXT\
405 @ref{\TEXT\,,\DISPLAY\,essay,Esszé}
406 @end macro
407
408 @macro rprogram{TEXT}
409 @vindex \TEXT\
410 @ref{\TEXT\,,,usage,Az alkalmazás használata}
411 @end macro
412
413 @macro rprogramnamed{TEXT,DISPLAY}
414 @vindex \TEXT\
415 @ref{\TEXT\,,\DISPLAY\,usage,Az alkalmazás használata}
416 @end macro
417
418 @macro rlsr{TEXT}
419 @ref{\TEXT\,,,snippets,Kódrészletek}
420 @end macro
421
422 @macro rlsrnamed{TEXT,DISPLAY}
423 @ref{\TEXT\,,\DISPLAY\,snippets,Kódrészletek}
424 @end macro
425
426 @macro rinternals{TEXT}
427 @vindex \TEXT\
428 @ref{\TEXT\,,,internals,A belső működés referenciája}
429 @end macro
430
431 @macro rinternalsnamed{TEXT,DISPLAY}
432 @vindex \TEXT\
433 @ref{\TEXT\,,\DISPLAY\,internals,A belső működés referenciája}
434 @end macro
435
436 @end ifnotinfo
437
438 @ifinfo
439
440 @macro rglos{TEXT}
441 @vindex \TEXT\
442 @ref{\TEXT\,,,music-glossary,Zenei fogalomtár}
443 @end macro
444
445 @macro rglosnamed{TEXT,DISPLAY}
446 @vindex \TEXT\
447 @ref{\TEXT\,,\DISPLAY\,music-glossary,Zenei fogalomtár}
448 @end macro
449
450 @macro rlearning{TEXT}
451 @vindex \TEXT\
452 @ref{\TEXT\,,,lilypond-learning,Tankönyv}
453 @end macro
454
455 @macro rlearningnamed{TEXT,DISPLAY}
456 @vindex \TEXT\
457 @ref{\TEXT\,,,lilypond-learning,Tankönyv}
458 @end macro
459
460 @macro ruser{TEXT}
461 @vindex \TEXT\
462 @ref{\TEXT\,,,lilypond-notation,A kottaírás kézikönyve}
463 @end macro
464
465 @macro rusernamed{TEXT,DISPLAY}
466 @vindex \TEXT\
467 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,A kottaírás kézikönyve}
468 @end macro
469
470 @macro rchanges{TEXT}
471 @vindex \TEXT\
472 @ref{\TEXT\,,,lilypond-changes,Újdonságok}
473 @end macro
474
475 @macro rchangesnamed{TEXT,DISPLAY}
476 @vindex \TEXT\
477 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Újdonságok}
478 @end macro
479
480 @macro rextend{TEXT}
481 @vindex \TEXT\
482 @ref{\TEXT\,,,lilypond-extending,Bővítmények írása}
483 @end macro
484
485 @macro rextendnamed{TEXT,DISPLAY}
486 @vindex \TEXT\
487 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Bővítmények írása}
488 @end macro
489
490 @macro rcontrib{TEXT}
491 @vindex \TEXT\
492 @ref{\TEXT\,,,lilypond-contributor,Útmutató közreműködőknek}
493 @end macro
494
495 @macro rcontribnamed{TEXT,DISPLAY}
496 @vindex \TEXT\
497 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Útmutató közreműködőknek}
498 @end macro
499
500 @macro rgeneral{TEXT}
501 @vindex \TEXT\
502 @ref{\TEXT\,,,lilypond-general,Általános információk}
503 @end macro
504
505 @macro rgeneralnamed{TEXT,DISPLAY}
506 @vindex \TEXT\
507 @ref{\TEXT\,,\DISPLAY\,lilypond-general,Általános információk}
508 @end macro
509
510 @macro ressay{TEXT}
511 @vindex \TEXT\
512 @ref{\TEXT\,,,lilypond-essay,Esszé}
513 @end macro
514
515 @macro ressaynamed{TEXT,DISPLAY}
516 @vindex \TEXT\
517 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Esszé}
518 @end macro
519
520 @macro rprogram{TEXT}
521 @vindex \TEXT\
522 @ref{\TEXT\,,,lilypond-usage,Az alkalmazás használata}
523 @end macro
524
525 @macro rprogramnamed{TEXT,DISPLAY}
526 @vindex \TEXT\
527 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Az alkalmazás használata}
528 @end macro
529
530 @macro rlsr{TEXT}
531 @ref{\TEXT\,,,lilypond-snippets,Kódrészletek}
532 @end macro
533
534 @macro rlsrnamed{TEXT,DISPLAY}
535 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Kódrészletek}
536 @end macro
537
538 @macro rinternals{TEXT}
539 @vindex \TEXT\
540 @ref{\TEXT\,,,lilypond-internals,A belső működés referenciája}
541 @end macro
542
543 @macro rinternalsnamed{TEXT,DISPLAY}
544 @vindex \TEXT\
545 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,A belső működés referenciája}
546 @end macro
547
548 @end ifinfo
549
550 @end ifclear
551
552 @end ifnottex
553
554
555 @c *** TeX ***
556
557 @iftex
558
559 @c All commands below should work in the middle of the line;
560 @c we thus must not use @vindex directly since it works only if placed
561 @c on a line of its own.  To overcome this problem, we define a
562 @c replacement macro using the internal definition of @vindex which
563 @c delimits arguments in the standard way (i.e., with braces).
564
565 @tex
566 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
567 @end tex
568
569 @macro rglos{TEXT}
570 @lilyvindex{\TEXT\}
571 @ref{\TEXT\,,,music-glossary,Zenei fogalomtár}
572 @end macro
573
574 @macro rglosnamed{TEXT,DISPLAY}
575 @lilyvindex{\TEXT\}
576 @ref{\TEXT\,,\DISPLAY\,music-glossary,Zenei fogalomtár}
577 @end macro
578
579 @macro rlearning{TEXT}
580 @lilyvindex{\TEXT\}
581 @ref{\TEXT\,,,learning,Tankönyv}
582 @end macro
583
584 @macro rlearningnamed{TEXT,DISPLAY}
585 @lilyvindex{\TEXT\}
586 @ref{\TEXT\,,\DISPLAY\,learning,Tankönyv}
587 @end macro
588
589 @macro ruser{TEXT}
590 @lilyvindex{\TEXT\}
591 @ref{\TEXT\,,,notation,A kottaírás kézikönyve}
592 @end macro
593
594 @macro rusernamed{TEXT,DISPLAY}
595 @lilyvindex{\TEXT\}
596 @ref{\TEXT\,,\DISPLAY\,notation,A kottaírás kézikönyve}
597 @end macro
598
599 @macro rchanges{TEXT}
600 @lilyvindex{\TEXT\}
601 @ref{\TEXT\,,,changes,Újdonságok}
602 @end macro
603
604 @macro rchangesnamed{TEXT,DISPLAY}
605 @lilyvindex{\TEXT\}
606 @ref{\TEXT\,,\DISPLAY\,changes,Újdonságok}
607 @end macro
608
609 @macro rextend{TEXT}
610 @lilyvindex{\TEXT\}
611 @ref{\TEXT\,,,extending,Bővítmények írása}
612 @end macro
613
614 @macro rextendnamed{TEXT,DISPLAY}
615 @lilyvindex{\TEXT\}
616 @ref{\TEXT\,,\DISPLAY\,extending,Bővítmények írása}
617 @end macro
618
619 @macro rcontrib{TEXT}
620 @lilyvindex{\TEXT\}
621 @ref{\TEXT\,,,contributor,Útmutató közreműködőknek}
622 @end macro
623
624 @macro rcontribnamed{TEXT,DISPLAY}
625 @lilyvindex{\TEXT\}
626 @ref{\TEXT\,,\DISPLAY\,contributor,Útmutató közreműködőknek}
627 @end macro
628
629 @macro rgeneral{TEXT}
630 @lilyvindex{\TEXT\}
631 @ref{\TEXT\,,,general,Általános információk}
632 @end macro
633
634 @macro rgeneralnamed{TEXT,DISPLAY}
635 @lilyvindex{\TEXT\}
636 @ref{\TEXT\,,\DISPLAY\,general,Általános információk}
637 @end macro
638
639 @macro ressay{TEXT}
640 @lilyvindex{\TEXT\}
641 @ref{\TEXT\,,,essay,Esszé}
642 @end macro
643
644 @macro ressaynamed{TEXT,DISPLAY}
645 @lilyvindex{\TEXT\}
646 @ref{\TEXT\,,\DISPLAY\,essay,Esszé}
647 @end macro
648
649 @macro rprogram{TEXT}
650 @lilyvindex{\TEXT\}
651 @ref{\TEXT\,,,usage,Az alkalmazás használata}
652 @end macro
653
654 @macro rprogramnamed{TEXT,DISPLAY}
655 @lilyvindex{\TEXT\}
656 @ref{\TEXT\,,\DISPLAY\,usage,Az alkalmazás használata}
657 @end macro
658
659 @macro rlsr{TEXT}
660 @lilyvindex{\TEXT\}
661 @ref{\TEXT\,,,snippets,Kódrészletek}
662 @end macro
663
664 @macro rlsrnamed{TEXT,DISPLAY}
665 @lilyvindex{\TEXT\}
666 @ref{\TEXT\,,\DISPLAY\,snippets,Kódrészletek}
667 @end macro
668
669 @macro rinternals{TEXT}
670 @lilyvindex{\TEXT\}
671 @ref{\TEXT\,,,internals,A belső működés referenciája}
672 @end macro
673
674 @macro rinternalsnamed{TEXT,DISPLAY}
675 @lilyvindex{\TEXT\}
676 @ref{\TEXT\,,\DISPLAY\,internals,A belső működés referenciája}
677 @end macro
678
679 @end iftex
680
681 @c  ***** Macros specific to the web site *****
682
683 @ifset web
684
685 @c LEGALESE
686
687 @macro logoLegalLinux
688 Tux, a Linux pingvin @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu}
689 műve, és a @uref{http://www.isc.tamu.edu/~lewing/gimp/, GNU Image
690 Manipulation Program} segítségével készült.
691
692 @end macro
693
694 @macro logoLegalFreeBSD
695 A FreeBSD logó a @uref{http://www.freebsd.org/, FreeBSD Alapítvány}
696 bejegyzett védjegye.
697
698 @end macro
699
700 @macro logoLegalMacOSX
701 Az @qq{X-et ábrázoló kép} nem bejegyzett védjegy.
702 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} és
703 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull} műve,
704 a GNU Free Documentation License (GNU Szabad Dokumentációs Licenc) 1.2-es
705 verziója vonatkozik rá.
706 A kép forrása
707 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
708 ez a Wikipedia Commons oldal}.
709
710 @end macro
711
712 @macro logoLegalWindows
713 A @qq{négyszínű ablakot ábrázoló kép} nem bejegyzett védjegy.
714 @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} műve és
715 a GNU Free Documentation License (GNU Szabad Dokumentációs Licenc) 1.2-es
716 verziója vonatkozik rá.
717 A kép forrása
718 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
719 ez a Wikipedia Commons oldal}.
720
721 @end macro
722
723 @end ifset