]> git.donarmstrong.com Git - lilypond.git/blob - scm/grob-property-description.scm
release: 1.5.34
[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--2001  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   (if (not (equal? (object-property symbol 'backend-doc) #f))
14       (begin
15         (ly-warn (string-append "Redefining " (symbol->string symbol) "\n"))
16         (exit 2)
17       ))
18   
19   (set-object-property! symbol 'backend-type? type?)
20   (set-object-property! symbol 'backend-doc description)
21   (set! all-backend-properties (cons symbol all-backend-properties))
22   )
23
24 ;; put this in an alist?
25
26 (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.")
27 (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.")
28 (grob-property-description 'Y-extent-callback procedure? "see @code{X-extent-callback}.")
29 (grob-property-description 'Y-offset-callbacks list? "see @code{X-offset-callbacks}.")
30 (grob-property-description 'accidentals list? "Alist with (PITCH
31 . OPTION-LIST) entries. OPTION-LIST can contain 'cautionary, 'natural
32 and 'tie-break-reminder ")
33 (grob-property-description 'add-stem boolean? "Add stem to porrectus?.")
34 (grob-property-description 'adjust-if-on-staffline boolean? "If this grob is on a staff line, adjust its appearance, so that it better fits into the staff.  E.g., if set true on stem grobs, flares of mensural flags will always be aligned with the staff lines, regardless if the associated note head is printed on a staff line or inbetween.")
35 (grob-property-description 'after-line-breaking-callback procedure? "Procedure taking a grob as argument.
36 This procedure is called (using dependency resolution) after line breaking. Return value is ignored.")
37 (grob-property-description 'align number? "the alignment of the text, 0 is horizontal, 1 is vertical.")
38 (grob-property-description 'align-dir dir? "Which side to align? -1: left side, 0: around center of width, 1: right side.")
39 (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).")
40 (grob-property-description 'all-elements list? "list of all grobs in this line. Needed for protecting grobs from GC.")
41 (grob-property-description 'arch-angle number? "turning angle of the hook of a system brace" )
42 (grob-property-description 'arch-height number? "height of the hook of a system brace.")
43 (grob-property-description 'arch-thick number? "thickness of the hook of system brace.")
44 (grob-property-description 'arch-width number? "width of the hook of a system brace.")
45 (grob-property-description 'arithmetic-basicspace number? "see @ref{spacing-spanner-interface}.")
46 (grob-property-description 'arithmetic-multiplier number? "see @ref{spacing-spanner-interface}.")
47 (grob-property-description 'arpeggio-direction dir? "If set, put an
48 arrow on the arpeggio squiggly line.")
49 (grob-property-description 'attachment pair? "cons of symbols, '(LEFT-TYPE . RIGHT-TYPE), where both types may be alongside-stem, stem, head or loose-end.")
50
51
52 (grob-property-description 'attachment-offset pair? "cons of offsets,
53 '(LEFT-offset . RIGHT-offset).  This offset is added to the
54 attachments to prevent ugly slurs.  [fixme: we need more documentation here].
55 .")
56 (grob-property-description 'auto-properties boolean? "if true, as many properties of this grob as possible will be determined automatically from the musical context.")
57 (grob-property-description 'auto-knee-gap number-or-boolean? "the minimal smallest gap between two adjacent beamed chords for which beam will create auto-knees.  Set to false for no auto knees." )
58 (grob-property-description 'axes list? "list of axis numbers.
59 In the case of alignment grobs, this should contain only one number.")
60 (grob-property-description 'bar-size number? "size of a bar line.")
61 (grob-property-description 'bars list? "list of barline pointers.")
62 (grob-property-description 'bar-size-procedure procedure? "Procedure that computes the size of a bar line.")
63 (grob-property-description 'baseline-skip number? "Baseline skip to use for multiple lines of text.")
64 (grob-property-description 'bass list? " musical-pitch, optional.")
65 (grob-property-description 'beam ly-grob? "pointer to the beam, if applicable.")
66 (grob-property-description 'beam-space-function procedure? "function returning space given multiplicity.")
67 (grob-property-description 'beam-thickness number? "thickness, measured in staffspace.")
68 (grob-property-description 'beam-width number? "width of the tremolo sign.")
69 (grob-property-description 'beamAuto boolean? "enable autobeaming?.")
70 (grob-property-description 'beamed-lengths list? "list of stem lengths given beam multiplicity .")
71 (grob-property-description 'beamed-minimum-lengths list? "list of minimum stem lengths given beam multiplicity.")
72 (grob-property-description 'beamed-stem-shorten number? "shorten beamed stems in forced direction.")
73 (grob-property-description 'beaming number-pair? "number of beams extending to left and right.")
74 (grob-property-description 'beams list? "list of beam ptrs.")
75 (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.")
76 (grob-property-description 'before-grace-spacing-factor number? " stretch space this much if there are grace notes before the column.")
77 (grob-property-description 'before-line-breaking-callback procedure? "Procedure taking grob as argument.
78 This procedure is called (using dependency resolution) before line breaking, but after generating discretionary items. Return value is ignored.")
79 (grob-property-description 'before-musical-spacing-factor number? "space before musical columns (eg. taken by accidentals) get this much
80 stretched when they follow a musical column, in absence of grace
81 notes.  0.0 means no extra space (accidentals are ignored).")
82 (grob-property-description 'between-system-string string? "string
83  to dump between two systems. Useful for forcing pagebreaks.")
84 (grob-property-description 'bounded-by-me list? "list of spanners that have this
85 column as start/begin point. Only columns that have grobs or act as bounds are spaced.")
86 (grob-property-description 'bracket-thick number? "width of a system start bracket. .")
87 (grob-property-description 'break-align-symbol symbol? "the index in the spacing table (symbol) of the to be aligned item.")
88 (grob-property-description 'break-glyph-function procedure? "function taking glyph and break-direction, returning the glyph at a line break.")
89 (grob-property-description 'breakable boolean? "boolean indicating if this is a breakable item (clef, barline, key sig, etc.).")
90 (grob-property-description 'c0-position integer? "integer indicating the position of central C.")
91 (grob-property-description 'cautionary-size integer? "size of cautionary accidentals (relative to size of accidentals)")
92 (grob-property-description 'center-element ly-grob? "grob which will
93 be at the center of the group after aligning (when using
94 Align_interface::center_on_element). .")
95 (grob-property-description 'bar-line-collapse-height number? "Minimum height of system start delimiter bar-line glyphs.  If equal or smaller, the bar-line is removed.")
96 (grob-property-description 'brace-collapse-height number? "Minimum height of system start delimiter brace glyphs.  If equal or smaller, the brace is removed.")
97 (grob-property-description 'bracket-collapse-height number? "Minimum height of system start delimiter bracket glyphs.  If equal or smaller, the bracket is removed.")
98 (grob-property-description 'column-space-strength number? "relative strength of space following breakable columns (eg. prefatory matter).")
99 (grob-property-description 'columns list? "list of grobs, typically containing paper-columns, list of note-columns.")
100 (grob-property-description 'contains-grace boolean? "Used to widen entries for grace notes.")
101 (grob-property-description 'control-points list? "List of 4 offsets (number-pairs) that form control points for the  tie/slur shape.")
102 (grob-property-description 'damping integer? "amount of beam slope damping should beam slope be damped? 0: no, 1: yes, 100000: horizontal beams .")
103 (grob-property-description 'dash-length number? "the length of a dash.")
104 (grob-property-description 'dash-period number? "the length of one dash + white space.")
105 (grob-property-description 'dashed number? "[FIXME: use dash-period/dash length; see text-spanner] number representing the length of the dashes.")
106 (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.")
107
108 (grob-property-description 'neutral-direction dir? "Where to go if we're on the neutral position of the staff (by default, the middle of the staff; see also grob-property neutral-position).  [Ross] has the following to say about this: Some engravers consider the middle line neutral, and take the option of using either up- or down-stems for notes that fall on it. However, more up-to-date engraving no longer permits an option; now a down-stem is always appropriate.")
109 (grob-property-description 'neutral-position number? "Position (in half staff spaces) where to flip the direction of stems: by default, custodes above this position get their stems downwards; custodes below this position get their stems upwards.  A value of 0 designates the center of the staff.  Use property neutral-direction to control the behaviour of stems on the neutral position itself.  (Note: currently, neutral-position is supported only for custodes; for stems of note heads, neutral-position is currently fixed to 0, i.e. the middle of the staff.)")
110
111 (grob-property-description 'delta-y number? "amount of ascension.")
112 (grob-property-description 'dependencies list? "list of score-grob pointers that indicate who to compute first for certain global passes.")
113 (grob-property-description 'details list? "alist of parameters for detailed grob behavior.")
114 (grob-property-description 'dir-forced boolean? "set if direction has been forced; read by Beam.")
115 (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.
116
117 The ways to calculate the direction of a beam work as follows:
118 @table @code
119 @item majority
120 number count of up or down notes
121 @item mean
122 mean center distance of all notes
123 @item median
124 mean centre distance weighted per note
125 @end table
126
127 ")
128 (grob-property-description 'dir-list list? "list of stem directions, needed for optical spacing correction.")
129 (grob-property-description 'direction dir? "up or down, left or right?.")
130 (grob-property-description 'direction-source ly-grob? "in case side-relative-direction is set, which grob  to get the direction from .")
131 (grob-property-description 'dot ly-grob? "reference to Dots object.")
132 (grob-property-description 'dot-count integer? "number of dots.")
133 (grob-property-description 'duration-log integer? "2-log of the notehead duration, i.e. 0=whole note, 1 = half note, etc.")
134 (grob-property-description 'dy number? "set by beam: vertical travel height")
135 (grob-property-description 'edge-height pair? "a cons that specifies the heights of the vertical egdes '(LEFT-height . RIGHT-height).")
136 (grob-property-description 'edge-text pair? "a cons that specifies the texts to be set at the edges '(LEFT-text . RIGHT-text).")
137 (grob-property-description 'elements list? "list of grobs, type depending on the Grob where this is set in.")
138 (grob-property-description 'expand-limit integer? "maximum number of measures expanded in church rests.")
139 (grob-property-description 'extra-extent-X number-pair? "enlarge in X dimension by this much, measured in staff space.")
140 (grob-property-description 'extra-extent-Y number-pair? "see @code{extra-extent-Y}.")
141 (grob-property-description 'extra-offset number-pair? "pair of reals
142 (a cons) forcing an extra offset before outputting.
143 @code{extra-offset} is added just before `printing' the grob, so the
144 typesetting engine is completely oblivious to it.
145 ")
146 (grob-property-description 'extra-space number-pair? "pair of distances (cons LEFT RIGHT).")
147 (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.")
148
149 (grob-property-description 'extremity-rules list? "an alist (procedure
150 slur dir) -> attachment to determine the attachment (see above).  If
151 procedure returns #t, attachment is used.  Otherwise, the next
152 procedure is tried.")
153 (grob-property-description 'flag-style string? "turn stroke through stem on/off.")
154 (grob-property-description 'flag-width-function procedure? "Procedure that computes the width of a half-beam (a non-connecting beam.).")
155 (grob-property-description 'font-family symbol? "partial font
156 definition: music roman braces dynamic math ...")
157 (grob-property-description 'font-name string? "file name for the font to load.
158 Overrides all other font-X qualifiers.")
159 (grob-property-description 'font-design-size number? "partial font definition: exact font size in points FIXME: should override font-relative-size.")
160 (grob-property-description 'font-magnification number? "Magnification
161   of the font. If undefined, the default is @code{1.0}.")
162 (grob-property-description 'font-relative-size number? "partial font definition: the relative size compared the `normal' size.
163  0 is style-sheet's normal size, -1 is smaller, +1 is bigger, -1 is smaller.")
164 (grob-property-description 'font-series symbol? "partial font definition: medium, bold.")
165 (grob-property-description 'font-shape symbol? "partial font definition: upright or italic.")
166
167 (grob-property-description 'font-style symbol? "a precooked set of font
168 definitions, eg. finger volta timesig mark script large Large
169 dynamic.")
170
171 (grob-property-description 'force-hshift number? "amount of
172 collision_note_width that overides automatic collision settings. This
173 is used by @ref{note-collision-interface}.")
174
175 (grob-property-description 'fraction number-pair? "fraction of a time signature.")
176 (grob-property-description 'full-size-change boolean? "if set, don't make a change clef smaller.")
177
178 (grob-property-description 'glyph string? "a string determining what (style) of  glyph is typeset. Valid choices depend on the function that is reading this property. .")
179 (grob-property-description 'glyph-name string? "a name of character within font.")
180
181 (grob-property-description 'gap number? "Size of a gap in a variable symbol.")
182
183 (grob-property-description 'grow-direction dir? "crescendo or decrescendo?.")
184 (grob-property-description 'hair-thickness number? "thickness, measured in stafflinethickness.")
185 (grob-property-description 'heads pair? "list of note heads,
186
187 FIXME: in Tie this is a pair of grob pointers, pointing to the two heads of the  tie.
188
189 .")
190 (grob-property-description 'height number? "in staffspace.")
191 (grob-property-description 'height-quants procedure? "function of type (beam staff-line-thickness) -> list of quants.  Default value: default-beam-dy-quants.
192 .")
193 (grob-property-description 'horizontal-shift integer? "integer that identifies ranking of note-column for horizontal shifting. This is used by @ref{note-collision-interface}.")
194 (grob-property-description 'horizontal-space number? "amount of space to add after a note (in staff-space).")
195 (grob-property-description 'ideal-distances list? "(OBJ . (DIST . STRENGTH)) pairs.")
196 (grob-property-description 'interfaces list? "list of symbols indicating the interfaces supported by this object. Is initialized from the @code{meta} field.")
197 (grob-property-description 'inversion list? " musical-pitch, optional.")
198 (grob-property-description 'invisible-staff boolean? "is staff invisible?")
199 (grob-property-description 'items-worth-living list? "list of interesting items. If empty in a particular system, clear that system.")
200 (grob-property-description 'kern number? "amount of extra white space to add.
201
202 For text,  this is `relative'(?) to the current alignment.
203
204 For barline, space after a thick line.")
205 (grob-property-description 'layer number? "The output layer [0..2].  The default is 1.")
206
207 (grob-property-description 'left-padding number? "space left of accs.")
208
209 (grob-property-description 'length number? "Stem length for unbeamed stems, only for user override.")
210 (grob-property-description 'lengths list? "Stem length given multiplicity of flag.")
211 (grob-property-description 'line-count integer? "Number of staff
212 lines.  If you want to override this for staffs individually, you must
213 use @code{\outputproperty}. @code{\property .. \override} will not
214 work: @code{\override} is processed after the StaffSymbol is created,
215 and will have no effect.
216 ")
217 (grob-property-description 'line-thickness number? "the thickness[stafflinethickness] of the line.")
218 (grob-property-description 'lookup symbol? "lookup method: 'value for plain text, 'name for character-name.")
219 (grob-property-description 'magnify number? "the magnification factor.  FIXME: doesn't work for feta fonts.")
220 (grob-property-description 'maximum-duration-for-spacing moment? "space as if a duration of this type is available in this measure.")
221 (grob-property-description 'maximum-length number? "don't make Grob longer than this")
222 (grob-property-description 'maximum-rest-count integer? "kill off rests so we don't more than this number left.")
223 (grob-property-description 'measure-count integer? "number of measures for a multimeasure rest.")
224 (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} .")
225 (grob-property-description 'minimum-distance number? "minimum distance between notes and rests.")
226 (grob-property-description 'minimum-distances list? "list of rods (ie. (OBJ . DIST) pairs).")
227 (grob-property-description 'minimum-extent-X number-pair? "minimum size in X dimension, measured in staff space.")
228 (grob-property-description 'minimum-extent-Y number-pair? "see @code{minimum-extent-Y}.")
229 (grob-property-description 'minimum-length number? "try to make the
230 Grob at least this long.
231
232 Also works as a scaling parameter for the length of hyphen. .")
233
234 ;; FIXME.
235 (grob-property-description 'minimum-space number? "minimum distance that the victim should move (after padding).
236
237 FIXME: also pair? (cons LEFT RIGHT)
238
239 ")
240 (grob-property-description 'minimum-space-pair number-pair? "
241
242 ? (cons LEFT RIGHT)
243
244 ")
245 (grob-property-description 'minimum-width number? "minimum-width of rest symbol, in staffspace.")
246 (grob-property-description 'molecule-callback procedure? "Function taking grob as argument, returning a Scheme encoded Molecule.")
247 (grob-property-description 'molecule molecule? "Cached output of the molecule-callback.")
248
249 (grob-property-description 'new-accidentals list? "list of (pitch, accidental) pairs.")
250 (grob-property-description 'no-spacing-rods boolean? "read from grobs: boolean that makes Separation_item ignore this item (MOVE ME TO ITEM).")
251 (grob-property-description 'no-stem-extend boolean? "should stem not be extended to middle staff line?.")
252 (grob-property-description 'non-default boolean? "not set because of existence of a bar?.")
253 (grob-property-description 'note-width number? "unit for horizontal translation, measured in staff-space.")
254 (grob-property-description 'note-heads list? "List of note head grobs")
255 (grob-property-description 'number-gap number? "size of the gap for tohe number in a tuplet.")
256 (grob-property-description 'old-accidentals list? "list of (pitch, accidental) pairs.")
257 (grob-property-description 'origin ly-input-location? "location in input file of the definition.")
258 (grob-property-description 'outer-stem-length-limit number? "catch
259 suspect beam slopes, set slope to zero if outer stem is lengthened
260 more than this (in staffspace).")
261
262 (grob-property-description 'padding number? "add this much extra space between objects that are next to each other.")
263 (grob-property-description 'parallel-beam boolean? "internal: true if there is a beam just as wide as the bracket .")
264 (grob-property-description 'paren-cautionaries boolean? "Whether to add parenthesis around cautionary accidentals.")
265 (grob-property-description 'penalty number? "Penalty for breaking at
266 this column. 10000 or more means forbid linebreak, -10000 or less
267 means force linebreak.  Other values influence linebreaking decisions
268 as a real penalty.")
269
270 (grob-property-description 'pitches list? "list of musical-pitch.")
271 (grob-property-description 'porrectus-width number? "width of the porrectus ligature measured in staff space.")
272 (grob-property-description 'raise number? "height for text to be raised (a negative value lowers the text.")
273 (grob-property-description 'right-padding number? "space right of accs.")
274 (grob-property-description 'right-trim-amount number? "shortening of the lyric extender on the right.")
275 (grob-property-description 'script-priority number? "A sorting key that determines in what order a script is within a stack of scripts.")
276 (grob-property-description 'self-alignment-X number-or-grob? "real number: -1 =
277 left aligned, 0 = center, 1 right-aligned in X direction.
278
279  Set to an grob pointer, if you want that grob to be the center.
280 In this case, the center grob should have this object as a
281 reference point.
282
283 TODO: revise typing.")
284 (grob-property-description 'self-alignment-Y number? "like self-alignment-X but for Y axis.")
285 (grob-property-description 'shortest-playing-duration moment? "duration of the shortest playing in that column.")
286 (grob-property-description 'shortest-starter-duration moment? "duration of the shortest notes that starts exactly in this column.")
287 (grob-property-description 'side-relative-direction dir? "if set: get the direction from a different object, and multiply by this.")
288 (grob-property-description 'side-support-elements list? "the support, a list of grobs.")
289 (grob-property-description 'slope number? "some kind of slope")
290 (grob-property-description 'slope-limit number? "set slope to zero if slope is running away steeper than this.")
291 (grob-property-description 'solid boolean? "should porrectus be solidly filled?.")
292
293 (grob-property-description 'space-alist list? "Alist of break align spacing tuples. See basic-property.scm")
294 (grob-property-description 'space-factor number? "Scale horizontal spacing up by this amount.")
295
296 (grob-property-description 'space-function procedure? "function of type multiplicity -> real (in staffspace).")
297 (grob-property-description 'spacing-procedure procedure? "procedure
298 taking grob as argument. This is called after
299 before-line-breaking-callback, but before the actual line breaking
300 itself.  Return value is ignored.")
301 (grob-property-description 'stacking-dir dir? "stack contents of grobs in which direction ?.")
302 (grob-property-description 'staff-space number? "Amount of line leading relative to global staffspace.")
303 (grob-property-description 'staff-position number? "vertical position in staff spaces, counted from the middle line.")
304
305 (grob-property-description 'staffline-clearance number? "don't get closer than this to stafflines.")
306 (grob-property-description 'stem ly-grob? "pointer to Stem object.")
307 (grob-property-description 'stem-attachment-function procedure? "Where
308 does the stem attach to the notehead? Function takes a symbol argument
309 being the style. It returns a (X . Y) pair, specifying location in
310 terms of note head bounding box.")
311 (grob-property-description 'stem-direction dir? "up or down?.
312
313 [docme: why not direction]
314 ")
315 (grob-property-description 'stem-end-position number? "Where does the stem end (the end is opposite to the support-head.")
316 (grob-property-description 'stem-length number? "length of stem.")
317 (grob-property-description 'stem-shorten list? "shorten stems in forced directions given flag multiplicity.")
318 (grob-property-description 'stem-spacing-correction number? "optical correction amount.  [TODO: doco] ")
319 (grob-property-description 'stems list? "list of stem objects, corresponding to the notes that the arpeggio has to be before.")
320 (grob-property-description 'stretch-distance number-pair? "pair of distances.")
321 (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. .")
322 (grob-property-description 'support-head ly-grob? "the note head at
323 one end of the stem.")
324 (grob-property-description 'text markup? "
325 Scheme markup text.  It is defined as follows:
326
327 @example
328 text: string | (head? text+)
329 head: markup | (markup+)
330 markup-item: property | abbrev
331 property: (@var{key} . @var{value})
332 abbrev: @code{columns lines roman music bold italic named super sub overstrike text}
333         @code{finger volta timesig mmrest mark script large Large dynamic}
334 @end example
335
336
337 The following abbreviations are currently defined:
338 @table @samp
339 @item columns
340  horizontal mode: set all text on one line (default)
341 @item lines
342  vertical mode: set every text on new line
343 @item roman
344  select roman font
345 @item music
346  select feta font, and lookup by character name
347 @item bold
348  select bold series
349 @item italic
350  select italic shape
351 @item named
352  lookup by character name
353 @item text
354  plain text lookup (by character value)
355 @item super
356  superscript
357 @item sub
358  subscript
359 @item overstrike
360  the next text or character overstrikes this one
361 @item finger
362  select fingering number fontstyle
363 @item volta
364  select volta number fontstyle
365 @item timesig
366  select time signature number fontstyle
367 @item mmrest
368  select multi measure rest number fontstyle
369 @item mark
370  select mark number fontstyle
371 @item script
372  select scriptsize roman fontstyle
373 @item large
374  select large roman fontstyle
375 @item Large
376  select Large roman fontstyle
377 @item dynamic
378  select dynamics fontstyle
379 @end table
380 .")
381 (grob-property-description 'thick number? "thickness, in stafflinethickness.")
382 (grob-property-description 'thick-thickness number? "thickness, measured in stafflinethickness.")
383 (grob-property-description 'thickness number? "thickness, measured in stafflinethickness.")
384 (grob-property-description 'thin-kern number? "space after a hair-line.")
385 (grob-property-description 'forced-distance number? "forced distance for an alignment.")
386
387 (grob-property-description 'threshold number-pair? "(cons MIN MAX), where MIN and MAX are dimensions in staffspace.")
388 (grob-property-description 'transparent boolean? "This is almost the
389 same as setting molecule-callback to #f, but this retains the
390 dimensions of this grob, which means that you can erase grobs
391 individually. .")
392 (grob-property-description 'tuplet-bracket-visibility boolean-or-symbol? "
393 This controls the visibility of the tuplet bracket.
394 Setting it to false will prevent printing of the
395 bracket. Setting the property to #'if-no-beam will make it
396 print only if there is no beam associated with this tuplet bracket.")
397 (grob-property-description 'tuplet-number-visibility boolean-or-symbol? "
398 Like @code{tuplet-bracket-visibility}, but for the number.")
399 (grob-property-description 'type symbol? "one of: line, dashed-line or dotted-line.")
400 (grob-property-description 'vertical-position-quant-function procedure? "
401 function of type (beam multiplicity dy staff-line-thickness) -> real.  Default value: default-beam-y-quants, also available: beam-traditional-y-quants.
402 .")
403 (grob-property-description 'visibility-lambda procedure? "a function that takes the break direction and returns a  cons of booleans containing (TRANSPARENT . EMPTY).")
404 (grob-property-description 'when moment? "when does this column happen?.")
405 (grob-property-description 'word-space number? "elongate left by this much (FIXME: cumbersome semantics).")
406 (grob-property-description 'alignment number? "alignment of lyrics on notehead, -1 is LEFT, 0 is CENTRE, 1 is RIGHT .")
407 (grob-property-description 'ignore-length-mismatch boolean? "if #t, stanzas with shorter lyrics can be moved away from their respective note-head by the lyric alignment code.")
408 (grob-property-description 'begin-alignment number? "proportion of lyric length from beginning to align with note-head for left-aligned lyrics.")
409 (grob-property-description 'end-alignment number? "proportion of lyric length from end to align with note-head for right-aligned lyrics.")
410 (grob-property-description 'x-gap number? "horizontal gap between notehead and tie.")
411 (grob-property-description 'y-free number? "minimal vertical gap between slur and noteheads or stems.")
412 (grob-property-description 'y-offset number? "extra vertical offset for ties away from the center line.")
413 (grob-property-description 'y number? "set by beam: position of left edge.")
414
415
416 ;;;;;;;;;;;;;;;;;;;;
417 ;;;;;;;;;;;;;;;; INTERNAL
418
419 (grob-property-description 'left-neighbors list? "")
420 (grob-property-description 'right-neighbors list? "")
421 (grob-property-description 'left-items list? "")
422 (grob-property-description 'right-items list? "")
423 (grob-property-description 'cause scheme? "Any kind of causation objects (i.e. music, or perhaps translator) that was the cause for this grob.  ")
424 (grob-property-description 'font font-metric? "Cached font metric object")
425 (grob-property-description 'break-alignment-done boolean? "mark flag to signal we've done alignment already.")
426 (grob-property-description 'staff-symbol ly-grob? "the staff symbol grob that we're in.")
427 (grob-property-description 'collision-done boolean? "")
428 (grob-property-description 'rest ly-grob? "the staff symbol grob that we're in.")
429 (grob-property-description 'rest-collision ly-grob? "rest collision that a rest is in.")
430
431 (grob-property-description 'staff-support boolean? " JUNKME.")
432 (grob-property-description 'script-molecule pair? "index code for script.")
433
434 (grob-property-description 'accidentals-grob ly-grob? "accidentals for this note.")