]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/user/programming-interface.itely
Merge branch 'master' into jneeman
[lilypond.git] / Documentation / de / user / programming-interface.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
2 @c This file is part of lilypond.tely
3 @ignore
4     Translation of GIT committish: 9634340429eb0518432b152fe4aaf7471b67b013
5
6
7     When revising a translation, copy the HEAD committish of the
8     version that you are working on.  See TRANSLATION for details.
9 @end ignore
10
11
12 @node Interfaces for programmers
13 @chapter Interfaces for programmers
14
15 UNTRANSLATED NODE: IGNORE ME
16
17 @menu 
18 * Music functions::
19 * Programmer interfaces::
20 * Building complicated functions::
21 * Markup programmer interface::
22 * Contexts for programmers::
23 * Scheme procedures as properties::
24 @end menu 
25 @node Music functions
26 @section Music functions
27
28 UNTRANSLATED NODE: IGNORE ME
29
30 @menu 
31 * Overview of music functions::
32 * Simple substitution functions::
33 * Paired substitution functions::
34 * Mathematics in functions::
35 * Void functions::
36 * Functions without arguments::
37 * Overview of available music functions::
38 @end menu 
39 @node Overview of music functions
40 @subsection Overview of music functions
41
42 UNTRANSLATED NODE: IGNORE ME
43
44 @node Simple substitution functions
45 @subsection Simple substitution functions
46
47 UNTRANSLATED NODE: IGNORE ME
48
49 @node Paired substitution functions
50 @subsection Paired substitution functions
51
52 UNTRANSLATED NODE: IGNORE ME
53
54 @node Mathematics in functions
55 @subsection Mathematics in functions
56
57 UNTRANSLATED NODE: IGNORE ME
58
59 @node Void functions
60 @subsection Void functions
61
62 UNTRANSLATED NODE: IGNORE ME
63
64 @node Functions without arguments
65 @subsection Functions without arguments
66
67 UNTRANSLATED NODE: IGNORE ME
68
69 @node Overview of available music functions
70 @subsection Overview of available music functions
71
72 UNTRANSLATED NODE: IGNORE ME
73
74 @include identifiers.tely
75 @node Programmer interfaces
76 @section Programmer interfaces
77
78 UNTRANSLATED NODE: IGNORE ME
79
80 @menu 
81 * Input variables and Scheme::
82 * Internal music representation::
83 @end menu 
84 @node Input variables and Scheme
85 @subsection Input variables and Scheme
86
87 UNTRANSLATED NODE: IGNORE ME
88
89 @node Internal music representation
90 @subsection Internal music representation
91
92 UNTRANSLATED NODE: IGNORE ME
93
94 @node Building complicated functions
95 @section Building complicated functions
96
97 UNTRANSLATED NODE: IGNORE ME
98
99 @menu 
100 * Displaying music expressions::
101 * Music properties::
102 * Doubling a note with slurs (example)::
103 * Adding articulation to notes (example)::
104 @end menu 
105 @node Displaying music expressions
106 @subsection Displaying music expressions
107
108 UNTRANSLATED NODE: IGNORE ME
109
110 @node Music properties
111 @subsection Music properties
112
113 UNTRANSLATED NODE: IGNORE ME
114
115 @node Doubling a note with slurs (example)
116 @subsection Doubling a note with slurs (example)
117
118 UNTRANSLATED NODE: IGNORE ME
119
120 @node Adding articulation to notes (example)
121 @subsection Adding articulation to notes (example)
122
123 UNTRANSLATED NODE: IGNORE ME
124
125 @node Markup programmer interface
126 @section Markup programmer interface
127
128 UNTRANSLATED NODE: IGNORE ME
129
130 @menu 
131 * Markup construction in Scheme::
132 * How markups work internally::
133 * New markup command definition::
134 * New markup list command definition::
135 @end menu 
136 @node Markup construction in Scheme
137 @subsection Markup construction in Scheme
138
139 UNTRANSLATED NODE: IGNORE ME
140
141 @node How markups work internally
142 @subsection How markups work internally
143
144 UNTRANSLATED NODE: IGNORE ME
145
146 @node New markup command definition
147 @subsection New markup command definition
148
149 UNTRANSLATED NODE: IGNORE ME
150
151 @node New markup list command definition
152 @subsection New markup list command definition
153
154 UNTRANSLATED NODE: IGNORE ME
155
156 @node Contexts for programmers
157 @section Contexts for programmers
158
159 UNTRANSLATED NODE: IGNORE ME
160
161 @menu 
162 * Context evaluation::
163 * Running a function on all layout objects::
164 @end menu 
165 @node Context evaluation
166 @subsection Context evaluation
167
168 UNTRANSLATED NODE: IGNORE ME
169
170 @node Running a function on all layout objects
171 @subsection Running a function on all layout objects
172
173 UNTRANSLATED NODE: IGNORE ME
174
175 @node Scheme procedures as properties
176 @section Scheme procedures as properties
177
178 UNTRANSLATED NODE: IGNORE ME
179
180
181 -- SKELETON FILE --
182 When you actually translate this file, please remove these lines as
183 well as all `UNTRANSLATED NODE: IGNORE ME' lines.