]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/nl/web/download.itexi
Web-nl: 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: 12c6693055728e69dce5c4e5a4a2b5f71180a5e2
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 (GNU/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.2}
249
250 @item
251 @sourceimage{logo-ubuntu,,,}
252 @uref{http://packages.ubuntu.com/search?keywords=lilypond,
253 Ubuntu: LilyPond 2.14.2}
254
255 @item
256 @sourceimage{logo-slackware,,,}
257 @uref{http://www.johannes-schoepfer.de/lilypond/,
258 Slackware: LilyPond 2.14.2}
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
311 @item
312 @sourceimage{logo-macosx,,,}
313 @downloadStableDarwinPPC
314 Voor MacOS 10.4 of nieuwer, met G3- en G4-processors (oudere
315 Apple computers).
316
317
318 @end itemize
319
320 @subsubheading Installeren
321
322 Dubbelklik het gedownloade bestand, sleep het dan naar de
323 plaats waar je het wilt hebben.
324
325 @subsubheading Verwijderen
326
327 Verwijder de LilyPond.app map.
328
329 @divEnd
330
331 @divClass{column-right-top}
332 @subheading Een bestand compileren
333
334 @lilypadOSX
335
336 @divEnd
337
338
339 @divClass{column-left-top}
340 @subheading Uitvoeren op de commandoregel
341
342 @warning{Als je liever de GUI gebruikt, sla deze instructies
343 dan over.}
344
345 @subsubheading MacOS X op de commandoregel
346
347 De handigste manier om LilyPond-scripts uit te voeren is
348 door middel van het maken van je eigen @qq{hulp}scripts.
349
350 @enumerate
351
352 @item
353 Maak een map en sla deze scripts op,
354
355 @example
356 mkdir -p ~/bin
357 cd ~/bin
358 @end example
359
360
361 @item
362 Maak een bestand genaamd @command{lilypond} met als inhoud
363
364 @divClass{h-scroll-auto}
365 @example
366 #! /bin/bash
367 exec @var{MAP}/LilyPond.app/Contents/Resources/bin/lilypond "$@@"
368 @end example
369 @divEnd
370
371 @warning{@var{MAP} is normaal gesproken @code{/Applications/}}
372
373
374 @item
375 Maak gelijksoortige bestanden @command{lilypond-book},
376 @command{convert-ly}, en andere scripts die je wilt
377 gebruiken, door het commando @command{bin/lilypond} te
378 vervangen met @command{bin/convert-ly} (of een andere
379 programmanaam).
380
381
382 @item
383 Maak het bestand executeerbaar,
384
385 @example
386 chmod u+x lilypond
387 @end example
388
389
390 @item
391 Voeg nu deze map toe aan je pad.  Wijzig het bestand genaamd
392 @code{.profile} in je persoonlijke map (of maak een nieuwe aan)
393 zodat het het volgende bevat
394
395 @example
396 export PATH=$PATH:~/bin
397 @end example
398
399 Het bestand moet eindigen met een lege regel.
400
401 @end enumerate
402
403
404 @subsubheading Afzonderlijke scripts uitvoeren
405
406 De scripts --- zoals @command{lilypond-book},
407 @command{convert-ly}, @command{abc2ly}, en zelfs
408 @command{lilypond} --- worden meegeleverd met het
409 @code{.app} bestand voor MacOS@tie{}X.
410
411 Scripts kunnen ook worden uitgevoerd op de commandoregel
412 door ze direct aan te roepen:
413
414 @divClass{h-scroll-auto}
415 @example
416 @var{pad/naar}/LilyPond.app/Contents/Resources/bin/lilypond
417 @end example
418 @divEnd
419
420 Dat geldt ook voor alle andere scripts in die map, zoals
421 @command{lilypond-book} en @command{convert-ly}.
422
423 @divEnd
424
425
426 @divClass{column-center-bottom}
427 @subheading Legalese
428
429 @divClass{legal}
430 All logos and product images are copyright and trademark
431 acknowledged.
432
433 @logoLegalMacOSX
434
435 @divEnd
436 @divEnd
437
438
439
440 @node Windows
441 @unnumberedsec Windows
442
443 @divClass{heading-center}
444 @warningTextBased
445 @divEnd
446
447 @divClass{column-left-top}
448 @subheading Pakketten
449
450 @subsubheading Download
451
452 @itemize
453
454 @item
455 @sourceimage{logo-windows,,,}
456 @downloadStableWindows
457 Voor Windows 2000, XP, Vista, Windows 7 en 8.
458
459 @end itemize
460
461 @subsubheading Installeren
462
463 @enumerate
464
465 @item
466 Zoek het gedownloade bestand en dubbelklik het om het te
467 installeren.  Volg de instructies op die de installer je
468 geeft; wij raden je aan alle installatiekeuzes aangevinkt te
469 laten en de standaard aangegeven locatie te gebruiken.  Klik
470 op de @q{Finish} knop als de installer klaar is.  LilyPond
471 is nu geïnstalleerd.
472
473 @end enumerate
474
475 @subsubheading Verwijderen
476
477 Om LilyPond te verwijderen:
478
479 @enumerate
480
481 @item
482 Zoek de LilyPond-map in het menu @q{Start} en klik op het
483 @q{Uninstall} icoon.  Klik op de @q{Finish} knop als de
484 uninstaller klaar is.
485
486 @item
487 Ofwel: vanuit het Configuratiescherm, kies Programma's en
488 onderdelen, zoek en selecteer LilyPond en kies de optie
489 verwijderen/wijzigen.  Klik op de @q{Finish} knop als de
490 uninstaller klaar is.
491
492 @end enumerate
493
494 @divEnd
495
496
497 @divClass{column-right-top}
498 @subheading Een bestand compileren
499
500 @lilypadWindows
501
502 @divEnd
503
504
505 @divClass{column-left-top}
506 @subheading Uitvoeren op de commandoregel
507
508 @warning{Als je liever de GUI gebruikt, sla deze instructies
509 dan over.}
510
511 @subsubheading Windows on the command line
512
513 @ignore
514 CHECK: check the following descriptions.
515 I don't have English version of Windows.
516 @end ignore
517
518 De handigste manier om LilyPond uit te voeren is door de map
519 die de LilyPond programmabestanden bevat, toe te voegen aan
520 de omgevingsvariabele @qq{Path}.
521
522
523 @enumerate
524 @item
525 In het Configuratiescherm, open @qq{Systeem}, selecteer
526 Geavanceerde systeeminstellingen of het Tab Geavanceerd en
527 klik op de knop @q{Omgevingsvariabelen}.
528
529 @item
530 Selecteer de Variabele @qq{Path} uit de lijst Systeemvariabelen
531 en klik op de knop @q{Bewerken}.  Een dialoogvenster met de
532 titel @qq{Systeemvariabele bewerken} verschijnt; voeg aan de
533 @qq{Waarde van variable} de naam van de map toe waarin de
534 LilyPond programmabestanden staan:
535
536 @example
537 [@var{vooringestelde paden}];@var{MAP}\LilyPond\usr\bin
538 @end example
539
540 @warning{@var{MAP} is normaal gesproken @code{C:\Program
541 Files}.}
542
543 @noindent
544 en klik op de @qq{OK} knop om het dialoogvenster te sluiten.
545
546 @end enumerate
547
548 @subsubheading Afzonderlijke programmabestanden uitvoeren
549
550 LilyPond pogrammabestanden -- zoals lilypond,
551 lilypond-book, convert-ly, enz. -- kunnen op de
552 commandoregel worden uitgevoerd door ze aan te roepen:
553
554 @example
555 lilypond test.ly
556 @end example
557
558 @divEnd
559
560
561 @divClass{column-center-bottom}
562 @subheading Legalese
563
564 @divClass{legal}
565 All logos and product images are copyright and trademark
566 acknowledged.
567
568 @logoLegalWindows
569
570 @divEnd
571 @divEnd
572
573
574
575 @node Broncode
576 @unnumberedsec Broncode
577 @translationof Source
578
579 @divClass{heading-center}
580 @warningTextBased
581 @divEnd
582
583 @warning{Het zelf proberen te bouwen van LilyPond wordt
584 @strong{afgeraden}; het is voor vrijwel iedere gebruiker aan te raden om
585 de voorgebouwde versie gebruiken.}
586
587 @divClass{column-left-bottom}
588 @subheading Broncode tarball
589
590 @downloadStableSource-nl{}
591
592 Voor een uitgebreide lijst van alle versies (zowel oude als
593 nieuwe), zie onze
594 @uref{http://download.linuxaudio.org/lilypond/source/?C=N;O=D,
595 download site}.
596
597 @divEnd
598
599 @divClass{column-right-bottom}
600 @subheading Compileerinstructies
601
602 Instructies worden beschreven in @rcontrib{Compiling}.
603
604 @divEnd
605
606
607 @node Oude downloads
608 @unnumberedsec Oude downloads
609 @translationof Old downloads
610
611 @divClass{heading-center}
612 @warningTextBased
613 @divEnd
614
615 @divClass{column-center-top}
616 @subheading Alle versies
617
618 Voor een uitgebreide lijst van alle versies (zowel oude als
619 nieuwe), zie onze
620 @uref{http://download.linuxaudio.org/lilypond/binaries/,
621 download site}.
622
623 @divEnd
624
625
626 @node GPL
627 @unnumberedsec GPL
628
629 @divClass{column-center-top}
630 @subheading Software licentie
631
632 GNU LilyPond wordt uitgebracht onder de GNU General Public
633 License (GNU Algemene Publieke Licentie).  Een inleiding op
634 deze licentie en de redenen om voor deze keuze, wordt
635 gegeven in @ref{Vrijheid}.
636
637 @divEnd
638
639 @divClass{column-center-bottom}
640 @subheading GNU General Public License
641
642 @include gpl.itexi
643
644 @divEnd