]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/nl/web/download.itexi
Doc [nl]: Translation update.
[lilypond.git] / Documentation / nl / web / download.itexi
1 @c -*- coding: utf-8; mode: texinfo; fill-column: 60 -*-
2 @ignore
3     Translation of GIT committish: 6908517be0826a3386264cd6d26d742b18e3a227
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 @c Translator: Jan Nieuwenhuizen
11 @c Translation checker: Tineke de Munnik
12 @c Translation checker committish: abc1ebe
13
14 @include included/generating-output.itexi
15
16 @macro warningTextBased
17 @warning{LilyPond is een @strong{tekstgebaseerd}
18 muzieknotatieprogramma; in bepaalde opzichten lijkt LilyPond
19 meer op een programmeertaal dan op een grafisch
20 muziekprogramma.  Voordat je LilyPond download, lees dan
21 eerst de informatie over onze @ref{Tekstinvoer}.}
22 @end macro
23
24 @node Download
25 @unnumbered Download
26
27 @divClass{heading-center}
28 @ifclear web_version
29   @c yes, we want versionDevel here, since the online links
30   @c for @version won't be up yet!
31   @heading Downloads voor LilyPond @versionDevel
32
33 @warning{Links voor de stabiele versie van LilyPond staan op
34 @uref{http://lilypond.org, lilypond.org}}
35 @end ifclear
36 @ifset web_version
37   @heading Downloads voor LilyPond @versionStable
38 @end ifset
39
40 @warningTextBased
41
42 @divEnd
43
44 @divClass{link-headings}
45
46 @divClass{column-left-top}
47 @subheading Voor gebruikers
48
49 @itemize
50
51 @item
52 @c ref is duplicated to avoid underlining ref as image.
53 @ref{Unix, @sourceimage{logo-linux,,,}
54 @sourceimage{logo-freebsd,,,}}
55 @ref{Unix, Unix (Linux en FreeBSD)}
56
57 @item
58 @ref{MacOS X, @sourceimage{logo-macosx,,,}}
59 @ref{MacOS X, MacOS X}
60
61 @item
62 @ref{Windows, @sourceimage{logo-windows,,,}}
63 @ref{Windows, Microsoft Windows}
64
65 @end itemize
66
67 @divEnd
68
69 @divClass{column-right-top}
70 @subheading Voor ontwikkelaars
71
72 @itemize
73
74 @item
75 @ref{Broncode}:
76 voor packagers
77
78 @item
79 @ref{Oude downloads}:
80 oude versies
81
82 @c community.itexi met `Ontwikkeling' is nog niet vertaald
83 @item @ref{Development}:
84 meest recente ontwikkelversie
85
86 @end itemize
87 @divEnd
88
89 @divEnd
90
91 @divClass{column-center-bottom}
92
93 @subheading Software-licentie
94
95 LilyPond is uitgegeven onder de @ref{GPL, GNU General Public
96 License} (GNU Algemene Publieke Licentie).
97 @divEnd
98
99
100 @divClass{color1}
101
102 @subheading Sponsors
103
104 Hartelijk dank aan @uref{http://www.vt.edu/, Virginia Tech} en
105 @uref{http://www.linuxaudio.org/, linuxaudio.org} voor het
106 sponsoren van onze bandbreedte.
107
108 @sourceimage{VTlogo_ITF,,,}
109 @sourceimage{lao_banner_06_on_white_demo,,,}
110
111 @subheading Legalese
112
113 @divClass{legal}
114 All logos and product images are copyright and trademark
115 acknowledged.
116
117 @logoLegalLinux
118
119 @logoLegalFreeBSD
120
121 @logoLegalMacOSX
122
123 @logoLegalWindows
124
125 @divEnd
126 @divEnd
127
128
129 @divClass{hide}
130 @menu
131 * Unix::
132 * MacOS X::
133 * Windows::
134 * Broncode::
135 * Oude downloads::
136 * GPL::
137 @end menu
138 @divEnd
139
140
141 @node Unix
142 @unnumberedsec Unix
143
144 @divClass{heading-center}
145 @warningTextBased
146 @divEnd
147
148 @divClass{column-center-top}
149 @subheading Generieke pakketten of distributie-pakketten?
150
151 Veel Linux-distributies (zoals Fedora, openSUSE, Ubuntu) 
152 leveren LilyPond mee als onderdeel van hun
153 normale software-pakketsysteem.  Zo'n LilyPond-pakket is
154 eenvoudiger te installeren en verwijderen dan een generiek
155 pakket, maar het kan een verouderde versie zijn.  Als je 
156 liever één van onze generieke  pakketten wilt gebruiken, verwijder dan eerst
157 de officiële versie van LilyPond met het normale
158 pakketbeheer van je distributie (softwarecentrum).  Zie de
159 documentatie van je distributie voor hoe je het pakketbeheer
160 of softwarecentrum gebruikt.
161
162 @divEnd
163
164
165 @divClass{column-left-top}
166 @subheading Generieke pakketten
167
168 @subsubheading Download
169
170 @itemize
171
172 @item
173 @sourceimage{logo-linux,,,}
174 @ifclear web_version
175   @downloadDevelLinuxNormal
176 @end ifclear
177 @ifset web_version
178   @downloadStableLinuxNormal
179 @end ifset
180
181 (als je twijfelt, gebruik deze)
182
183 @item
184 @sourceimage{logo-linux,,,}
185 @downloadStableLinuxBig
186
187 @item
188 @sourceimage{logo-linux,,,}
189 @downloadStableLinuxPPC
190
191 @item
192 @sourceimage{logo-freebsd,,,}
193 @downloadStableFreeBSDNormal
194
195 @item
196 @sourceimage{logo-freebsd,,,}
197 @downloadStableFreeBSDBig
198
199 @end itemize
200
201
202 @subsubheading Installeren
203
204 Op de commandoregel, typ:
205
206 @example
207 cd PAD-NAAR-DOWNLOAD-MAP # waarschijnlijk: cd Downloads
208 sh lilypond-@versionStable{}-OS-TYPE.sh
209 @end example
210
211 @subsubheading Verwijderen
212
213 Op de commandoregel, typ:
214
215 @example
216 uninstall-lilypond
217 @end example
218
219 @subsubheading Hulp
220
221 Op de commandoregel, typ:
222
223 @example
224 sh lilypond-@versionStable{}-OS-TYPE.sh --help
225 @end example
226
227 @divEnd
228
229 @divClass{column-right-top}
230 @subheading Een bestand compileren
231
232 @lilypadCommandLine
233
234 @divEnd
235
236
237 @divClass{column-left-top}
238 @subheading Distributie-pakketten
239
240 Gebruik het pakketbeheer (softwarecentrum) van je
241 distributie voor het upgraden naar deze versies.
242
243 @itemize
244
245 @item
246 @sourceimage{logo-fedora,,,}
247 @uref{http://koji.fedoraproject.org/koji/packageinfo?packageID=2447,
248 Fedora: LilyPond 2.14.1}
249
250 @item
251 @sourceimage{logo-ubuntu,,,}
252 @uref{http://packages.ubuntu.com/search?keywords=lilypond,
253 Ubuntu: LilyPond 2.12.3}
254
255 @item
256 @sourceimage{logo-slackware,,,}
257 @uref{http://www.johannes-schoepfer.de/lilypond/,
258 Slackware: LilyPond 2.14.1}
259
260 @item
261 @sourceimage{logo-debian,,,}
262 @uref{http://packages.debian.org/search?keywords=lilypond,
263 Debian: LilyPond 2.12.3}
264
265 @item
266 @sourceimage{logo-suse,,,}
267 @uref{http://software.opensuse.org/search?baseproject=openSUSE%3A11.2&p=1&q=lilypond,
268 openSUSE: LilyPond 2.12.3}
269
270 @end itemize
271
272 @divEnd
273
274
275 @divClass{column-center-bottom}
276 @subheading Legalese
277
278 @divClass{legal}
279 All logos and product images are copyright and trademark
280 acknowledged.
281
282 @logoLegalLinux
283
284 @logoLegalFreeBSD
285
286 @divEnd
287 @divEnd
288
289
290 @node MacOS X
291 @unnumberedsec MacOS X
292
293 @divClass{heading-center}
294 @warningTextBased
295 @divEnd
296
297 @divClass{column-left-top}
298 @subheading Pakketten
299
300 @subsubheading Download
301
302 @itemize
303
304 @item
305 @sourceimage{logo-macosx,,,}
306 @downloadStableDarwinNormal
307 Voor MacOS 10.4 of nieuwer, met Intel-processors (als je
308 twijfelt, gebruik deze).
309
310 @item
311 @sourceimage{logo-macosx,,,}
312 @downloadStableDarwinPPC
313 Voor MacOS 10.4 of nieuwer, met G3- en G4-processors (oudere
314 Apple computers).
315
316 @end itemize
317
318 @subsubheading Installeren
319
320 Dubbelklik het gedownloade bestand, sleep het dan naar de
321 plaats waar je het wilt hebben.
322
323 @subsubheading Verwijderen
324
325 Verwijder de LilyPond.app map.
326
327 @divEnd
328
329 @divClass{column-right-top}
330 @subheading Een bestand compileren
331
332 @lilypadOSX
333
334 @divEnd
335
336
337 @divClass{column-left-top}
338 @subheading Uitvoeren op de commandoregel
339
340 @warning{Als je liever de GUI gebruikt, sla deze instructies
341 dan over.}
342
343 @subsubheading MacOS X op de commandoregel
344
345 De handigste manier om LilyPond-scripts uit te voeren is
346 door middel van het maken van je eigen @qq{hulp}scripts.
347
348 @enumerate
349
350 @item
351 Maak een map en sla deze scripts op,
352
353 @example
354 mkdir -p ~/bin
355 cd ~/bin
356 @end example
357
358
359 @item
360 Maak een bestand genaamd @command{lilypond} met als inhoud
361
362 @divClass{h-scroll-auto}
363 @example
364 exec @var{MAP}/LilyPond.app/Contents/Resources/bin/lilypond "$@@"
365 @end example
366 @divEnd
367
368 @warning{@var{MAP} is normaal gesproken @code{/Applications/}}
369
370
371 @item
372 Maak gelijksoortige bestanden @command{lilypond-book},
373 @command{convert-ly}, en andere scripts die je wilt
374 gebruiken, door het commando @command{bin/lilypond} te
375 vervangen met @command{bin/convert-ly} (of een andere
376 programmanaam).
377
378
379 @item
380 Maak het bestand executeerbaar,
381
382 @example
383 chmod u+x lilypond
384 @end example
385
386
387 @item
388 Voeg nu deze map toe aan je pad.  Wijzig het bestand genaamd
389 @code{.profile} in je persoonlijke map (of maak een nieuwe aan)
390 zodat het het volgende bevat
391
392 @example
393 export PATH=$PATH:~/bin
394 @end example
395
396 Het bestand moet eindigen met een lege regel.
397
398 @end enumerate
399
400
401 @subsubheading Afzonderlijke scripts uitvoeren
402
403 De scripts --- zoals @command{lilypond-book},
404 @command{convert-ly}, @command{abc2ly}, en zelfs
405 @command{lilypond} --- worden meegeleverd met het
406 @code{.app} bestand voor MacOS@tie{}X.
407
408 Scripts kunnen ook worden uitgevoerd op de commandoregel
409 door ze direct aan te roepen:
410
411 @divClass{h-scroll-auto}
412 @example
413 @var{pad/naar}/LilyPond.app/Contents/Resources/bin/lilypond
414 @end example
415 @divEnd
416
417 Dat geldt ook voor alle andere scripts in die map, zoals
418 @command{lilypond-book} en @command{convert-ly}.
419
420 @divEnd
421
422
423 @divClass{column-center-bottom}
424 @subheading Legalese
425
426 @divClass{legal}
427 All logos and product images are copyright and trademark
428 acknowledged.
429
430 @logoLegalMacOSX
431
432 @divEnd
433 @divEnd
434
435
436
437 @node Windows
438 @unnumberedsec Windows
439
440 @divClass{heading-center}
441 @warningTextBased
442 @divEnd
443
444 @divClass{column-left-top}
445 @subheading Pakketten
446
447 @subsubheading Download
448
449 @itemize
450
451 @item
452 @sourceimage{logo-windows,,,}
453 @downloadStableWindows
454 Voor Windows 2000, XP, Vista, en Windows 7.
455
456 @end itemize
457
458 @subsubheading Installeren
459
460 @enumerate
461
462 @item
463 Zoek het gedownloade bestand en dubbelklik het om het te
464 installeren.  Volg de instructies op die de installer je
465 geeft; wij raden je aan alle installatiekeuzes aangevinkt te
466 laten en de standaard aangegeven locatie te gebruiken.  Klik
467 op de @q{Finish} knop als de installer klaar is.  LilyPond
468 is nu geïnstalleerd.
469
470 @end enumerate
471
472 @subsubheading Verwijderen
473
474 Om LilyPond te verwijderen:
475
476 @enumerate
477
478 @item
479 Zoek de LilyPond-map in het menu @q{Start} en klik op het
480 @q{Uninstall} icoon.  Klik op de @q{Finish} knop als de
481 uninstaller klaar is.
482
483 @item
484 Ofwel: vanuit het Configuratiescherm, kies Programma's en
485 onderdelen, zoek en selecteer LilyPond en kies de optie
486 verwijderen/wijzigen.  Klik op de @q{Finish} knop als de
487 uninstaller klaar is.
488
489 @end enumerate
490
491 @divEnd
492
493
494 @divClass{column-right-top}
495 @subheading Een bestand compileren
496
497 @lilypadWindows
498
499 @divEnd
500
501
502 @divClass{column-left-top}
503 @subheading Uitvoeren op de commandoregel
504
505 @warning{Als je liever de GUI gebruikt, sla deze instructies
506 dan over.}
507
508 @subsubheading Windows on the command line
509
510 @ignore
511 CHECK: check the following descriptions.
512 I don't have English version of Windows.
513 @end ignore
514
515 De handigste manier om LilyPond uit te voeren is door de map
516 die de LilyPond programmabestanden bevat, toe te voegen aan
517 de omgevingsvariabele @qq{Path}.
518
519
520 @enumerate
521 @item
522 In het Configuratiescherm, open @qq{Systeem}, selecteer
523 Geavanceerde systeeminstellingen of het Tab Geavanceerd en
524 klik op de knop @q{Omgevingsvariabelen}.
525
526 @item
527 Selecteer de Variabele @qq{Path} uit de lijst Systeemvariabelen
528 en klik op de knop @q{Bewerken}.  Een dialoogvenster met de
529 titel @qq{Systeemvariabele bewerken} verschijnt; voeg aan de
530 @qq{Waarde van variable} de naam van de map toe waarin de
531 LilyPond programmabestanden staan:
532
533 @example
534 [@var{vooringestelde paden}];@var{MAP}\LilyPond\usr\bin
535 @end example
536
537 @warning{@var{MAP} is normaal gesproken @code{C:\Program
538 Files}.}
539
540 @noindent
541 en klik op de @qq{OK} knop om het dialoogvenster te sluiten.
542
543 @end enumerate
544
545 @subsubheading Afzonderlijke programmabestanden uitvoeren
546
547 LilyPond pogrammabestanden -- zoals lilypond,
548 lilypond-book, convert-ly, enz. -- kunnen op de
549 commandoregel worden uitgevoerd door ze aan te roepen:
550
551 @example
552 lilypond test.ly
553 @end example
554
555 @divEnd
556
557
558 @divClass{column-center-bottom}
559 @subheading Legalese
560
561 @divClass{legal}
562 All logos and product images are copyright and trademark
563 acknowledged.
564
565 @logoLegalWindows
566
567 @divEnd
568 @divEnd
569
570
571
572 @node Broncode
573 @unnumberedsec Broncode
574 @translationof Source
575
576 @divClass{heading-center}
577 @warningTextBased
578 @divEnd
579
580 @warning{Het zelf proberen te bouwen van LilyPond wordt
581 @strong{afgeraden}; het is voor vrijwel iedere gebruiker aan te raden om
582 de voorgebouwde versie gebruiken.}
583
584 @divClass{column-left-bottom}
585 @subheading Broncode tarball
586
587 @downloadStableSource-nl{}
588
589 Voor een uitgebreide lijst van alle versies (zowel oude als
590 nieuwe), zie onze
591 @uref{http://download.linuxaudio.org/lilypond/source/?C=N;O=D,
592 download site}.
593
594 @divEnd
595
596 @divClass{column-right-bottom}
597 @subheading Compileerinstructies
598
599 Instructies worden beschreven in @rcontrib{Compiling}.
600
601 @divEnd
602
603
604 @node Oude downloads
605 @unnumberedsec Oude downloads
606 @translationof Old downloads
607
608 @divClass{heading-center}
609 @warningTextBased
610 @divEnd
611
612 @divClass{column-center-top}
613 @subheading Alle versies
614
615 Voor een uitgebreide lijst van alle versies (zowel oude als
616 nieuwe), zie onze
617 @uref{http://download.linuxaudio.org/lilypond/binaries/,
618 download site}.
619
620 @divEnd
621
622
623 @node GPL
624 @unnumberedsec GPL
625
626 @divClass{column-center-top}
627 @subheading Software licentie
628
629 GNU LilyPond wordt uitgebracht onder de GNU General Public
630 License (GNU Algemene Publieke Licentie).  Een inleiding op
631 deze licentie en de redenen om voor deze keuze, wordt
632 gegeven in @ref{Vrijheid}.
633
634 @divEnd
635
636 @divClass{column-center-bottom}
637 @subheading GNU General Public License
638
639 @include gpl.itexi
640
641 @divEnd