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