From 016ba6fb07e70572c8171eb73090a3f24aeb9eea Mon Sep 17 00:00:00 2001 From: Till Paala Date: Thu, 28 Jan 2010 10:55:20 +0200 Subject: [PATCH] =?utf8?q?Doc-de:=C2=A0create=20extending.tely?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Documentation/de/extending.tely | 77 +++++++++++++++++++ .../programming-interface.itely | 0 .../scheme-tutorial.itely | 0 Documentation/de/notation.tely | 3 +- 4 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 Documentation/de/extending.tely rename Documentation/de/{notation => extending}/programming-interface.itely (100%) rename Documentation/de/{learning => extending}/scheme-tutorial.itely (100%) diff --git a/Documentation/de/extending.tely b/Documentation/de/extending.tely new file mode 100644 index 0000000000..c69b2e1d1b --- /dev/null +++ b/Documentation/de/extending.tely @@ -0,0 +1,77 @@ +\input texinfo @c -*- coding: utf-8; mode: texinfo; -*- +@ignore + Translation of GIT committish: 354f8ea159bb5216202e5815685fca8bd7e6919c + + 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 + +@setfilename lilypond-extending.info +@settitle Extending LilyPond +@documentencoding UTF-8 +@documentlanguage de +@afourpaper + +@c Translators: Till Paala + +@macro manualIntro +Diese Datei erklärt, wie man die Funktionalität von +LilyPond Version @version{} erweitern kann. +@end macro + +@c `Extending' was born 2003-04-23 with git commit c08f6e8... +@macro copyrightDeclare +Copyright @copyright{} 2003--2009 bei den Autoren. +@end macro + +@set FDL +@include macros.itexi + + +@c don't remove this comment. +@ignore +@omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival +@omfdescription Programming extensions for the LilyPond music engraving system +@omftype program usage +@omfcategory Applications|Publishing +@omflanguage German +@end ignore + + +@lilyTitlePage{Extending} + + +@c TOC -- non-tex +@ifnottex + +@menu +* Scheme-Übung:: Programmieren innerhalb von LilyPond. +* Schnittstellen für Programmierer:: Wie man mit Scheme kommunizieren kann. +* LilyPond Scheme interfaces:: Information in die Noten senden und aus den Noten erhalten. + +Anhänge + +* GNU Free Documentation License:: Die Lizenz dieses Dokuments. +* LilyPond-Index:: +@end menu + +@docMain +@end ifnottex + + +@contents + + +@include extending/scheme-tutorial.itely +@include extending/programming-interface.itely + +@include fdl.itexi + +@node LilyPond-Index +@appendix LilyPond-Index +@translationof LilyPond index + +@printindex cp + +@bye diff --git a/Documentation/de/notation/programming-interface.itely b/Documentation/de/extending/programming-interface.itely similarity index 100% rename from Documentation/de/notation/programming-interface.itely rename to Documentation/de/extending/programming-interface.itely diff --git a/Documentation/de/learning/scheme-tutorial.itely b/Documentation/de/extending/scheme-tutorial.itely similarity index 100% rename from Documentation/de/learning/scheme-tutorial.itely rename to Documentation/de/extending/scheme-tutorial.itely diff --git a/Documentation/de/notation.tely b/Documentation/de/notation.tely index 8a455c1e27..fc43361fa5 100644 --- a/Documentation/de/notation.tely +++ b/Documentation/de/notation.tely @@ -241,7 +241,8 @@ Anhänge @include notation/spacing.itely @include notation/changing-defaults.itely -@include notation/programming-interface.itely +@c @include notation/programming-interface.itely +@c moved to extending.tely @include notation/notation-appendices.itely -- 2.39.5