From 426c9ebd311dc502b5ba81c1aabee92c14097498 Mon Sep 17 00:00:00 2001 From: Till Paala Date: Sat, 15 Aug 2009 19:25:47 +0300 Subject: [PATCH] Doc-de: create essay.tely stub --- Documentation/de/essay.tely | 169 ++++++++++++++++++ Documentation/de/essay/GNUmakefile | 5 + .../de/{notation => essay}/literature.itely | 0 Documentation/de/macros.itexi | 31 ++++ Documentation/de/notation.tely | 1 - 5 files changed, 205 insertions(+), 1 deletion(-) create mode 100644 Documentation/de/essay.tely create mode 100644 Documentation/de/essay/GNUmakefile rename Documentation/de/{notation => essay}/literature.itely (100%) diff --git a/Documentation/de/essay.tely b/Documentation/de/essay.tely new file mode 100644 index 0000000000..0b8f44085a --- /dev/null +++ b/Documentation/de/essay.tely @@ -0,0 +1,169 @@ +\input texinfo @c -*- coding: utf-8; mode: texinfo; -*- +@ignore + Translation of GIT committish: e9049b4f3899b7006134987004bd18e813b96d27 + + When revising a translation, copy the HEAD committish of the + version that you are working on. See TRANSLATION for details. +@end ignore +@setfilename lilypond-essay.info +@settitle GNU LilyPond Notation Reference +@documentencoding UTF-8 +@documentlanguage de + +@c Translators Till Paala +@c this is a stub: +@c TODO: translate essay.itely + +@include macros.itexi + +@afourpaper +@c don't remove this comment. +@ignore +@omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen +@omfdescription Essay on automated music engraving +@omftype essay +@omfcategory Applications|Publishing +@omflanguage German +@end ignore + +@ifnottex +@node Oben +@top Aufsatz über den automatischen Musiksatz +@end ifnottex + + +@ifhtml +@ifclear bigpage +Dieses Dokument ist auch als +@uref{source/Documentation/essay.de.pdf,PDF} und als HTML +@uref{source/Documentation/essay-big-page.de.html,auf einer Seite} erhältlich. +@end ifclear +@ifset bigpage +Dieses Dokument ist auch als +@uref{source/Documentation/essay.de.pdf,PDF} und als +@uref{source/Documentation/essay/index.html,HTML auf mehreren indizierten Seiten} erhältlich. +@end ifset +@end ifhtml + +@finalout + +@titlepage +@title LilyPond +@subtitle Das Musiksatzprogramm +@titlefont{Aufsatz über den automatischen Musiksatz} +@author Han-Wen Nienhuys und Jan Nieuwenhuizen + +Copyright @copyright{} ???? bei den Authoren + +@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{Die Übersetzung der folgenden Lizenzanmerkung ist zur Orientierung +für Leser, die nicht Englisch sprechen. Im rechtlichen Sinne ist aber +nur die englische Version gültig.} + +@quotation +Es ist erlaubt, dieses Dokument unter den Bedingungen der +GNU Free Documentation Lizenz (Version 1.1 oder +spätere, von der Free Software Foundation publizierte Versionen, ohne +invariante Abschnitte), +zu kopieren, zu verbreiten und/oder +zu verändern. Eine Kopie der Lizenz ist im Abschnitt ``GNU +Free Documentation License'' angefügt. +@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 titlepage + +@copying +Copyright @copyright{} ???? bei den Authoren + +@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{Die Übersetzung der folgenden Lizenzanmerkung ist zur Orientierung +für Leser, die nicht Englisch sprechen. Im rechtlichen Sinne ist aber +nur die englische Version gültig.} + +@quotation +Es ist erlaubt, dieses Dokument unter den Bedingungen der +GNU Free Documentation Lizenz (Version 1.1 oder +spätere, von der Free Software Foundation publizierte Versionen, ohne +invariante Abschnitte), +zu kopieren, zu verbreiten und/oder +zu verändern. Eine Kopie der Lizenz ist im Abschnitt ``GNU +Free Documentation License'' angefügt. +@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 + +@ifnottex +Copyright ???? bei den Authoren + +@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{Die Übersetzung der folgenden Lizenzanmerkung ist zur Orientierung +für Leser, die nicht Englisch sprechen. Im rechtlichen Sinne ist aber +nur die englische Version gültig.} + +@quotation +Es ist erlaubt, dieses Dokument unter den Bedingungen der +GNU Free Documentation Lizenz (Version 1.1 oder +spätere, von der Free Software Foundation publizierte Versionen, ohne +invariante Abschnitte), +zu kopieren, zu verbreiten und/oder +zu verändern. Eine Kopie der Lizenz ist im Abschnitt ``GNU +Free Documentation License'' angefügt. +@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 ifnottex + +@menu +@c * Musiksatz:: +* Literatur:: +* GNU Free Documentation License:: Die Lizenz dieses Dokuments. +* LilyPond-Index:: +@end menu + +@contents + +@c @include essay/engraving.itely +@include essay/literature.itely + +@include fdl.itexi + +@node LilyPond-Index +@appendix LilyPond-Index +@translationof LilyPond index + +@printindex cp + +@bye diff --git a/Documentation/de/essay/GNUmakefile b/Documentation/de/essay/GNUmakefile new file mode 100644 index 0000000000..c93c9e0624 --- /dev/null +++ b/Documentation/de/essay/GNUmakefile @@ -0,0 +1,5 @@ +depth = ../.. + +LOCALSTEPMAKE_TEMPLATES = ly + +include $(depth)/make/stepmake.make diff --git a/Documentation/de/notation/literature.itely b/Documentation/de/essay/literature.itely similarity index 100% rename from Documentation/de/notation/literature.itely rename to Documentation/de/essay/literature.itely diff --git a/Documentation/de/macros.itexi b/Documentation/de/macros.itexi index dfd9e8ea8a..4599815f72 100644 --- a/Documentation/de/macros.itexi +++ b/Documentation/de/macros.itexi @@ -103,6 +103,7 @@ @c @rglos @c @rlearning @c @ruser +@c @ressay @c @rprogram @c @rlsr @c @rinternals @@ -152,6 +153,16 @@ @ref{\TEXT\,,\DISPLAY\,notation-big-page,Notationsreferenz} @end macro +@macro ressay{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,essay-big-page,Aufsatz} +@end macro + +@macro ressaynamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,essay-big-page,Aufsatz} +@end macro + @macro rprogram{TEXT} @vindex \TEXT\ @ref{\TEXT\,,,application-big-page,Anwendungsbenutzung} @@ -217,6 +228,16 @@ @ref{\TEXT\,,\DISPLAY\,notation,Notationsreferenz} @end macro +@macro ressay{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,essay-big-page,Aufsatz} +@end macro + +@macro ressaynamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,essay-big-page,Aufsatz} +@end macro + @macro rprogram{TEXT} @vindex \TEXT\ @ref{\TEXT\,,,application,Anwendungsbenutzung} @@ -294,6 +315,16 @@ @ref{\TEXT\,,\DISPLAY\,notation.de,Notationsreferenz} @end macro +@macro ressay{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,essay-big-page,Aufsatz} +@end macro + +@macro ressaynamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,essay-big-page,Aufsatz} +@end macro + @macro rprogram{TEXT} @lilyvindex{\TEXT\} @ref{\TEXT\,,,application.de,Anwendungsbenutzung} diff --git a/Documentation/de/notation.tely b/Documentation/de/notation.tely index 16ebdc135b..68c5b12495 100644 --- a/Documentation/de/notation.tely +++ b/Documentation/de/notation.tely @@ -241,7 +241,6 @@ Anhänge @include notation/programming-interface.itely -@include notation/literature.itely @include notation/notation-appendices.itely @include notation/cheatsheet.itely -- 2.39.5