1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
2 @c This file is part of lilypond.tely
4 Translation of GIT committish: 8405b88e6c1aac6c44e6064dd7b8b1674d6e7abd
6 When revising a translation, copy the HEAD committish of the
7 version that you are working on. See TRANSLATION for details.
11 @node Changing defaults
12 @chapter Changing defaults
18 * Interpretation contexts::
19 * Explaining the Internals Reference::
20 * Modifying properties::
21 * Useful concepts and properties::
25 @node Interpretation contexts
26 @section Interpretation contexts
32 * Contexts explained::
34 * Modifying context plug-ins::
35 * Changing context default settings::
36 * Defining new contexts::
40 @node Contexts explained
41 @subsection Contexts explained
47 * Score - the master of all contexts::
48 * Top-level contexts - staff containers::
49 * Intermediate-level contexts - staves::
50 * Bottom-level contexts - voices::
53 @node Score - the master of all contexts
54 @unnumberedsubsubsec Score - the master of all contexts
59 @node Top-level contexts - staff containers
60 @unnumberedsubsubsec Top-level contexts - staff containers
65 @node Intermediate-level contexts - staves
66 @unnumberedsubsubsec Intermediate-level contexts - staves
71 @node Bottom-level contexts - voices
72 @unnumberedsubsubsec Bottom-level contexts - voices
77 @node Creating contexts
78 @subsection Creating contexts
83 @node Modifying context plug-ins
84 @subsection Modifying context plug-ins
89 @node Changing context default settings
90 @subsection Changing context default settings
95 @node Defining new contexts
96 @subsection Defining new contexts
101 @node Aligning contexts
102 @subsection Aligning contexts
107 @node Explaining the Internals Reference
108 @section Explaining the Internals Reference
114 * Navigating the program reference::
115 * Layout interfaces::
116 * Determining the grob property::
117 * Naming conventions::
120 @node Navigating the program reference
121 @subsection Navigating the program reference
126 @node Layout interfaces
127 @subsection Layout interfaces
132 @node Determining the grob property
133 @subsection Determining the grob property
138 @node Naming conventions
139 @subsection Naming conventions
144 @node Modifying properties
145 @section Modifying properties
151 * Overview of modifying properties::
153 * The override command::
154 * The tweak command::
155 * set versus override::
158 @node Overview of modifying properties
159 @subsection Overview of modifying properties
164 @node The set command
165 @subsection The @code{\set} command
170 @node The override command
171 @subsection The @code{\override} command
176 @node The tweak command
177 @subsection The @code{\tweak} command
182 @node set versus override
183 @subsection @code{\set} vs. @code{\override}
188 @node Useful concepts and properties
189 @section Useful concepts and properties
196 * Direction and placement::
197 * Distances and measurements::
198 * Staff symbol properties::
200 * Visibility of objects::
206 @subsection Input modes
211 @node Direction and placement
212 @subsection Direction and placement
217 @node Distances and measurements
218 @subsection Distances and measurements
223 @node Staff symbol properties
224 @subsection Staff symbol properties
235 @unnumberedsubsubsec Using the @code{spanner-interface}
236 @unnumberedsubsubsec Using the @code{line-spanner-interface}
237 @node Visibility of objects
238 @subsection Visibility of objects
244 * Removing the stencil::
245 * Making objects transparent::
246 * Painting objects white::
247 * Using break-visibility::
248 * Special considerations::
251 @node Removing the stencil
252 @unnumberedsubsubsec Removing the stencil
257 @node Making objects transparent
258 @unnumberedsubsubsec Making objects transparent
263 @node Painting objects white
264 @unnumberedsubsubsec Painting objects white
269 @node Using break-visibility
270 @unnumberedsubsubsec Using break-visibility
275 @node Special considerations
276 @unnumberedsubsubsec Special considerations
282 @subsection Line styles
287 @node Rotating objects
288 @subsection Rotating objects
294 * Rotating layout objects::
298 @node Rotating layout objects
299 @unnumberedsubsubsec Rotating layout objects
304 @node Rotating markup
305 @unnumberedsubsubsec Rotating markup
310 @node Advanced tweaks
311 @section Advanced tweaks
318 * Vertical grouping of grobs::
319 * Modifying stencils::
323 @node Aligning objects
324 @subsection Aligning objects
330 * Setting @code{X-offset} and @code{Y-offset} directly::
331 * Using the @code{side-position-interface}::
332 * Using the @code{self-alignment-interface}::
333 * Using the @code{break-aligned-interface}::
336 @node Setting @code{X-offset} and @code{Y-offset} directly
337 @unnumberedsubsubsec Setting @code{X-offset} and @code{Y-offset} directly
342 @node Using the @code{side-position-interface}
343 @unnumberedsubsubsec Using the @code{side-position-interface}
348 @node Using the @code{self-alignment-interface}
349 @unnumberedsubsubsec Using the @code{self-alignment-interface}
354 @unnumberedsubsubsec Using the @code{aligned-on-parent} procedures
355 @unnumberedsubsubsec Using the @code{centered-on-parent} procedures
356 @node Using the @code{break-aligned-interface}
357 @unnumberedsubsubsec Using the @code{break-aligned-interface}
362 @node Vertical grouping of grobs
363 @subsection Vertical grouping of grobs
368 @node Modifying stencils
369 @subsection Modifying stencils
374 @node Modifying shapes
375 @subsection Modifying shapes
381 * Modifying ties and slurs::
384 @node Modifying ties and slurs
385 @unnumberedsubsubsec Modifying ties and slurs
391 @c -- SKELETON FILE --