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