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