]> git.donarmstrong.com Git - lilypond.git/blob - scm/grob-property-description.scm
patch::: 1.3.118.jcn3
[lilypond.git] / scm / grob-property-description.scm
1 ;;;; grob-property-description.scm -- part of generated backend documentation
2 ;;;;
3 ;;;;  source file of the GNU LilyPond music typesetter
4 ;;;; 
5 ;;;; (c) 1998--2000  Han-Wen Nienhuys <hanwen@cs.uu.nl>
6 ;;;;                 Jan Nieuwenhuizen <janneke@gnu.org>
7
8
9
10 (define all-backend-properties '())
11
12 (define (grob-property-description symbol type? description)
13   (set-object-property! symbol 'backend-type? type?)
14   (set-object-property! symbol 'backend-doc description)
15   (set! all-backend-properties (cons symbol all-backend-properties))
16   )
17
18
19   
20 ;; put this in an alist?
21
22 (grob-property-description 'X-extent-callback procedure? "procedure taking an grob and axis argument, returning a number-pair. The return value is the extent of the grob.")
23 (grob-property-description 'X-offset-callbacks list? "list of functions, each taking an grob and axis argument. The function determine the position relative to this grob's parent. The last one in the list is called first")
24 (grob-property-description 'Y-extent-callback procedure? "see @code{X-extent-callback}")
25 (grob-property-description 'Y-offset-callbacks list? "see @code{X-offset-callbacks}")
26 (grob-property-description 'after-line-breaking-callback procedure? "Procedure taking a grob as argument.
27 This procedure is called (using dependency resolution) after line breaking. Return value is ignored")
28 (grob-property-description 'align number? "the alignment of the text, 0 is horizontal, 1 is vertical")
29 (grob-property-description 'align-dir dir? "Which side to align? -1: left side, 0: around center of width, 1: right side")
30 (grob-property-description 'alignment-done boolean? "boolean to administrate whether we've done the alignment already (to ensure that the process is done only once)")
31 (grob-property-description 'all-elements list? "list of all grobs in this line. Needed for protecting grobs from GC.")
32 (grob-property-description 'arch-angle number? "")
33 (grob-property-description 'arch-height number? "")
34 (grob-property-description 'arch-thick number? "")
35 (grob-property-description 'arch-width number? "")
36 (grob-property-description 'arithmetic-basicspace number? "")
37 (grob-property-description 'arithmetic-multiplier number? "see arithmetic-basicspace")
38 (grob-property-description 'attachment pair? "cons of symbols, '(LEFT-TYPE . RIGHT-TYPE), where both types may be alongside-stem, stem, head or loose-end")
39 (grob-property-description 'attachment-offset pair? "cons of offsets, '(LEFT-offset . RIGHT-offset).  This offset is added to the attachments to prevent ugly slurs.")
40 (grob-property-description 'axes list? "list of axis numbers. Should contain only one number.")
41 (grob-property-description 'axes list? "list of axis (number) in which this group works")
42 (grob-property-description 'bar-size number? "")
43 (grob-property-description 'bars list? "list of barline ptrs.")
44 (grob-property-description 'barsize-procedure procedure? "how to compute the size of a bar line")
45 (grob-property-description 'bass list? " musical-pitch, optional")
46 (grob-property-description 'beam ly-grob? "pointer to the beam, if applicable")
47 (grob-property-description 'beam-space-function procedure? "function returning space given multiplicity")
48 (grob-property-description 'beam-space-function procedure? "function returning space given multiplicity")
49 (grob-property-description 'beam-thickness number? "thickness, measured in staffspace")
50 (grob-property-description 'beam-thickness number? "thickness, measured in staffspace")
51 (grob-property-description 'beam-width number? "width of the tremolo sign")
52 (grob-property-description 'beam-width number? "width of the tremolo sign")
53 (grob-property-description 'beamed-lengths list? "list of stem lengths given beam multiplicity ")
54 (grob-property-description 'beamed-minimum-lengths list? "list of minimum stem lengths given beam multiplicity")
55 (grob-property-description 'beamed-stem-shorten number? "shorten beamed stems in forced direction")
56 (grob-property-description 'beaming number-pair? "number of beams extending to left and right")
57 (grob-property-description 'beams list? "list of beam ptrs.")
58 (grob-property-description 'beautiful number? "number that dictates when a slur should be de-uglyfied.  It correlates with the enclosed area between noteheads and slurs.  A value of 0.1 yields only undisturbed slurs, a value of 5 will tolerate quite high blown slurs.")
59 (grob-property-description 'before-grace-spacing-factor number? " stretch space this much if there are grace notes before the column")
60 (grob-property-description 'before-line-breaking-callback procedure? "Procedure taking grob as argument.
61 This procedure is called (using dependency resolution) before line breaking, but after generating discretionary items. Return value is ignored")
62 (grob-property-description 'before-musical-spacing-factor number? "space before musical columns (eg. taken by accidentals) get this much
63 stretched when they follow a musical column, in absence of grace
64 notes.  0.0 means no extra space (accidentals are ignored)")
65 (grob-property-description 'between-system-string string? "string
66  to dump between two systems. Useful for forcing pagebreaks")
67 (grob-property-description 'bounded-by-me list? "list of spanners that have this
68 column as start/begin point. Only columns that have grobs or act as bounds are spaced.")
69 (grob-property-description 'bracket-thick number? "")
70 (grob-property-description 'bracket-width number? "")
71 (grob-property-description 'break-align-symbol symbol? "the index in the spacing table (symbol) of the to be aligned item.")
72 (grob-property-description 'break-glyph-function procedure? "function taking glyph and break-direction, returning the glyph at a line break")
73 (grob-property-description 'breakable boolean? "boolean indicating if this is a breakable item (clef, barline, key sig, etc.)")
74 (grob-property-description 'c0-position integer? "integer indicating the position of central C")
75
76 (grob-property-description 'center-element ly-grob? "grob which will
77 be at the center of the group after aligning (when using
78 Align_interface::center_on_element). ")
79
80 (grob-property-description 'collapse-height number? "")
81 (grob-property-description 'column-space-strength number? "relative strength of space following breakable columns (eg. prefatory matter)")
82 (grob-property-description 'columns list? "list of paper-columns")
83 (grob-property-description 'columns list? " list of note-columns.")
84 (grob-property-description 'columns list? "list of all paper columns")
85 (grob-property-description 'contains-grace boolean? "Used to widen entries for grace notes.")
86 (grob-property-description 'control-points list? "List of 4 offsets (number-pairs) controlling the tie shape")
87 (grob-property-description 'control-points list? "[internal] control points of bezier curve")
88 (grob-property-description 'damping integer? "amount of beam slope damping should beam slope be damped? 0: no, 1: yes, 100000: horizontal beams ")
89 (grob-property-description 'damping number? "damping factor.")
90 (grob-property-description 'dash-length number? "the length of a dash")
91 (grob-property-description 'dash-period number? "the length of one dash + white space")
92 (grob-property-description 'dashed number? "[FIXME: use dash-period/dash length; see text-spanner] number representing the length of the dashes.")
93 (grob-property-description 'de-uglify-parameters list? "list of 3 real constants. They define the valid areas for the middle control points. Used in de_uglyfy. They are a bit empirical.")
94 (grob-property-description 'default-neutral-direction dir? "Where to go if we're in the middle of the staff")
95 (grob-property-description 'delta-y number? "amount of ascension")
96 (grob-property-description 'dependencies list? "list of score-grob pointers that indicate who to compute first for certain global passes")
97 (grob-property-description 'details list? "alist of parameters for the curve shape")
98 (grob-property-description 'details list? "alist containing contaning a few magic constants.")
99 (grob-property-description 'dir-forced boolean? "set if direction has been forced; read by Beam.")
100 (grob-property-description 'dir-function procedure? "function of type (count total)->direction.  Default value: beam-dir-majority, also available: beam-dir-mean, beam-dir-median.")
101 (grob-property-description 'dir-list list? "list of stem directions, needed for optical spacing correction.")
102 (grob-property-description 'direction dir? "up or down, left or right?")
103 (grob-property-description 'direction-source ly-grob? "in case side-relative-direction is set, which grob  to get the direction from ")
104 (grob-property-description 'dot ly-grob? "reference to Dots object.")
105 (grob-property-description 'dot-count integer? "number of dots")
106 (grob-property-description 'duration-log integer? "2-log of the notehead duration")
107 (grob-property-description 'duration-log integer? "log of the duration, ie. 0=whole note, 1 = half note, etc.")
108 (grob-property-description 'edge-height pair? "a cons that specifies the heights of the vertical egdes '(LEFT-height . RIGHT-height)")
109 (grob-property-description 'edge-text pair? "a cons that specifies the texts to be set at the edges '(LEFT-text . RIGHT-text)")
110 (grob-property-description 'elements list? " -- list of items.")
111 (grob-property-description 'elements list? "list of grobs (NoteColumn,
112 generally) participating in the collision. The
113 @code{rest-collision} property in @code{elements} is set
114 to a pointer to the collision")
115 (grob-property-description 'elements list? "to be aligned grobs ")
116 (grob-property-description 'expand-limit integer? "maximum number of measures expanded in church rests")
117 (grob-property-description 'extra-extent-X number-pair? "enlarge in X dimension by this much, measured in staff space")
118 (grob-property-description 'extra-extent-Y number-pair? "see @code{extra-extent-Y}")
119 (grob-property-description 'extra-offset number-pair? "pair of reals (a cons) forcing an extra offset   before outputting")
120 (grob-property-description 'extra-space number-pair? "pair of distances")
121 (grob-property-description 'extra-space number-pair? "(cons LEFT RIGHT)")
122 (grob-property-description 'extremity-offset-alist list? "an alist (attachment stem-dir*dir slur-dir*dir) -> offset.  The offset adds to the centre of the notehead, or stem.")
123
124 (grob-property-description 'extremity-rules list? "an alist (procedure
125 slur dir) -> attachment to determine the attachment (see above).  If
126 procedure returns #t, attachment is used.  Otherwise, the next
127 procedure is tried.")
128 (grob-property-description 'flag-style string? "")
129 (grob-property-description 'flag-width-function procedure? "")
130 (grob-property-description 'font-family symbol? "partial font
131 definition: music roman braces dynamic math ...")
132 (grob-property-description 'font-name symbol? "partial font definition:
133 base name of font file FIXME: should override other partials")
134 (grob-property-description 'font-point-size number? "partial font definition: exact font size in points FIXME: should override font-relative-size")
135 (grob-property-description 'font-relative-size number? "partial font definition: the relative size, 0 is style-sheet's normal size, -1 is smaller, +1 is bigger")
136 (grob-property-description 'font-relative-size integer? "")
137 (grob-property-description 'font-series symbol? "partial font definition: medium, bold")
138 (grob-property-description 'font-shape symbol? "partial font definition: upright or italic")
139
140 (grob-property-description 'font-style symbol? "a precooked set of font
141 definitions, eg. finger volta timesig mark script large Large
142 dynamic")
143
144 (grob-property-description 'force-hshift number? "amount of
145 collision_note_width that overides automatic collision settings. This
146 is used by @ref{note-collision-interface}")
147
148 (grob-property-description 'fraction number-pair? "")
149 (grob-property-description 'full-size-change boolean? "if set, don't make a change clef smaller.")
150
151 (grob-property-description 'glyph symbol? "a string determining what (style) of  glyph is typeset. Valid choices depend on the function that is reading this property. ")
152 (grob-property-description 'gap number? "Size of a gap in a variable symbol")
153 (grob-property-description 'glyph-name string? "a name of character within font")
154
155 (grob-property-description 'grow-direction dir? "crescendo or decrescendo?")
156 (grob-property-description 'hair-thickness number? "thickness, measured in stafflinethickness")
157 (grob-property-description 'heads pair? "pair of grob pointers, pointing to the two heads of the  tie. ")
158 (grob-property-description 'heads list? "list of note heads")
159 (grob-property-description 'height number? "in staffspace ")
160 (grob-property-description 'height-hs number? "in halfspace.  Only used by Beam.")
161 (grob-property-description 'height-quants procedure? "function of type (beam staff-line-thickness) -> list of quants.  Default value: default-beam-dy-quants.
162 ")
163 (grob-property-description 'horizontal-shift integer? "integer that identifies ranking of note-column for horizontal shifting. This is used by @ref{note-collision-interface}")
164 (grob-property-description 'horizontal-space number? "amount of space to add after a note (in staff-space)")
165 (grob-property-description 'ideal-distances list? "(OBJ . (DIST . STRENGTH)) pairs")
166 (grob-property-description 'interfaces list? "list of symbols indicating the interfaces supported by this object. Is initialized from the @code{meta} field.")
167 (grob-property-description 'inversion list? " musical-pitch, optional")
168 (grob-property-description 'items-worth-living list? "list of interesting items. If empty in a particular system, clear that system.")
169 (grob-property-description 'kern number? "amount of extra white space to add before text.  This is `relative'(?) to the current alignment.")
170 (grob-property-description 'kern number? "space after a thick line")
171 (grob-property-description 'left-padding number? "space left of accs")
172 (grob-property-description 'length number? "Stem length for unbeamed stems, only for user override")
173 (grob-property-description 'lengths list? "Stem length given multiplicity of flag")
174 (grob-property-description 'line-count integer? "Number of staff lines")
175 (grob-property-description 'line-thickness number? "the thickness[stafflinethickness] of the line")
176 (grob-property-description 'lookup symbol? "lookup method: 'value for plain text, 'name for character-name")
177 (grob-property-description 'magnify number? "the magnification factor.  FIXME: doesn't work for feta fonts")
178 (grob-property-description 'maximum-duration-for-spacing moment? "space as if a duration of this type is available in this measure.")
179 (grob-property-description 'maximum-rest-count integer? "kill off rests so we don't more than this number left.")
180 (grob-property-description 'merge-differently-dotted boolean? " Merge noteheads in collisions, even if they have a different number of dots. This normal notation for some types of polyphonic music. The value of this setting is used by @ref{note-collision-interface} ")
181 (grob-property-description 'minimum-distance number? "minimum distance between notes and rests.")
182 (grob-property-description 'minimum-distances list? "list of rods (ie. (OBJ . DIST) pairs)")
183 (grob-property-description 'minimum-extent-X number-pair? "minimum size in X dimension, measured in staff space")
184 (grob-property-description 'minimum-extent-Y number-pair? "see @code{minimum-extent-Y}")
185 (grob-property-description 'minimum-length number? "minimum length in staffspace")
186
187 (grob-property-description 'minimum-length number? "try to make the
188 hyphens at least this long. Also works as a scaling parameter for the
189 length")
190
191 ;; FIXME.
192 (grob-property-description 'minimum-space number-pair? "(cons LEFT RIGHT)")
193 (grob-property-description 'minimum-space number? "minimum distance that the victim should move (after padding)")
194
195
196 (grob-property-description 'minimum-width number? "minimum-width of rest symbol, in staffspace")
197 (grob-property-description 'molecule-callback procedure? "Function taking grob as argument, returning a Scheme encoded Molecule.")
198 (grob-property-description 'new-accidentals list? "list of (pitch, accidental) pairs")
199 (grob-property-description 'no-spacing-rods boolean? "read from grobs: boolean that makes Separation_item ignore this item (MOVE ME TO ITEM)")
200 (grob-property-description 'no-stem-extend boolean? "should stem not be extended to middle staff line?")
201 (grob-property-description 'non-default boolean? "not set because of existence of a bar?")
202 (grob-property-description 'note-width number? "unit for horizontal translation, measured in staff-space.")
203 (grob-property-description 'number-gap number? "")
204 (grob-property-description 'old-accidentals list? "list of (pitch, accidental) pairs")
205 (grob-property-description 'origin ly-input-location? "location in input file of the definition")
206 (grob-property-description 'outer-stem-length-limit number? "catch
207 suspect beam slopes, set slope to zero if outer stem is lengthened
208 more than this (in staffspace)")
209
210 (grob-property-description 'padding number? "add this much extra space between objects that are next to each other")
211
212 (grob-property-description 'parallel-beam boolean? "internal: true if there is a beam just as wide as the bracket ")
213 (grob-property-description 'pitches list? "list of musical-pitch")
214 (grob-property-description 'raise number? "height for text to be raised (a negative value lowers the text")
215 (grob-property-description 'right-padding number? "space right of accs")
216 (grob-property-description 'right-trim-amount number? "")
217 (grob-property-description 'script-priority number? "A sorting key that determines in what order a script is within a stack of scripts")
218 (grob-property-description 'self-alignment-X number? "real number: -1 =
219 left aligned, 0 = center, 1 right-aligned in X direction.
220
221  Set to an grob pointer, if you want that grob to be the center.
222 In this case, the center grob should have this object as a
223 reference point.
224 ")
225 (grob-property-description 'self-alignment-Y number? "like self-alignment-X but for Y axis")
226 (grob-property-description 'shortest-playing-duration moment? "duration of the shortest playing in that column.")
227 (grob-property-description 'shortest-starter-duration moment? "duration of the shortest notes that starts exactly in this column.")
228 (grob-property-description 'side-relative-direction dir? "if set: get the direction from a different object, and multiply by this.")
229 (grob-property-description 'side-support list? "the support, a list of grobs")
230 (grob-property-description 'slope-limit number? "set slope to zero if slope is running away steeper than this.")
231 (grob-property-description 'space-function procedure? "function of type multiplicity -> real (in staffspace)")
232 (grob-property-description 'spacing-procedure procedure? "procedure
233 taking grob as argument. This is called after
234 before-line-breaking-callback, but before the actual line breaking
235 itself.  Return value is ignored")
236 (grob-property-description 'stacking-dir dir? "stack contents of grobs in which direction ?")
237 (grob-property-description 'staff-space number? "Amount of line leading relative to global staffspace")
238 (grob-property-description 'staffline-clearance number? "don't get closer than this to stafflines.")
239 (grob-property-description 'stem ly-grob? "pointer to the stem object.")
240 (grob-property-description 'stem ly-grob? "pointer to Stem object")
241 (grob-property-description 'stem-centered boolean? "Center stems on note heads. Useful for mensural notation")
242 (grob-property-description 'stem-end-position number? "Where does the stem end (the end is opposite to the support-head")
243 (grob-property-description 'stem-length number? "length of stem")
244 (grob-property-description 'stem-shorten list? "shorten stems in forced directions given flag multiplicity")
245 (grob-property-description 'stem-spacing-correction number? "optical correction amount.")
246 (grob-property-description 'stems list? "list of stem objects, corresponding to the notes that the arpeggio has to be before.")
247 (grob-property-description 'stretch-distance number-pair? "pair of distances")
248 (grob-property-description 'style symbol? "a string determining what style of  glyph is typeset. Valid choices depend on the function that is reading this property. ")
249 (grob-property-description 'support-head ly-grob? "the note head at
250 one end of the stem")
251 (grob-property-description 'text markup? "
252 Scheme markup text.  It is defined as follows:
253
254 @example
255
256 TEXT : STRING | (MARKUP SENTENCE)
257 MARKUP: PROPERTY | ABBREV
258 SENTENCE: TEXT | SENTENCE TEXT
259 PROPERTY: (key . value)
260 ABBREV: rows lines roman music bold italic named super sub text, or any font-style
261
262 @end example
263
264 So, TEXT is either a string, or a list of which the CAR is a MARKUP.
265 MARKUP is either a CONS: an grob property '(key . value) or a symbol:
266 a predefined abbreviation for a list of grob properties.
267
268
269 The following abbreviations are currently defined:
270 @table @samp
271 @item rows
272 horizontal mode: set all text on one line (default)
273 @item lines
274  vertical mode: set every text on new line
275 @item roman
276  select roman font
277 @item music
278  select feta font
279 @item bold
280  select bold series
281 @item italic
282  select italic shape
283 @item named
284  lookup by character name
285 @item text
286  plain text lookup (by character value)
287 @item super
288  superscript
289 @item sub
290  subscript
291 @item any font-style
292  finger volta timesig mmrest mark script large Large dynamic
293 @end table
294 ")
295 (grob-property-description 'thick number? "thickness, in stafflinethickness")
296 (grob-property-description 'thick-thickness number? "thickness, measured in stafflinethickness")
297 (grob-property-description 'thickness number? "thickness, measured in stafflinethickness")
298 (grob-property-description 'thin-kern number? "space after a hair-line")
299 (grob-property-description 'forced-distance number? "forced distance for an alignment")
300 (grob-property-description 'threshold number-pair? "(cons MIN MAX), where MIN and MAX are dimensions in staffspace")
301 (grob-property-description 'transparent boolean? "This is almost the
302 same as setting molecule-callback to #f, but this retains the
303 dimensions of this grob, which means that you can erase grobs
304 individually. ")
305 (grob-property-description 'tuplet-bracket-visibility boolean-or-symbol? "
306 This controls the visibility of the tuplet bracket.
307 Setting it to false will prevent printing of the
308 bracket. Setting the property to #'if-no-beam will make it
309 print only if there is no beam associated with this tuplet bracket.")
310 (grob-property-description 'tuplet-number-visibility boolean-or-symbol? "
311 Like @code{tuplet-bracket-visibility}, but for the number.")
312 (grob-property-description 'type symbol? "one of: line, dashed-line or dotted-line")
313 (grob-property-description 'vertical-position-quant-function procedure? "
314 function of type (beam multiplicity dy staff-line-thickness) -> real.  Default value: default-beam-y-quants, also available: beam-traditional-y-quants.
315 ")
316 (grob-property-description 'visibility-lambda procedure? "a function that takes the break direction and returns a  cons of booleans containing (TRANSPARENT . EMPTY)")
317 (grob-property-description 'when moment? "when does this column happen?")
318 (grob-property-description 'word-space number? "elongate left by this much (FIXME: cumbersome semantics)")
319 (grob-property-description 'x-gap number? "horizontal gap between notehead and tie")
320 (grob-property-description 'y-free number? "minimal vertical gap between slur and noteheads or stems")
321 (grob-property-description 'y-position number? "position of left edge")
322 (grob-property-description 'y-position-hs number? "in half space, position of left edge.  Only used by Beam.")