X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fnl%2Fweb.texi;h=da78bc54aae0bd48827b15ee31c420fe1c933bf4;hb=dcca081b1904b4db09658657631d919f280c06d2;hp=2a2aa394861c237fe13a348948a8063209e32685;hpb=3b881f5d8398776d110a55269fb5ed49b9829f47;p=lilypond.git diff --git a/Documentation/nl/web.texi b/Documentation/nl/web.texi index 2a2aa39486..da78bc54aa 100644 --- a/Documentation/nl/web.texi +++ b/Documentation/nl/web.texi @@ -1,12 +1,18 @@ \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: nl -*- @ignore - Translation of GIT committish: 77c34ddc0877c0625a48e1b41049b6dbaae215e0 + Translation of GIT committish: 6908517be0826a3386264cd6d26d742b18e3a227 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' Guide, node Updating translation committishes.. @end ignore +@c Translation status: post-GDP + +@c Translator: Jan Nieuwenhuizen +@c Translation checker: Tineke de Munnik +@c Translation checker committish: fd33752 + @setfilename web.info @settitle LilyPond -- Muzieknotatie voor iedereen @documentencoding UTF-8 @@ -18,8 +24,6 @@ @include macros.itexi @include weblinks.itexi -@afourpaper - @c don't remove this comment. @ignore @omfcreator Graham Percival and Patrick McCarty @@ -31,7 +35,12 @@ @copying -Copyright @copyright{} 2009--2010 by the authors. +Copyright @copyright{} 2009--2011 by the authors. + +@c next line is necessary for broken pre-4.13 texinfo's +@c install-info, so leave it there until we officially +@c bump the required version. -gp +This file documents the LilyPond website. @quotation Permission is granted to copy, distribute and/or modify this @@ -43,6 +52,25 @@ License''. @end quotation @end copying +@c Info files are no longer installed in a subdirectory, images are +@c expected to be found in lilypond/ subdirectory. +@dircategory GNU LilyPond --- the music typesetter +@direntry +* LilyPond Learning Manual: (lilypond-learning). Start here. +* Music Glossary: (music-glossary). For non-English users. +* LilyPond: (lilypond-notation). LilyPond Notation Reference. +* LilyPond Snippets: (lilypond-snippets). Short tricks, tips, and examples. +* LilyPond Internals Reference: (lilypond-internals). Definitions for tweaking. +* LilyPond Application Usage: (lilypond-usage). Installing and running applications. +* LilyPond Website: (lilypond-web). Preview of new website. +* lilypond: (lilypond-usage)Running LilyPond. Invoking the LilyPond program. +* abc2ly: (lilypond-usage)Invoking abc2ly. Importing ABC. +* convert-ly: (lilypond-usage)Updating files with convert-ly. Older LilyPond versions. +* etf2ly: (lilypond-usage)Invoking etf2ly. Importing Finale. +* lilypond-book: (lilypond-usage)LilyPond-book. Integrating text and music. +* midi2ly: (lilypond-usage)Invoking midi2ly. Importing MIDI. +* musicxml2ly: (lilypond-usage)Invoking musicxml2ly. Importing MusicXML. +@end direntry @c TITLE PAGE @ifnottex @@ -89,10 +117,12 @@ Voor LilyPond versie @version{} @divId{quickSummary} @subheading Wat is LilyPond? -LilyPond is een Open Source muzieknotatie programma en beoogt het -produceren van bladmuziek van de hoogst mogelijke kwaliteit. Deze vrije -software integreert de esthetiek van traditioneel gegraveerde bladmuziek in -computer printouts. +LilyPond is een muzieknotatieprogramma en beoogt het produceren van +bladmuziek van de hoogst mogelijke kwaliteit. Het integreert de +esthetiek van traditioneel gegraveerde bladmuziek in computer printouts. +LilyPond is vrije software en is onderdeel van het +@uref{http://gnu.org,GNU Project}. + @divClass{align-right} Lees meer in onze @ref{Inleiding}! @@ -172,30 +202,8 @@ Distributions will want to install lilypond.info in postinstall, doing: * List all commands in direntry. -@c * lilypond: (lilypond-application)Running LilyPond. Invoking the -@c LilyPond program. @end ignore -@c Info files are no longer installed in a subdirectory, images are -@c expected to be found in lilypond/ subdirectory. -@dircategory GNU LilyPond --- the music typesetter -@direntry -* LilyPond Learning Manual: (lilypond-learning). Start here. -* Music Glossary: (music-glossary). For non-English users. -* LilyPond: (lilypond-notation). LilyPond Notation Reference. -* LilyPond Snippets: (lilypond-snippets). Short tricks, tips, and examples. -* LilyPond Internals Reference: (lilypond-internals). Definitions for tweaking. -* LilyPond Application Usage: (lilypond-application). Installing and running applications. -* LilyPond Website: (lilypond-general). Preview of new website. -* abc2ly: (lilypond-application)Invoking abc2ly. Importing ABC. -* convert-ly: (lilypond-application)Updating files with convert-ly. Older LilyPond versions. -* etf2ly: (lilypond-application)Invoking etf2ly. Importing Finale. -* lilypond-book: (lilypond-application)LilyPond-book. Integrating text and music. -* midi2ly: (lilypond-application)Invoking midi2ly. Importing MIDI. -* musicxml2ly: (lilypond-application)Invoking musicxml2ly. Importing MusicXML. -@end direntry - - @c FIXME: this still doesn't solve the broken links in pdf and big @c html; we'll need a bunch of @iftext and stuff in here. -gp @c ****************** SPECIAL MACROS FOR WEB MANUAL ************ @@ -270,6 +278,33 @@ Distributions will want to install lilypond.info in postinstall, doing: @end macro +@ifhtml +@macro contactUsAbout{topic} + +@divClass{heading-center} +@divClass{contactBox} +If you are aware of any other \topic\ which could be listed here, +please let us know by following the instructions on +@ref{Bug reports}. + +@divEnd +@divEnd + +@end macro +@end ifhtml + +@ifnothtml +@macro contactUsAbout{topic} +@cartouche +If you are aware of any other \topic\ which could be listed here, +please let us know by following the instructions on +@ref{Bug reports}. + +@end cartouche + +@end macro +@end ifnothtml + @include web/introduction.itexi @include web/download.itexi @include web/manuals.itexi