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