]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/nl/macros.itexi
Doc-es: various updates.
[lilypond.git] / Documentation / nl / macros.itexi
index fff5c4d9f4fdfe9db30e034f89b1795c2b8487a7..f1295c55f1f049054867bf0fe75f5363c3c8c2c6 100644 (file)
@@ -1,6 +1,6 @@
 @c -*- coding: utf-8; mode: texinfo; -*-
 @ignore
-    Translation of GIT committish: ffd8edadef992d85d26e9bdc54dad6cf1ba06674
+    Translation of GIT committish: 12c6693055728e69dce5c4e5a4a2b5f71180a5e2
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
@@ -16,7 +16,7 @@
 MACRO DEFINITIONS GUIDELINES
 ****************************
 
-This file should contain macro defintions which are common to all
+This file should contain macro definitions which are common to all
 languages, i.e. all macro definitions which do not contain text that
 should be translated (namely text visible in the output).
 
@@ -68,6 +68,133 @@ translations should be in macros.itexi.
 @end ifnothtml
 
 
+@c do not translate the following macro -- it is used in
+@c an untranslated manual.
+
+@ifhtml
+
+@macro advanced{TEXT}
+@html
+<div class="advanced">
+@end html
+@strong{Advanced note:} \TEXT\
+@c keep the space for proper nesting of </p>
+
+@html
+</div>
+@end html
+@end macro
+
+@end ifhtml
+
+@ifnothtml
+
+@macro advanced{TEXT}
+@quotation
+@b{Advanced note:} \TEXT\
+@end quotation
+@end macro
+
+@end ifnothtml
+
+
+@macro docMain
+@cartouche
+Voor meer informatie over waar deze handleiding in de rest van de
+documentatie past, of over het lezen van deze handleiding in andere
+formaten, zie @rweb{Handleidingen}.
+
+Mocht je een handleiding missen, de volledige documentatie is altijd te
+vinden op @w{@uref{http://@/lilypond@/.org/}}.
+@end cartouche
+@end macro
+
+
+@macro lilyTitlePage{TITLE}
+@c  This produces the unified index
+@syncodeindex fn cp
+@syncodeindex vr cp
+
+
+@c   ***** Copyright stuff *****
+@ifset FDL
+@copying
+@copyrightDeclare
+
+@emph{The translation of the following copyright notice is provided
+for courtesy to non-English speakers, but only the notice in English
+legally counts.}
+
+@emph{De vertaling van onderstaande copyright voorwaarden wordt gegeven
+ter oriĆ«ntering voor niet-Engelstalige lezers.  Juridisch gezien is
+echter uitsluitend de engelstalige versie rechtsgeldig.}
+
+@c van http://nl.wiktionary.org/wiki/WikiWoordenboek:GNU-licentie_voor_vrije_documentatie_in_het_Nederlands
+@quotation
+Toestemming wordt verleend tot het kopiĆ«ren, verspreiden en/of wijzigen
+van dit document onder de bepalingen van de GNU Vrije Documentatie
+Licentie, versie 1.1 of iedere latere versie uitgegeven door de Free
+Software Foundation; zonder Invariante Secties, zonder Omslagteksten
+voor de Voorkant en zonder Omslagteksten voor de Achterkant. Een kopie
+van de licentie is opgenomen in de sectie getiteld ``GNU Vrije
+Documentatie Licentie''.
+
+@end quotation
+
+@quotation
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License, Version 1.1
+or any later version published by the Free Software Foundation;
+with no Invariant Sections.
+A copy of the license is included in the section entitled ``GNU
+Free Documentation License''.
+@end quotation
+@end copying
+@end ifset
+
+@ifclear FDL
+@copying
+This document has been placed in the public domain.
+@end copying
+@end ifclear
+
+
+@c   ***** Title page *****
+@ifnottex
+@node Top
+@top LilyPond -- \TITLE\
+
+@cartouche
+@manualIntro{}
+@end cartouche
+@end ifnottex
+
+@finalout
+
+@titlepage
+@title LilyPond
+@subtitle Het muziekprogramma
+@titlefont{\TITLE\}
+@author Het LilyPond ontwikkelteam
+
+@vskip 60pt
+
+@cartouche
+@manualIntro{}
+@end cartouche
+
+@vskip 40pt
+
+@docMain{}
+
+@vskip 0pt plus 1filll
+
+@insertcopying
+
+Voor LilyPond versie @version{}
+@end titlepage
+
+@end macro
 
 @c   ***** Headings in a doc subsection *****
 
@@ -627,7 +754,7 @@ translations should be in macros.itexi.
 
 @macro exampleImage{IMAGE-FILE}
 @html
-<div class="float-center">
+<div class="float-center example-image-wrapper">
   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
   </a>
@@ -637,7 +764,7 @@ translations should be in macros.itexi.
 </div>
 @end html
 @iftex
-@image{ly-examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
+@image{ly-examples/\IMAGE-FILE\,6in,,\IMAGE-FILE\,png}
 @end iftex
 @ifinfo
 @image{lilypond/ly-examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}