]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/user/programming-interface.itely
Merge branch 'master' of ssh+git://hanwen@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: 2540b584a4ac28a8e6f84e7df8bffd7bd46fafa2
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 @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 @end menu 
134 @node Markup construction in Scheme
135 @subsection Markup construction in Scheme
136
137 UNTRANSLATED NODE: IGNORE ME
138
139 @node How markups work internally
140 @subsection How markups work internally
141
142 UNTRANSLATED NODE: IGNORE ME
143
144 @node New markup command definition
145 @subsection New markup command definition
146
147 UNTRANSLATED NODE: IGNORE ME
148
149 @node Contexts for programmers
150 @section Contexts for programmers
151
152 UNTRANSLATED NODE: IGNORE ME
153
154 @menu 
155 * Context evaluation::
156 * Running a function on all layout objects::
157 @end menu 
158 @node Context evaluation
159 @subsection Context evaluation
160
161 UNTRANSLATED NODE: IGNORE ME
162
163 @node Running a function on all layout objects
164 @subsection Running a function on all layout objects
165
166 UNTRANSLATED NODE: IGNORE ME
167
168 @node Scheme procedures as properties
169 @section Scheme procedures as properties
170
171 UNTRANSLATED NODE: IGNORE ME
172
173
174 -- SKELETON FILE --
175 When you actually translate this file, please remove these lines as
176 well as all `UNTRANSLATED NODE: IGNORE ME' lines.