]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/user/programming-interface.itely
Merge branch 'dev/texi2html' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / fr / user / programming-interface.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
2 @c This file is part of lilypond.tely
3 @ignore
4     Translation of GIT committish: 6bcad9cdc487270910758b1ee39cf3c8aee1015e
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  See TRANSLATION for details.
8 @end ignore
9
10
11 @node Interfaces for programmers
12 @chapter Interfaces for programmers
13
14 @ifhtml
15 UNTRANSLATED NODE: IGNORE ME
16 @end ifhtml
17
18
19 @menu
20 * Music functions::             
21 * Programmer interfaces::       
22 * Building complicated functions::  
23 * Markup programmer interface::  
24 * Contexts for programmers::    
25 * Scheme procedures as properties::  
26 @end menu
27
28 @node Music functions
29 @section Music functions
30
31 @ifhtml
32 UNTRANSLATED NODE: IGNORE ME
33 @end ifhtml
34
35
36 @menu
37 * Overview of music functions::  
38 * Simple substitution functions::  
39 * Paired substitution functions::  
40 * Mathematics in functions::    
41 * Void functions::              
42 * Functions without arguments::  
43 * Overview of available music functions::  
44 @end menu
45
46 @node Overview of music functions
47 @subsection Overview of music functions
48
49 @ifhtml
50 UNTRANSLATED NODE: IGNORE ME
51 @end ifhtml
52
53
54 @node Simple substitution functions
55 @subsection Simple substitution functions
56
57 @ifhtml
58 UNTRANSLATED NODE: IGNORE ME
59 @end ifhtml
60
61
62 @node Paired substitution functions
63 @subsection Paired substitution functions
64
65 @ifhtml
66 UNTRANSLATED NODE: IGNORE ME
67 @end ifhtml
68
69
70 @node Mathematics in functions
71 @subsection Mathematics in functions
72
73 @ifhtml
74 UNTRANSLATED NODE: IGNORE ME
75 @end ifhtml
76
77
78 @node Void functions
79 @subsection Void functions
80
81 @ifhtml
82 UNTRANSLATED NODE: IGNORE ME
83 @end ifhtml
84
85
86 @node Functions without arguments
87 @subsection Functions without arguments
88
89 @ifhtml
90 UNTRANSLATED NODE: IGNORE ME
91 @end ifhtml
92
93
94 @node Overview of available music functions
95 @subsection Overview of available music functions
96
97 @ifhtml
98 UNTRANSLATED NODE: IGNORE ME
99 @end ifhtml
100
101
102 @include identifiers.tely
103 @node Programmer interfaces
104 @section Programmer interfaces
105
106 @ifhtml
107 UNTRANSLATED NODE: IGNORE ME
108 @end ifhtml
109
110
111 @menu
112 * Input variables and Scheme::  
113 * Internal music representation::  
114 @end menu
115
116 @node Input variables and Scheme
117 @subsection Input variables and Scheme
118
119 @ifhtml
120 UNTRANSLATED NODE: IGNORE ME
121 @end ifhtml
122
123
124 @node Internal music representation
125 @subsection Internal music representation
126
127 @ifhtml
128 UNTRANSLATED NODE: IGNORE ME
129 @end ifhtml
130
131
132 @node Building complicated functions
133 @section Building complicated functions
134
135 @ifhtml
136 UNTRANSLATED NODE: IGNORE ME
137 @end ifhtml
138
139
140 @menu
141 * Displaying music expressions::  
142 * Music properties::            
143 * Doubling a note with slurs (example)::  
144 * Adding articulation to notes (example)::  
145 @end menu
146
147 @node Displaying music expressions
148 @subsection Displaying music expressions
149
150 @ifhtml
151 UNTRANSLATED NODE: IGNORE ME
152 @end ifhtml
153
154
155 @node Music properties
156 @subsection Music properties
157
158 @ifhtml
159 UNTRANSLATED NODE: IGNORE ME
160 @end ifhtml
161
162
163 @node Doubling a note with slurs (example)
164 @subsection Doubling a note with slurs (example)
165
166 @ifhtml
167 UNTRANSLATED NODE: IGNORE ME
168 @end ifhtml
169
170
171 @node Adding articulation to notes (example)
172 @subsection Adding articulation to notes (example)
173
174 @ifhtml
175 UNTRANSLATED NODE: IGNORE ME
176 @end ifhtml
177
178
179 @node Markup programmer interface
180 @section Markup programmer interface
181
182 @ifhtml
183 UNTRANSLATED NODE: IGNORE ME
184 @end ifhtml
185
186
187 @menu
188 * Markup construction in Scheme::  
189 * How markups work internally::  
190 * New markup command definition::  
191 * New markup list command definition::  
192 @end menu
193
194 @node Markup construction in Scheme
195 @subsection Markup construction in Scheme
196
197 @ifhtml
198 UNTRANSLATED NODE: IGNORE ME
199 @end ifhtml
200
201
202 @node How markups work internally
203 @subsection How markups work internally
204
205 @ifhtml
206 UNTRANSLATED NODE: IGNORE ME
207 @end ifhtml
208
209
210 @node New markup command definition
211 @subsection New markup command definition
212
213 @ifhtml
214 UNTRANSLATED NODE: IGNORE ME
215 @end ifhtml
216
217
218 @node New markup list command definition
219 @subsection New markup list command definition
220
221 @ifhtml
222 UNTRANSLATED NODE: IGNORE ME
223 @end ifhtml
224
225
226 @node Contexts for programmers
227 @section Contexts for programmers
228
229 @ifhtml
230 UNTRANSLATED NODE: IGNORE ME
231 @end ifhtml
232
233
234 @menu
235 * Context evaluation::          
236 * Running a function on all layout objects::  
237 @end menu
238
239 @node Context evaluation
240 @subsection Context evaluation
241
242 @ifhtml
243 UNTRANSLATED NODE: IGNORE ME
244 @end ifhtml
245
246
247 @node Running a function on all layout objects
248 @subsection Running a function on all layout objects
249
250 @ifhtml
251 UNTRANSLATED NODE: IGNORE ME
252 @end ifhtml
253
254
255 @node Scheme procedures as properties
256 @section Scheme procedures as properties
257
258 @ifhtml
259 UNTRANSLATED NODE: IGNORE ME
260 @end ifhtml
261
262 @c -- SKELETON FILE --