]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/user/programming-interface.itely
More Spanish fixes
[lilypond.git] / Documentation / es / user / programming-interface.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
2 @c This file is part of lilypond.tely
3 @ignore
4     Translation of GIT committish: 3bca66d4f4ce9bff01780d95027d8b07741e2189
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 @end menu 
135 @node Markup construction in Scheme
136 @subsection Markup construction in Scheme
137
138 UNTRANSLATED NODE: IGNORE ME
139
140 @node How markups work internally
141 @subsection How markups work internally
142
143 UNTRANSLATED NODE: IGNORE ME
144
145 @node New markup command definition
146 @subsection New markup command definition
147
148 UNTRANSLATED NODE: IGNORE ME
149
150 @node Contexts for programmers
151 @section Contexts for programmers
152
153 UNTRANSLATED NODE: IGNORE ME
154
155 @menu 
156 * Context evaluation::
157 * Running a function on all layout objects::
158 @end menu 
159 @node Context evaluation
160 @subsection Context evaluation
161
162 UNTRANSLATED NODE: IGNORE ME
163
164 @node Running a function on all layout objects
165 @subsection Running a function on all layout objects
166
167 UNTRANSLATED NODE: IGNORE ME
168
169 @node Scheme procedures as properties
170 @section Scheme procedures as properties
171
172 UNTRANSLATED NODE: IGNORE ME
173
174
175 -- SKELETON FILE --
176 When you actually translate this file, please remove these lines as
177 well as all `UNTRANSLATED NODE: IGNORE ME' lines.