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