]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/extending.tely
apply Julian's patch to fix install-info warnings
[lilypond.git] / Documentation / de / extending.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 42ae342ba877dc8f26cabb5cc3937a6d3cdb4066
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 @setfilename lilypond-extending.info
11 @settitle LilyPond erweitern
12 @documentencoding UTF-8
13 @documentlanguage de
14 @afourpaper
15
16 @dircategory GNU LilyPond --- the music typesetter
17 @direntry
18 * LilyPond Erweiterung: (lilypond-extending).  Wie man die Funktionalität von LilyPond erweitern kann.
19 @end direntry
20
21 @c Translators: Till Paala
22
23 @macro manualIntro
24 Diese Datei erklärt, wie man die Funktionalität von
25 LilyPond Version @version{} erweitern kann.
26 @end macro
27
28 @c `Extending' was born 2003-04-23 with git commit c08f6e8...
29 @macro copyrightDeclare
30 Copyright @copyright{} 2003--2011 bei den Autoren.
31 @end macro
32
33 @set FDL
34 @include macros.itexi
35
36
37 @c don't remove this comment.
38 @ignore
39 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
40 @omfdescription Programming extensions for the LilyPond music engraving system
41 @omftype program usage
42 @omfcategory Applications|Publishing
43 @omflanguage German
44 @end ignore
45
46
47 @lilyTitlePage{Extending}
48
49
50 @c TOC -- non-tex
51 @ifnottex
52
53 @menu
54 * Scheme-Übung::                Programmieren innerhalb von LilyPond.
55 * Schnittstellen für Programmierer::     Wie man mit Scheme kommunizieren kann.
56 * LilyPond Scheme-Schnittstellen::     Information in die Noten senden und aus den Noten erhalten.
57
58 Anhänge
59
60 * GNU Free Documentation License:: Die Lizenz dieses Dokuments.
61 * LilyPond-Index::
62 @end menu
63
64 @docMain
65 @end ifnottex
66
67
68 @contents
69
70 @allowcodebreaks false
71
72
73 @include extending/scheme-tutorial.itely
74 @include extending/programming-interface.itely
75
76 @include fdl.itexi
77
78 @node LilyPond-Index
79 @appendix LilyPond-Index
80 @translationof LilyPond index
81
82 @printindex cp
83
84 @bye