]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/user/programming-interface.itely
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[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: ac7d0e72b32b6a11470f598f2bee180b11402fe8
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 @node Interfaces for programmers
11 @chapter Interfaces for programmers
12
13 UNTRANSLATED NODE: IGNORE ME
14
15 @menu 
16 * Music functions::
17 * Programmer interfaces::
18 * Building complicated functions::
19 * Markup programmer interface::
20 * Contexts for programmers::
21 * Scheme procedures as properties::
22 @end menu 
23 @node Music functions
24 @section Music functions
25
26 UNTRANSLATED NODE: IGNORE ME
27
28 @menu 
29 * Overview of music functions::
30 * Simple substitution functions::
31 * Paired substitution functions::
32 * Mathematics in functions::
33 * Void functions::
34 * Functions without arguments::
35 @end menu 
36 @node Overview of music functions
37 @subsection Overview of music functions
38
39 UNTRANSLATED NODE: IGNORE ME
40
41 @node Simple substitution functions
42 @subsection Simple substitution functions
43
44 UNTRANSLATED NODE: IGNORE ME
45
46 @node Paired substitution functions
47 @subsection Paired substitution functions
48
49 UNTRANSLATED NODE: IGNORE ME
50
51 @node Mathematics in functions
52 @subsection Mathematics in functions
53
54 UNTRANSLATED NODE: IGNORE ME
55
56 @node Void functions
57 @subsection Void functions
58
59 UNTRANSLATED NODE: IGNORE ME
60
61 @node Functions without arguments
62 @subsection Functions without arguments
63
64 UNTRANSLATED NODE: IGNORE ME
65
66 @node Programmer interfaces
67 @section Programmer interfaces
68
69 UNTRANSLATED NODE: IGNORE ME
70
71 @menu 
72 * Input variables and Scheme::
73 * Internal music representation::
74 @end menu 
75 @node Input variables and Scheme
76 @subsection Input variables and Scheme
77
78 UNTRANSLATED NODE: IGNORE ME
79
80 @node Internal music representation
81 @subsection Internal music representation
82
83 UNTRANSLATED NODE: IGNORE ME
84
85 @node Building complicated functions
86 @section Building complicated functions
87
88 UNTRANSLATED NODE: IGNORE ME
89
90 @menu 
91 * Displaying music expressions::
92 * Music properties::
93 * Doubling a note with slurs (example)::
94 * Adding articulation to notes (example)::
95 @end menu 
96 @node Displaying music expressions
97 @subsection Displaying music expressions
98
99 UNTRANSLATED NODE: IGNORE ME
100
101 @node Music properties
102 @subsection Music properties
103
104 UNTRANSLATED NODE: IGNORE ME
105
106 @node Doubling a note with slurs (example)
107 @subsection Doubling a note with slurs (example)
108
109 UNTRANSLATED NODE: IGNORE ME
110
111 @node Adding articulation to notes (example)
112 @subsection Adding articulation to notes (example)
113
114 UNTRANSLATED NODE: IGNORE ME
115
116 @node Markup programmer interface
117 @section Markup programmer interface
118
119 UNTRANSLATED NODE: IGNORE ME
120
121 @menu 
122 * Markup construction in Scheme::
123 * How markups work internally::
124 * New markup command definition::
125 @end menu 
126 @node Markup construction in Scheme
127 @subsection Markup construction in Scheme
128
129 UNTRANSLATED NODE: IGNORE ME
130
131 @node How markups work internally
132 @subsection How markups work internally
133
134 UNTRANSLATED NODE: IGNORE ME
135
136 @node New markup command definition
137 @subsection New markup command definition
138
139 UNTRANSLATED NODE: IGNORE ME
140
141 @node Contexts for programmers
142 @section Contexts for programmers
143
144 UNTRANSLATED NODE: IGNORE ME
145
146 @menu 
147 * Context evaluation::
148 * Running a function on all layout objects::
149 @end menu 
150 @node Context evaluation
151 @subsection Context evaluation
152
153 UNTRANSLATED NODE: IGNORE ME
154
155 @node Running a function on all layout objects
156 @subsection Running a function on all layout objects
157
158 UNTRANSLATED NODE: IGNORE ME
159
160 @node Scheme procedures as properties
161 @section Scheme procedures as properties
162
163 UNTRANSLATED NODE: IGNORE ME
164