]> git.donarmstrong.com Git - lilypond.git/blob - scm/define-grob-properties.scm
Merge branch 'master' into dev/texi2html
[lilypond.git] / scm / define-grob-properties.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--2007  Han-Wen Nienhuys <hanwen@xs4all.nl>
6 ;;;;                 Jan Nieuwenhuizen <janneke@gnu.org>
7
8 (define (define-grob-property symbol type? description)
9   (if (not (equal? (object-property symbol 'backend-doc) #f))
10       (ly:error (_ "symbol ~S redefined") symbol))
11   
12   (set-object-property! symbol 'backend-type? type?)
13   (set-object-property! symbol 'backend-doc description)
14   symbol)
15
16 ;; put this in an alist?
17 (define-public
18   all-user-grob-properties
19
20   (map
21    (lambda (x)
22      (apply define-grob-property x))
23
24    `(
25      (X-extent ,number-pair? "Hard coded extent in X@tie{}direction.")
26      (X-offset ,number? "The horizontal amount that this object is
27 moved relative to its X-parent.")
28      (Y-extent ,number-pair? "See @code{X-extent}.")
29      (Y-offset ,number? "The vertical amount that this object is moved
30 relative to its Y-parent.")
31
32      (add-stem-support ,boolean? "If set, the @code{Stem} object is
33 included in this script's support.") 
34      (after-line-breaking ,boolean? "Dummy property, used to trigger
35 callback for @code{after-line-breaking}.")
36      (align-dir ,ly:dir? "Which side to align? @code{-1}: left side,
37 @code{0}: around center of width, @code{1}: right side.")
38      (allow-loose-spacing ,boolean? "If set, column can be detached
39 from main spacing.")
40      (allow-span-bar ,boolean? "If false, no inter-staff barline will
41 be created below this barline.")
42      (alteration ,number? "Alteration numbers for accidental.")
43      (alteration-alist ,list? "List of @code{(@var{pitch}
44 . @var{accidental})} pairs for key signature.")
45      (annotation ,string? "Annotate a grob for debug purposes.")
46      (arpeggio-direction ,ly:dir? "If set, put an arrow on the
47 arpeggio squiggly line.")
48      (arrow-length ,number? "Arrow length.")
49      (arrow-width ,number? "Arrow width.")
50      (auto-knee-gap ,ly:dimension? "If a gap is found between note
51 heads where a horizontal beam fits that is larger than this number,
52 make a kneed beam.")
53      (average-spacing-wishes ,boolean? "If set, the spacing wishes
54 are averaged over staves.")
55      (avoid-note-head ,boolean? "If set, the stem of a chord does not
56 pass through all note heads, but starts at the last note head.")
57      (avoid-slur ,symbol? "Method of handling slur collisions.
58 Choices are @code{around}, @code{inside}, @code{outside}.  If unset,
59 scripts and slurs ignore each other.  @code{around} only moves the
60 script if there is a collision; @code{outside} always moves the
61 script.")
62      (axes ,list? "List of axis numbers.  In the case of alignment
63 grobs, this should contain only one number.")
64
65      (bar-size ,ly:dimension? "The size of a bar line.")
66      (base-shortest-duration ,ly:moment? "Spacing is based on the
67 shortest notes in a piece.  Normally, pieces are spaced as if notes
68 at least as short as this are present.")
69      (baseline-skip ,ly:dimension? "Distance between base lines of
70 multiple lines of text.")
71      (beam-thickness ,ly:dimension? "Beam thickness, measured in
72 @code{staff-space} units.")
73      (beam-width ,ly:dimension? "Width of the tremolo sign.")
74      (beamed-stem-shorten ,list? "How much to shorten beamed stems,
75 when their direction is forced.  It is a list, since the value is
76 different depending on the number of flags and beams.")
77      (beaming ,pair? "Pair of number lists.  Each number list
78 specifies which beams to make.  @code{0}@tie{}is the central beam,
79 @code{1}@tie{}is the next beam toward the note, etc.  This
80 information is used to determine how to connect the beaming patterns
81 from stem to stem inside a beam.")
82      (before-line-breaking ,boolean? "Dummy property, used to trigger
83 a callback function.")
84      (between-cols ,pair? "Where to attach a loose column to.")
85      (bound-padding ,number? "The amount of padding to insert around
86 spanner bounds.")
87      (bound-details ,list? "An alist of properties for determining
88 attachments of spanners to edges.")
89      (bracket-flare ,number-pair? "A pair of numbers specifying how
90 much edges of brackets should slant outward.  Value @code{0.0} means
91 straight edges.")
92      (bracket-visibility ,boolean-or-symbol? "This controls the
93 visibility of the tuplet bracket.  Setting it to false prevents
94 printing of the bracket.  Setting the property to @code{if-no-beam}
95 makes it print only if there is no beam associated with this tuplet
96 bracket.")
97      (break-align-anchor ,number? "Grobs aligned to this break-align
98 grob will have their X-offsets shifted by this number.  In barlines,
99 for example, this is used to position grobs relative to the (visual)
100 center of the barline.")
101      (break-align-anchor-alignment ,number? "Read by
102 ly:break-aligned-interface::calc-extent-aligned-anchor for aligning
103 an anchor to a grobs extent")
104      (break-align-symbol ,symbol? "This key is used for aligning and
105 spacing breakable items.")
106      (break-align-symbols ,list? "A list of symbols that determine
107 which break-aligned grobs to align this to.  If the grob selected by
108 the first symbol in the list is invisible due to break-visibility,
109 we will align to the next grob (and so on).")
110      (break-align-orders ,vector? "Defines the order in which
111 prefatory matter (clefs, key signatures) appears.  The format is a
112 vector of length@tie{}3, where each element is one order for
113 end-of-line, middle of line, and start-of-line, respectively.  An
114 order is a list of symbols.
115
116 For example, clefs are put after key signatures by setting
117
118 @example
119 \\override Score.BreakAlignment #'break-align-orders =
120   #(make-vector 3 '(span-bar
121                     breathing-sign
122                     staff-bar
123                     key
124                     clef
125                     time-signature))
126 @end example")
127      (break-overshoot ,number-pair? "How much does a broken spanner
128 stick out of its bounds?")
129      (break-visibility ,vector? "A vector of 3@tie{}booleans,
130 @code{#(@var{end-of-line} @var{unbroken} @var{begin-of-line})}.
131 @code{#t} means visible, @code{#f} means killed.")
132      (breakable ,boolean? "Allow breaks here.")
133
134      (c0-position ,integer? "An integer indicating the position of
135 middle@tie{}C.")
136      (clip-edges ,boolean? "Allow outward pointing beamlets at the
137 edges of beams?")
138      (collapse-height ,ly:dimension? "Minimum height of system start
139 delimiter.  If equal or smaller, the bracket/brace/line is removed.")
140      (color ,color? "The color of this grob.")
141      (common-shortest-duration ,ly:moment? "The most common shortest
142 note length.  This is used in spacing.  Enlarging this sets the score
143 tighter.")
144      (concaveness ,number? "A beam is concave if its inner stems are
145 closer to the beam than the two outside stems.  This number is a
146 measure of the closeness of the inner stems.  It is used for damping
147 the slope of the beam.")
148      (connect-to-neighbor ,pair? "Pair of booleans, indicating whether
149 this grob looks as a continued break.")
150      (control-points ,list? "List of offsets (number pairs) that form
151 control points for the tie, slur, or bracket shape.  For B@'eziers,
152 this should list the control points of a third-order B@'ezier curve.")
153
154      (damping ,number? "Amount of beam slope damping.")
155      (dash-fraction ,number? "Size of the dashes, relative to
156 @code{dash-period}.  Should be between @code{0.0} (no line) and
157 @code{1.0} (continuous line).")
158      (dash-period ,number? "The length of one dash together with
159 whitespace.  If negative, no line is drawn at all.")
160      (default-direction ,ly:dir? "Direction determined by note head
161 positions.")
162      (digit-names ,vector "Names for string finger digits.")
163      (direction ,ly:dir? "If @code{side-axis} is @code{0} (or
164 @code{#X}), then this property determines whether the object is placed
165 @code{#LEFT}, @code{#CENTER} or @code{#RIGHT} with respect to the
166 other object.  Otherwise, it determines whether the object is placed
167 @code{#UP}, @code{#CENTER} or @code{#DOWN}.  Numerical values may also
168 be used: @code{#UP}=@code{1}, @code{#DOWN}=@code{-1},
169 @code{#LEFT}=@code{-1}, @code{#RIGHT}=@code{1}, @code{#CENTER}=@code{0}.")
170      (dot-count ,integer? "The number of dots.")
171      (duration-log ,integer? "The 2-log of the note head duration,
172 i.e., @code{0} = whole note, @code{1} = half note, etc.")
173
174      (eccentricity ,number? "How asymmetrical to make a slur.
175 Positive means move the center to the right.")
176      (edge-height ,pair? "A pair of numbers specifying the heights of
177 the vertical edges: @code{(@var{left-height} . @var{right-height})}.")
178      (edge-text ,pair? "A pair specifying the texts to be set at the
179 edges: @code{(@var{left-text} . @var{right-text})}.")
180      (expand-limit ,integer? "Maximum number of measures expanded in
181 church rests.")
182      (extra-X-extent ,number-pair? "A grob is enlarged in
183 X@tie{}dimension by this much.")
184      (extra-Y-extent ,number-pair? "See @code{extra-X-extent}.")
185      ;; remove me?
186      (extra-dy ,number? "Slope glissandi this much extra.")
187      (extra-offset ,number-pair? "A pair representing an offset.  This
188 offset is added just before outputting the symbol, so the typesetting
189 engine is completely oblivious to it.  The values are measured in
190 @code{staff-space} units of the staff's @code{StaffSymbol}.")
191      (extra-spacing-width ,number-pair? "In the horizontal spacing
192 problem, we pad each item by this amount (by adding the @q{car} on the
193 left side of the item and adding the @q{cdr} on the right side of the
194 item).  In order to make a grob take up no horizontal space at all,
195 set this to @code{(+inf.0 . -inf.0)}.")
196      (flag-count ,number? "The number of tremolo beams.")
197      (flag-style ,symbol? "A string determining what style of flag
198 glyph is typeset on a @code{Stem}.  Valid options include @code{()}
199 and @code{mensural}.  Additionally, @code{no-flag} switches off the
200 flag.")
201      (font-encoding ,symbol? "The font encoding is the broadest
202 category for selecting a font.  Options include: @code{fetaMusic},
203 @code{fetaNumber}, @code{TeX-text}, @code{TeX-math},
204 @code{fetaBraces}, @code{fetaDynamic}.")
205      (font-family ,symbol? "The font family is the broadest category
206 for selecting text fonts.  Options include: @code{sans},
207 @code{roman}.")
208      (font-name ,string? "Specifies a file name (without extension)
209 of the font to load.  This setting overrides selection using
210 @code{font-family}, @code{font-series} and @code{font-shape}.")
211      (font-series ,symbol? "Select the series of a font.  Choices
212 include @code{medium}, @code{bold}, @code{bold-narrow}, etc.")
213      (font-shape ,symbol? "Select the shape of a font.  Choices
214 include @code{upright}, @code{italic}, @code{caps}.")
215      (font-size ,number? "The font size, compared to the @q{normal}
216 size.  @code{0}@tie{}is style-sheet's normal size, @code{-1} is
217 smaller, @code{+1} is bigger.  Each step of@tie{}1 is approximately
218 12% larger, 6@tie{}steps are exactly a factor@tie{}2 larger.
219 Fractional values are allowed.")
220      (force-hshift ,number? "This specifies a manual shift for notes
221 in collisions.  The unit is the note head width of the first voice
222 note.  This is used by @rinternals{note-collision-interface}.")
223      (forced ,boolean? "Manually forced accidental.")
224      (fraction ,number-pair? "Numerator and denominator of a time
225 signature object.")
226      (french-beaming ,boolean? "Use French beaming style for this
227 stem.  The stem stops at the innermost beams.")
228
229      (fret-diagram-details ,list? "An alist of detailed grob properties
230 for fret diagrams.  Each alist entry consists of a
231 (@code{property} . @code{value}) pair.
232 The properties which can be included in fret-diagram-details
233 include the following:
234 @itemize @bullet
235 @item
236 @code{barre-type} -- Type of barre indication used.
237 Choices include @code{curved} and @code{straight}.
238 @item
239 @code{dot-color} -- Color of dots.  Options include
240 @code{black} and @code{white}.
241 @item
242 @code{dot-label-font-mag} -- Magnification for font used to
243 label fret dots.  Default value 1.
244 @item
245 @code{dot-radius} -- Radius of dots.
246 @item
247 @code{finger-code} -- Code for the type of fingering indication used.
248 Options include @code{none}, @code{in-dot}, and
249 @code{below-string}.
250 @item
251 @code{fret-count} -- The number of frets.
252 @item
253 @code{fret-label-font-mag} -- The magnification of the font used to label
254 the lowest fret number.  Default 0.5
255 @item
256 @code{fret-label-vertical-offset} -- The vertical offset of the fret label
257 from the fret.  Default -0.2
258 @item
259 @code{label-dir} -- Side to which the fret label is attached.
260 @code{-1}, @code{#LEFT}, or @code{#DOWN} for left or down;
261 @code{1}, @code{#RIGHT}, or @code{#UP} for right or up.
262 @item
263 @code{mute-string} -- Character string to be used to indicate muted string.
264 @item
265 @code{number-type} -- Type of numbers to use in fret label.  Choices
266 include @code{roman-lower}, @code{roman-upper}, and @code{arabic}.
267 @item
268 @code{open-string} -- Character string to be used to indicate open string.
269 @item
270 @code{orientation} -- Orientation of fret-diagram.  Options include
271 @code{normal} and @code{landscape}
272 @item
273 @code{string-count} -- The number of strings.
274 @item
275 @code{string-label-font-mag} -- The magnification of the font used to label fingerings
276 at the string, rather than in the dot.  Default value 0.6.
277 @item
278 @code{top-fret-thickness} -- The thickness of the top fret line, as a multiple
279 of the standard thickness.   Default value 3.
280 @item
281 @code{xo-font-magnification} -- Magnification used for mute and
282 open string indicators.  Default value 0.5.
283 @item
284 @code{xo-padding} -- Padding for open and mute indicators from top fret.  Default
285 value 0.25.
286 @end itemize")
287
288
289     ;; ugh: double, change.
290      (full-size-change ,boolean? "Don't make a change clef smaller.")
291
292      (gap ,ly:dimension? "Size of a gap in a variable symbol.")
293      (gap-count ,integer? "Number of gapped beams for tremolo.")
294      (glyph ,string? "A string determining what @q{style} of glyph is
295 typeset.  Valid choices depend on the function that is reading this
296 property.")
297      (glyph-name-alist ,list? "An alist of key-string pairs.")
298      (grow-direction ,ly:dir? "Crescendo or decrescendo?")
299
300      (hair-thickness ,number? "Thickness of the thin line in a bar
301 line.")
302      (head-direction ,ly:dir? "Are the note heads left or right in a
303 semitie?")
304      (height ,ly:dimension? "Height of an object in
305 @code{staff-space} units.")
306      (height-limit ,ly:dimension? "Maximum slur height: The longer the
307 slur, the closer it is to this height.")
308      (horizontal-shift ,integer? "An integer that identifies ranking
309 of @code{NoteColumn}s for horizontal shifting.  This is used by
310 @rinternals{note-collision-interface}.")
311      (horizontal-skylines ,ly:skyline-pair? "Two skylines, one to the
312 left and one to the right of this grob.")
313
314      (ignore-collision ,boolean? "If set, don't do note collision
315 resolution on this @code{NoteColumn}.")
316      (implicit ,boolean? "Is this an implicit bass figure?")
317      (infinite-spacing-height ,boolean? "If true, then for the
318 purposes of horizontal spacing, treat this item as though it were
319 infinitely tall.  That is, no object from another column is allowed to
320 stick above or below this item.")
321      (inspect-index ,integer? "If debugging is set, set beam and slur
322 configuration to this index, and print the respective scores.")
323      (inspect-quants ,number-pair? "If debugging is set,
324 set beam and slur quants to this position, and print the respective
325 scores.")
326
327      (keep-fixed-while-stretching ,boolean? "A grob with this property
328 set to true is fixed relative to the staff above it when systems are
329 stretched.")
330      (keep-inside-line ,boolean? "If set, this column cannot have
331 things sticking into the margin.")
332      (kern ,ly:dimension? "Amount of extra white space to add.  For
333 bar lines, this is the amount of space after a thick line.")
334      (knee ,boolean? "Is this beam kneed?")
335      (knee-spacing-correction ,number? "Factor for the optical
336 correction amount for kneed beams.  Set between @code{0} for no
337 correction and @code{1} for full correction.")
338
339      (labels ,list? "List of labels (symbols) placed on a column")
340      (layer ,number? "The output layer (a value between 0 and@tie{}2:
341 Layers define the order of printing objects.  Objects in lower layers
342 are overprinted by objects in higher layers.")
343      (ledger-line-thickness ,number-pair? "The thickness of ledger
344 lines.  It is the sum of 2@tie{}numbers: The first is the factor for
345 line thickness, and the second for staff space.  Both contributions
346 are added.")
347      (left-bound-info ,list? "An alist of properties for determining
348 attachments of spanners to edges.")
349      (left-padding ,ly:dimension? "The amount of space that is put
350 left to an object (e.g., a group of accidentals).")
351      (length ,ly:dimension? "User override for the stem length of
352 unbeamed stems.")
353      (length-fraction ,number? "Multiplier for lengths.  Used for
354 determining ledger lines and stem lengths.")
355      (line-break-penalty ,number? "Penalty for a line break at this
356 column.  This affects the choices of the line breaker; it avoids a
357 line break at a column with a positive penalty and prefer a line break
358 at a column with a negative penalty.")
359      (line-break-permission ,symbol? "Instructs the line breaker on
360 whether to put a line break at this column.  Can be @code{force} or
361 @code{allow}.")
362      (line-break-system-details ,list? "An alist of properties to use
363 if this column is the start of a system.")
364      (line-count ,integer? "The number of staff lines.")
365      (line-positions ,list? "Vertical positions of staff lines.")
366      (line-thickness ,number? "The thickness of the tie or slur
367 contour.")
368      (long-text ,markup? "Text markup.  See @ruser{Formatting
369 text}.")
370
371      (max-beam-connect ,integer? "Maximum number of beams to connect
372 to beams from this stem.  Further beams are typeset as beamlets.")
373      (max-stretch ,number? "The maximum amount that this
374 @code{VerticalAxisGroup} can be vertically stretched (for example, in
375 order to better fill a page).")
376      (measure-count ,integer? "The number of measures for a
377 multi-measure rest.")
378      (measure-length ,ly:moment? "Length of a measure.  Used in some
379 spacing situations.")
380      (merge-differently-dotted ,boolean? "Merge note heads in
381 collisions, even if they have a different number of dots.  This is
382 normal notation for some types of polyphonic music.
383
384 @code{merge-differently-dotted} only applies to opposing stem
385 directions (i.e., voice 1 &@tie{}2).")
386      (merge-differently-headed ,boolean? "Merge note heads in
387 collisions, even if they have different note heads.  The
388 smaller of the two heads is rendered invisible.  This is used in
389 polyphonic guitar notation.  The value of this setting is used by
390 @rinternals{note-collision-interface}.
391
392 @code{merge-differently-headed} only applies to opposing stem
393 directions (i.e., voice 1 &@tie{}2).")
394      (minimum-X-extent ,number-pair? "Minimum size of an object in
395 X@tie{}dimension, measured in @code{staff-space} units.")
396      (minimum-Y-extent ,number-pair? "See @code{minimum-X-extent}.")
397      (minimum-distance ,ly:dimension? "Minimum distance between rest
398 and notes or beam.")
399      (minimum-length ,ly:dimension? "Try to make a spanner at least
400 this long, normally in the horizontal direction.  This requires an
401 appropriate callback for the @code{springs-and-rods} property.  If
402 added to a @code{Tie}, this sets the minimum distance between
403 noteheads.")
404      (minimum-length-fraction ,number? "Minimum length of ledger line
405 as fraction of note head size.")
406      (minimum-space ,ly:dimension? "Minimum distance that the victim
407 should move (after padding).")
408
409      (neutral-direction ,ly:dir? "Which direction to take in the
410 center of the staff.")
411      (neutral-position ,number? "Position (in half staff spaces) where
412 to flip the direction of custos stem.")
413      (next ,ly:grob? "Object that is next relation (e.g., the lyric
414 syllable following an extender.")
415      (no-alignment ,boolean? "If set, don't place this grob in a
416 VerticalAlignment; rather, place it using its own Y-offset callback")
417      (no-ledgers ,boolean? "If set, don't draw ledger lines on this
418 object.")
419      (no-stem-extend ,boolean? "If set, notes with ledger lines do not
420 get stems extending to the middle staff line.")
421      (non-default ,boolean? "Set for manually specified clefs.")
422      (non-musical ,boolean? "True if the grob belongs to a
423 @code{NonMusicalPaperColumn}.")
424      (note-names ,vector? "Vector of strings containing names for
425 easy-notation note heads.")
426
427      (outside-staff-horizontal-padding ,number? "By default, an
428 outside-staff-object can be placed so that is it very close to another
429 grob horizontally.  If this property is set, the outside-staff-object
430 is raised so that it is not so close to its neighbour.")
431      (outside-staff-padding ,number? "The padding to place between
432 this grob and the staff when spacing according to
433 @code{outside-staff-priority}.")
434      (outside-staff-priority ,number? "If set, the grob is positioned
435 outside the staff in such a way as to avoid all collisions.
436 In case of a potential collision, the grob with the smaller
437 @code{outside-staff-priority} is closer to the staff.")
438
439      (packed-spacing ,boolean? "If set, the notes are spaced as
440 tightly as possible.")
441      (padding ,ly:dimension? "Add this much extra space between
442 objects that are next to each other.")
443      (page-break-penalty ,number? "Penalty for page break at this
444 column.  This affects the choices of the page breaker; it avoids a
445 page break at a column with a positive penalty and prefer a page break
446 at a column with a negative penalty.")
447      (page-break-permission ,symbol? "Instructs the page breaker on
448 whether to put a page break at this column.  Can be @code{force} or
449 @code{allow}.")
450      (page-turn-penalty ,number? "Penalty for a page turn at this
451 column.  This affects the choices of the page breaker; it avoids a
452 page turn at a column with a positive penalty and prefer a page turn
453 at a column with a negative penalty.")
454      (page-turn-permission ,symbol? "Instructs the page breaker on
455 whether to put a page turn at this column.  Can be @code{force} or
456 @code{allow}.")
457      (parenthesized ,boolean? "Parenthesize this grob.")
458      (positions ,number-pair? "Pair of staff coordinates
459 @code{(@var{left} . @var{right})}, where both @var{left} and
460 @var{right} are in @code{staff-space} units of the current staff.
461 For slurs, this value selects which slur candidate to use; if
462 extreme positions are requested, the closest one is taken.")
463      (prefer-dotted-right ,boolean? "For note collisions, prefer to
464 shift dotted up-note to the right, rather than shifting just the
465 dot.")
466
467      (ratio ,number? "Parameter for slur shape.  The higher this
468 number, the quicker the slur attains its @code{height-limit}.")
469      (remove-empty ,boolean? "If set, remove group if it contains no
470 interesting items.")
471      (remove-first ,boolean? "Remove the first staff of a orchestral
472 score?")
473      (restore-first ,boolean? "Print a natural before the
474 accidental.")
475      (rhythmic-location ,rhythmic-location? "Where (bar number,
476 measure position) in the score.")
477      (right-bound-info ,list? "An alist of properties for determining
478 attachments of spanners to edges.")
479      (right-padding ,ly:dimension? "Space to insert on the right side
480 of an object (e.g., between note and its accidentals).")
481      (rotation ,list? "Number of degrees to rotate this object, and
482 what point to rotate around.  For example, @code{#'(45 0 0)} rotates
483 by 45 degrees around the center of this object.")
484
485      (same-direction-correction ,number? "Optical correction amount
486 for stems that are placed in tight configurations.  This amount is
487 used for stems with the same direction to compensate for note-head to
488 stem distance.")
489      (script-priority ,number? "A sorting key that determines in what
490 order a script is within a stack of scripts.")
491      (self-alignment-X ,number? "Specify alignment of an object.  The
492 value @code{-1} means left aligned, @code{0}@tie{}centered, and
493 @code{1}@tie{}right-aligned in X@tie{}direction.  Other numerical
494 values may also be specified.")
495      (self-alignment-Y ,number? "Like @code{self-alignment-X} but for
496 the Y@tie{}axis.")
497      (shorten-pair ,number-pair? "The lengths to shorten a
498 text-spanner on both sides, for example a pedal bracket.  Positive
499 values shorten the text-spanner, while negative values lengthen it.")
500      (shortest-duration-space ,ly:dimension? "Start with this much
501 space for the shortest duration.  This is expressed in
502 @code{spacing-increment} as unit.  See also
503 @rinternals{spacing-spanner-interface}.")
504      (shortest-playing-duration ,ly:moment? "The duration of the
505 shortest playing here.")
506      (shortest-starter-duration ,ly:moment? "The duration of the
507 shortest note that starts here.")
508      (side-axis ,number? "If the value is @code{#X} (or
509 equivalently@tie{}@code{0}), the object is placed horizontally next
510 to the other object.  If the value is @code{#Y} or@tie{}@code{1}, it
511 is placed vertically.")
512      (side-relative-direction ,ly:dir? "Multiply direction of
513 @code{direction-source} with this to get the direction of this
514 object.")
515      (size ,number? "Size of object, relative to standard size.")
516      (slope ,number? "The slope of this object.")
517      (slur-padding ,number? "Extra distance between slur and script.")
518      (space-alist ,list? "A table that specifies distances between
519 prefatory items, like clef and time-signature.  The format is an alist
520 of spacing tuples: @code{(@var{break-align-symbol} @var{type}
521 . @var{distance})}, where @var{type} can be the symbols
522 @code{minimum-space} or @code{extra-space}.")
523      (space-to-barline ,boolean? "If set, the distance between a note
524 and the following non-musical column will be measured to the barline
525 instead of to the beginning of the non-musical column.  If there is a
526 clef change followed by a barline, for example, this means that we will
527 try to space the non-musical column as though the clef is not there.")
528      (spacing-increment ,number? "Add this much space for a doubled
529 duration.  Typically, the width of a note head.  See also
530 @rinternals{spacing-spanner-interface}.")
531      (springs-and-rods ,boolean? "Dummy variable for triggering
532 spacing routines.")
533      (stacking-dir ,ly:dir? "Stack objects in which direction?")
534      (staff-padding ,ly:dimension? "Maintain this much space between
535 reference points and the staff.  Its effect is to align objects of
536 differing sizes (like the dynamic @b{p} and @b{f}) on their
537 baselines.")
538      (staff-position ,number? "Vertical position, measured in half
539 staff spaces, counted from the middle line.")
540      (staff-space ,ly:dimension? "Amount of space between staff lines,
541 expressed in global @code{staff-space}.")
542      (stem-attachment ,number-pair? "A @code{(@var{x} . @var{y})} pair
543 where the stem attaches to the notehead.")
544      (stem-end-position ,number? "Where does the stem end (the end is
545 opposite to the support-head)?")
546      ;;[TODO: doco]
547      (stem-spacing-correction ,number? "Optical correction amount for
548 stems that are placed in tight configurations.  For opposite
549 directions, this amount is the correction for two normal sized stems
550 that overlap completely.")
551      (stemlet-length ,number? "How long should a stem over a rest
552 be?")
553      (stencil ,ly:stencil? "The symbol to print.")
554      (stencils ,list? "Multiple stencils, used as intermediate
555 value.")
556      (strict-grace-spacing ,boolean? "If set, grace notes
557 are not spaced separately, but put before musical columns.")
558      (strict-note-spacing ,boolean? "If set, unbroken columns
559 with non-musical material (clefs, barlines, etc.) are not spaced
560 separately, but put before musical columns.")
561      (string-fret-finger-combinations ,list? "List consisting of
562 @code{(@var{string-number} @var{fret-number} @var{finger-number})}
563 entries.")
564      (stroke-style ,string? "Set to @code{\"grace\"} to turn stroke
565 through flag on.")
566      (style ,symbol? "This setting determines in what style a grob is
567 typeset.  Valid choices depend on the @code{stencil} callback reading
568 this property.")
569
570      (text ,markup? "Text markup.  See @ruser{Formatting text}.")
571 ;;FIXME -- Should both be the same?
572      (text-direction ,ly:dir? "This controls the ordering of the
573 words.  The default @code{RIGHT} is for roman text.  Arabic or Hebrew
574 should use @code{LEFT}.")
575      (thick-thickness ,number? "Bar line thickness, measured in
576 @code{line-thickness}.")
577      (thickness ,number? "Line thickness, generally measured in
578 @code{line-thickness}.")
579      (thin-kern ,number? "The space after a hair-line in a bar line.")
580      (threshold ,number-pair? "@code{(@var{min} . @var{max})}, where
581 @var{min} and @var{max} are dimensions in staff space.")
582      (to-barline ,boolean? "If true, the spanner will stop at that barline
583 just before it would otherwise stop.")
584      (tie-configuration ,list? "List of @code{(@var{position} .
585 @var{dir})} pairs, indicating the desired tie configuration, where
586 @var{position} is the offset from the center of the staff in staff
587 space and @var{dir} indicates the direction of the tie
588 (@code{1}=>up, @code{-1}=>down, @code{0}=>center).  A non-pair entry
589 in the list causes the corresponding tie to be formatted
590 automatically.")
591      (transparent ,boolean? "This makes the grob invisible.")
592
593      (uniform-stretching ,boolean? "If set, items stretch
594 proportionally to their durations.  This looks better in complex
595 polyphonic patterns.")
596      (used ,boolean? "If set, this spacing column is kept in the
597 spacing problem")
598
599      (vertical-skylines ,ly:skyline-pair? "Two skylines, one above and
600 one below this grob.")
601
602      (when ,ly:moment? "Global time step associated with this column
603 happen?")
604      (width ,ly:dimension? "The width of a grob measured in staff
605 space.")
606      (word-space ,ly:dimension? "Space to insert between words in
607 texts.")
608
609      (zigzag-length ,ly:dimension? "The length of the lines of a
610 zigzag, relative to @code{zigzag-width}.  A value of@tie{}@code{1}
611 gives 60-degree zigzags.")
612      (zigzag-width ,ly:dimension? "The width of one zigzag squiggle.
613 This number is adjusted slightly so that the glissando line can
614 be constructed from a whole number of squiggles.")
615      )))
616
617
618 ;;;;;;;;;;;;;;;;
619 ;;   INTERNAL
620
621
622 (define (define-internal-grob-property symbol type? description)
623   (define-grob-property symbol type? description)
624   (set-object-property! symbol 'backend-internal #t)
625   symbol
626   )
627
628
629 (define-public all-internal-grob-properties
630   (map
631    (lambda (x)
632      (apply define-internal-grob-property x))
633
634    `(
635      ;;;;;;;;;;;;;;;;
636      ;; grobs & grob arrays. (alphabetical)
637      (X-common ,ly:grob? "Common reference point for axis group.")
638
639      (Y-common ,ly:grob? "See @code{X-common}.")
640
641      (accidental-grob ,ly:grob? "The accidental for this note.")
642      (accidental-grobs ,list? "An alist with @code{(@var{notename} .
643 @var{groblist})} entries.")
644      (adjacent-pure-heights ,vector? "Used by a @code{VerticalAxisGroup} to
645 cache the @code{Y-extent}s of different column ranges.")
646      (adjacent-hairpins ,ly:grob-array? "A list of directly neighboring
647 hairpins.")
648      (all-elements ,ly:grob-array? "A list of all grobs in this line.  Its
649 function is to protect objects from being garbage collected.")
650      (arpeggio ,ly:grob? "A pointer to an @code{Arpeggio} object.")
651      (axis-group-parent-X ,ly:grob? "Containing X@tie{}axis group.")
652      (axis-group-parent-Y ,ly:grob? "Containing Y@tie{}axis group.")
653
654      (bar-extent ,number-pair? "The Y-extent of the actual barline.
655 This may differ from 'Y-extent because it does not include the dots in
656 a repeat barline.")
657      (bars ,ly:grob-array? "A list of bar line pointers.")
658      (beam ,ly:grob? "A pointer to the beam, if applicable.")
659      (bounded-by-me ,ly:grob-array? "A list of spanners that have this
660 column as start/begin point.  Only columns that have grobs or act as
661 bounds are spaced.")
662      (bracket ,ly:grob? "The bracket for a number.")
663
664      (columns ,ly:grob-array? "A list of grobs, typically containing
665 @code{PaperColumn} or @code{NoteColumn} objects.")
666      (conditional-elements ,ly:grob-array? "Internal use only.")
667      (cross-staff ,boolean? "For a beam or a stem, this is true if we
668 depend on inter-staff spacing.")
669
670      (direction-source ,ly:grob? "In case @code{side-relative-direction} is
671 set, which grob to get the direction from.")
672      (dot ,ly:grob? "A reference to a @code{Dots} object.")
673      (dots ,ly:grob-array? "Multiple @code{Dots} objects.")
674
675      (elements ,ly:grob-array? "A list of grobs; the type is depending on
676 the grob where this is set in.")
677      (encompass-objects ,ly:grob-array? "Objects that a slur should avoid
678 in addition to notes and stems.")
679
680      (figures ,ly:grob-array? "Figured bass objects for continuation line.")
681
682      (glyph-name ,string? "The glyph name within the font.")
683      (grace-spacing ,ly:grob? "A run of grace notes.")
684
685      (heads ,ly:grob-array? "A list of note heads.")
686
687      (important-column-ranks ,vector? "A cache of columns that contain
688 @code{items-worth-living} data.")
689      (items-worth-living ,ly:grob-array? "A list of interesting items.  If
690 empty in a particular staff, then that staff is erased.")
691
692      (left-items ,ly:grob-array? "DOCME")
693      (left-neighbors ,ly:grob-array? "A list of @code{spacing-wishes} grobs
694 that are close to the current column.
695
696 The closest @code{spacing-wishes} determine the actual distances between the
697 columns.")
698
699      (normal-stems ,ly:grob-array? "An array of visible stems.")
700      (note-columns ,pair? "A list of @code{NoteColumn} grobs.")
701      (note-head ,ly:grob? "A single note head.")
702      (note-heads ,ly:grob-array? "A list of note head grobs.")
703
704      (padding-pairs ,list? "An alist mapping @code{(@var{name} . @var{name})}
705 to distances.")
706      (pedal-text ,ly:grob? "A pointer to the text of a mixed-style piano
707 pedal.")
708      (pure-Y-common ,ly:grob? "A cache of the
709 @code{common_refpoint_of_array} of the @code{elements} grob set.")
710      (pure-Y-offset-in-progress ,boolean? "A debugging aid for catching
711 cyclic dependencies.")
712      (pure-relevant-items ,ly:grob-array? "A subset of elements that are
713 relevant for finding the @code{pure-Y-extent}.")
714      (pure-relevant-spanners ,ly:grob-array? "A subset of elements that are
715 relevant for finding the @code{pure-Y-extent}.")
716
717      (rest ,ly:grob? "A pointer to a @code{Rest} object.")
718      (rest-collision ,ly:grob? "A rest collision that a rest is in.")
719      (rests ,ly:grob-array? "A list of rest objects.")
720      (right-items ,ly:grob-array? "DOCME")
721      (right-neighbors ,ly:grob-array? "See @code{left-neighbors}.")
722
723      (separation-item ,ly:grob? "A separation item.")
724      (side-support-elements ,ly:grob-array? "The side support, a list of
725 grobs.")
726      (slur ,ly:grob? "A pointer to a @code{Slur} object.")
727      (spaceable-staves ,ly:grob-array? "Objects to be spaced during page
728 layout.")
729      (spacing ,ly:grob? "The spacing spanner governing this section.")
730      (spacing-wishes ,ly:grob-array? "List of note spacing or staff spacing
731 objects.")
732      (staff-symbol ,ly:grob? "The staff symbol grob that we are in.")
733      (stem ,ly:grob? "A pointer to a @code{Stem} object.")
734      (stems ,ly:grob-array? "A list of stem objects, corresponding to the
735 notes that the arpeggio has to be before.")
736
737      (tie ,ly:grob? "A pointer to a @code{Tie} object.")
738      (tremolo-flag ,ly:grob? "The tremolo object on a stem.")
739      (tuplet-number ,ly:grob? "The number for a bracket.")
740      (tuplets ,ly:grob-array? "A list of smaller tuplet brackets.")
741
742      ;;;;;;;;;;;;;;;;
743      ;; other
744      (begin-of-line-visible ,boolean? "Used for marking @code{ChordNames}
745 that should only show changes.")
746
747      (cause ,scheme? "Any kind of causation objects (i.e., music, or perhaps
748 translator) that was the cause for this grob.")
749      (circled-tip ,boolean? "Put a circle at start/end of hairpins (al/del
750 niente).")
751
752      (delta-position ,number? "The vertical position difference.")
753      (details ,list? "Alist of parameters for detailed grob behavior.
754
755 More information on the allowed parameters can be found by inspecting
756 @file{lily/slur-scoring.cc}, @file{lily/beam-quanting.cc}, and
757 @file{lily/tie-formatting-problem.cc}.  Setting @code{debug-tie-scoring},
758 @code{debug-beam-scoring} or @code{debug-slur-scoring} also provides
759 useful clues.")
760
761      (font ,ly:font-metric? "A cached font metric object.")
762
763      (head-width ,ly:dimension? "The width of this ligature head.")
764      
765      (ideal-distances ,list? "@code{(@var{obj} . (@var{dist} .
766 @var{strength}))} pairs.")
767      (interfaces ,list? "A list of symbols indicating the interfaces
768 supported by this object.  It is initialized from the @code{meta} field.")
769
770      (least-squares-dy ,number? "The ideal beam slope, without damping.")
771
772      (meta ,list? "Provide meta information.  It is an alist with the
773 entries @code{name} and @code{interfaces}.")
774      (minimum-distances ,list? "A list of rods that have the format
775 @code{(@var{obj} . @var{dist})}.")
776      
777      (positioning-done ,boolean? "Used to signal that a positioning element
778 did its job.  This ensures that a positioning is only done once.")
779      (pure-Y-extent ,number-pair? "The estimated height of a system.")
780
781      (quant-score ,string? "The beam quanting score; stored for
782 debugging.")
783      (quantize-position ,boolean? "If set, a vertical alignment is aligned
784 to be within staff spaces.")
785      (quantized-positions ,number-pair? "The beam positions after
786 quanting.")
787      
788      (script-stencil ,pair? "A pair @code{(@var{type} . @var{arg})} which
789 acts as an index for looking up a @code{Stencil} object.")
790      (shorten ,ly:dimension? "The amount of space that a stem is shortened.
791 Internally used to distribute beam shortening over stems.")
792      (skyline-distance ,number? "The distance between this staff and the
793 next one, as determined by a skyline algorithm.")
794      (skyline-horizontal-padding ,number? "For determining the vertical
795 distance between two staves, it is possible to have a configuration which
796 would result in a tight interleaving of grobs from the top staff and the
797 bottom staff.  The larger this parameter is, the farther apart the staves
798 are placed in such a configuration.")
799      (stem-info ,pair? "A cache of stem parameters.")
800
801      (use-breve-rest ,boolean? "Use breve rests for measures longer
802 than a whole rest.")
803
804      ;;;;;;;;;;;;;;;;
805      ;; ancient notation
806
807      ;;;;;;; TODO:
808      ;; There are too many properties for ancient notation;
809      ;; probably neume-types (a list of symbols) would also work.
810
811      ;; However, such a list would consist of a couple of dozens of
812      ;; entries, since head prefixes may be combined in many ways.  If
813      ;; the macros in `gregorian-init.ly' would directly set prefix-set,
814      ;; all the head prefixes could be junked; however, such macros
815      ;; would be quite numerous, I guess.  --jr
816
817      (add-cauda ,boolean? "Does this flexa require an additional cauda on
818 the left side?")
819      (add-join ,boolean? "Is this ligature head-joined with the next one
820 by a vertical line?")
821      (add-stem ,boolean? "Is this ligature head a virga and therefore needs
822 an additional stem on the right side?")
823      (ascendens ,boolean? "Is this neume of ascending type?")
824      (auctum ,boolean? "Is this neume liquescentically augmented?")
825
826      (cavum ,boolean? "Is this neume outlined?")
827      (context-info ,integer? "Within a ligature, the final glyph or shape of
828 a head may be affected by the left and/or right neighbour head.
829 @code{context-info} holds for each head such information about the left and
830 right neighbour, encoded as a bit mask.")
831
832      (descendens ,boolean? "Is this neume of descendent type?")
833      (deminutum ,boolean? "Is this neume deminished?")
834
835      (flexa-height ,ly:dimension? "The height of a flexa shape in a ligature
836 grob (in @code{staff-space} units).")
837      (flexa-width ,ly:dimension? "The width of a flexa shape in a
838 ligature grob in (in @code{staff-space} units).")
839
840      (inclinatum ,boolean? "Is this neume an inclinatum?")
841
842      (join-heads ,boolean? "Whether to join the note heads of an ambitus
843 grob with a vertical line.")
844      (join-right-amount ,number? "DOCME")
845
846      (linea ,boolean? "Attach vertical lines to this neume?")
847
848      (oriscus ,boolean? "Is this neume an oriscus?")
849
850      (pes-or-flexa ,boolean? "Shall this neume be joined with the previous
851 head?")
852      (prefix-set ,number? "A bit mask that holds all Gregorian head
853 prefixes, such as @code{\\virga} or @code{\\quilisma}.")
854      (primitive ,integer? "A pointer to a ligature primitive, i.e., an item
855 similar to a note head that is part of a ligature.")
856
857      (quilisma ,boolean? "Is this neume a quilisma?")
858
859      (stropha ,boolean? "Is this neume a stropha?")
860
861      (virga ,boolean? "Is this neume a virga?")
862
863      (x-offset ,ly:dimension? "Extra horizontal offset for ligature heads.")
864
865      )))
866
867 (define-public all-backend-properties
868   (append
869    all-internal-grob-properties
870    all-user-grob-properties))