]> git.donarmstrong.com Git - lilypond.git/blob - scm/grob-property-description.scm
f12e5ca53b1e2b15664e8ee73c2343d61b156e5f
[lilypond.git] / scm / grob-property-description.scm
1 ;;;; grob-property-description.scm -- part of generated backend documentation
2 ;;;;
3 ;;;;  source file of the GNU LilyPond music typesetter
4 ;;;; 
5 ;;;; (c) 1998--2002  Han-Wen Nienhuys <hanwen@cs.uu.nl>
6 ;;;;                 Jan Nieuwenhuizen <janneke@gnu.org>
7
8
9
10 (define-public all-backend-properties '())
11
12 (define (grob-property-description symbol type? description)
13   (if (not (equal? (object-property symbol 'backend-doc) #f))
14       (begin
15         (ly:warn (string-append "Redefining " (symbol->string symbol) "\n"))
16         (exit 2)
17       ))
18   
19   (set-object-property! symbol 'backend-type? type?)
20   (set-object-property! symbol 'backend-doc description)
21   (set! all-backend-properties (cons symbol all-backend-properties))
22   )
23
24 ;; put this in an alist?
25
26 (grob-property-description 'X-extent-callback procedure? "procedure taking an grob and axis argument, returning a number-pair. The return value is the extent of the grob.
27
28 The size of a grob are determined through callbacks, settable with
29 grob properties @code{X-extent-callback} and @code{Y-extent-callback}.
30 There can be only one extent-callback for each axis. No callback
31 (Scheme value @code{#f}) means: `empty in this direction'. If you fill
32 in a pair of numbers, that pair hard-codes the extent in that
33 coordinate.
34 ")
35 (grob-property-description 'X-offset-callbacks list? "list of functions, each taking an grob and axis argument. The function determine the position relative to this grob's parent. The last one in the list is called first.
36
37 Offsets of grobs are relative to a parent reference point. Most
38 positions are not known when an object is created, so these are
39 calculated as needed. This is done by adding a callback for a specific
40 direction.
41
42 Offset callbacks can be stacked, i.e.
43
44 @example
45         \property .... \override #'Y-offset-callbacks = #(list
46                 callback1 callback2 callback3)
47
48 @end example
49
50 The callbacks will be executed in the order @code{callback3 callback2
51 callback1}. This is used for quantized positioning: the staccato dot is
52 above or below a note head, and it must not be on a staff-line.  To
53 achieve this, the staccato dot has two callbacks: one that positions the
54 grob above or below the note head, and one that rounds the Y-position of
55 the grob to the nearest open space.
56
57
58 ")
59 (grob-property-description 'Y-extent-callback procedure? "see @code{X-extent-callback}.")
60 (grob-property-description 'Y-offset-callbacks list? "see @code{X-offset-callbacks}.")
61
62 (grob-property-description 'accidental-grobs list? "Alis with (NOTENAME . GROBLIST) entries")
63 (grob-property-description 'accidentals list? "List of alteration numbers.")
64 (grob-property-description 'add-stem boolean? "Add stem to porrectus?.")
65 (grob-property-description 'adjust-if-on-staffline boolean? "If this grob is on a staff line, adjust its appearance, so that it better fits into the staff.  E.g., if set true on stem grobs, flares of mensural flags will always be aligned with the staff lines, regardless if the associated note head is printed on a staff line or inbetween.")
66 (grob-property-description 'after-line-breaking-callback procedure? "Procedure taking a grob as argument.
67 This procedure is called (using dependency resolution) after line breaking. Return value is ignored.")
68 (grob-property-description 'axis number? "the alignment of the text, 0 is horizontal, 1 is vertical.")
69 (grob-property-description 'align-dir ly:dir? "Which side to align? -1: left side, 0: around center of width, 1: right side.")
70 (grob-property-description 'alignment-done boolean? "boolean to administrate whether we've done the alignment already (to ensure that the process is done only once).")
71 (grob-property-description 'all-elements grob-list? "list of all grobs in this line. Needed for protecting grobs from GC.")
72 (grob-property-description 'arch-angle number? "turning angle of the hook of a system brace" )
73 (grob-property-description 'arch-height number? "height of the hook of a system brace.")
74 (grob-property-description 'arch-thick number? "thickness of the hook of system brace.")
75 (grob-property-description 'arch-width number? "width of the hook of a system brace.")
76 (grob-property-description 'arpeggio ly:grob? "pointer to arpeggio object.") 
77 (grob-property-description 'arpeggio-direction ly:dir? "If set, put an
78 arrow on the arpeggio squiggly line.")
79 (grob-property-description 'ascendens boolean? "is this neume of an ascending?.")
80 (grob-property-description 'attachment pair? "cons of symbols
81 indicating how a slur should be attached at the ends. The format is
82 '(LEFT-TYPE . RIGHT-TYPE), where both TYPEs are symbols. The values of
83 these symbols may be alongside-stem, stem, head or loose-end.")
84 (grob-property-description 'attachment-offset pair? "cons of offsets,
85 '(LEFT-offset . RIGHT-offset).  This offset is added to the
86 attachments to prevent ugly slurs.  [fixme: we need more documentation here].
87 .")
88 (grob-property-description 'auctum boolean? "is this neume augmented?.")
89 (grob-property-description 'auto-properties boolean? "if true, as many properties of this grob as possible will be determined automatically from the musical context.")
90 (grob-property-description 'auto-knee-gap number? "If a gap is found between noteheads
91 where a  horizontal beam fits that is larger than this number,  make a kneed beam.")
92 (grob-property-description 'axes list? "list of axis numbers.
93 In the case of alignment grobs, this should contain only one number.")
94 (grob-property-description 'bar-size number? "size of a bar line.")
95 (grob-property-description 'bars grob-list? "list of barline pointers.")
96 (grob-property-description 'bar-size-procedure procedure? "Procedure that computes the size of a bar line.")
97 (grob-property-description 'base-shortest-duration ly:moment?
98                            "Spacing is based on the shortest notes in a piece. Normally, pieces are spaced as if notes at least as short as this are present.")
99 (grob-property-description 'baseline-skip number? "Baseline skip to use for multiple lines of text.")
100 (grob-property-description 'bass list? " musical-pitch, optional.")
101 (grob-property-description 'beam ly:grob? "pointer to the beam, if applicable.")
102 (grob-property-description 'beam-thickness number? "thickness, measured in staffspace.")
103 (grob-property-description 'beam-width number? "width of the tremolo sign.")
104 (grob-property-description 'beamed-lengths list? "list of stem lengths given beam multiplicity .")
105 (grob-property-description 'beamed-minimum-free-lengths list? "list of normal minimum free stem lengths (chord to beams) given beam multiplicity.")
106 (grob-property-description 'beamed-extreme-minimum-free-lengths list? "list of extreme minimum free stem lengths (chord to beams) given beam multiplicity.")
107 (grob-property-description 'beamed-stem-shorten list? "shorten beamed stems in forced direction.")
108 (grob-property-description 'beaming pair?
109                            "Pair of number lists. Each number list
110 specifies which beams to make. 0 is the central beam, 1 is the next
111 beam toward the note etc. This information is used to determine how to
112 connect the beaming patterns from stem to stem inside a beam.")
113
114
115 (grob-property-description 'beautiful number? "number that dictates when a slur should be de-uglyfied.  It correlates with the enclosed area between noteheads and slurs.  A value of 0.1 yields only undisturbed slurs, a value of 5 will tolerate quite high blown slurs.")
116 (grob-property-description 'before-line-breaking-callback procedure? "Procedure taking grob as argument.
117 This procedure is called (using dependency resolution) before line breaking, but after generating discretionary items. Return value is ignored.")
118 (grob-property-description 'between-cols pair? "Where to attach a loose column to")
119 (grob-property-description 'between-system-string string? "string
120  to dump between two systems. Useful for forcing pagebreaks.")
121 (grob-property-description 'bounded-by-me grob-list? "list of spanners that have this
122 column as start/begin point. Only columns that have grobs or act as bounds are spaced.")
123 (grob-property-description 'bracket-thick number? "width of a system start bracket. .")
124 (grob-property-description 'break-align-symbol symbol? "the index in the spacing table (symbol) of the to be aligned item.")
125 (grob-property-description 'break-glyph-function procedure? "function taking glyph and break-direction, returning the glyph at a line break.")
126 (grob-property-description 'breakable boolean? "boolean indicating if this is a breakable item (clef, barline, key sig, etc.).")
127 (grob-property-description 'c0-position integer? "integer indicating the position of central C.")
128 (grob-property-description 'cautionary-style symbol? "style  of cautionary accidentals. Choices are 'smaller (one size smaller) or 'parentheses.")
129 (grob-property-description 'cautionary boolean? "is this a cautionary accidentals.?")
130
131 (grob-property-description 'center-element ly:grob? "grob which will
132 be at the center of the group after aligning (when using
133 Align_interface::center_on_element). .")
134 (grob-property-description 'concaveness-gap number? "A beam is
135 considered to be concave if the distance of an inner notehead to the
136 line between two outer noteheads is bigger than this gap.")
137 (grob-property-description 'concaveness-threshold number? "A beam is
138 considered to be concave is concaveness is bigger than this threshold.
139 Concaveness is calculated as the sum of the vertical distances of
140 inner noteheads that fall outside the interval of the two outer
141 noteheads, to the vertically nearest outer notehead, divided by the
142 square of the inner notes involved.")
143 (grob-property-description 'collapse-height number? "Minimum height of system start delimiter.  If equal or smaller, the bracket is removed.")
144
145 (grob-property-description 'columns grob-list? "list of grobs, typically containing paper-columns.")
146 (grob-property-description 'conditional-elements grob-list? "Internal use only")
147 (grob-property-description 'control-points list? "List of 4 offsets (number-pairs) that form control points for the  tie/slur shape.")
148 (grob-property-description 'damping integer? "amount of beam slope damping should beam slope be damped? 0: no, 1: yes, 100000: horizontal beams .")
149 (grob-property-description 'dash-length number? "the length of a dash.")
150 (grob-property-description 'dash-period number? "the length of one dash + white space.")
151 (grob-property-description 'dashed number? "[FIXME: use dash-period/dash length; see text-spanner] number representing the length of the dashes.")
152 (grob-property-description 'descendens boolean? "is this neume of a descendent type?.")
153 (grob-property-description 'de-uglify-parameters list? "list of 3 real constants. They define the valid areas for the middle control points. Used in de_uglyfy. They are a bit empirical.")
154
155 (grob-property-description 'neutral-direction ly:dir? "Where to go if we're on the neutral position of the staff (by default, the middle of the staff; see also grob-property neutral-position).  [Ross] has the following to say about this: Some engravers consider the middle line neutral, and take the option of using either up- or down-stems for notes that fall on it. However, more up-to-date engraving no longer permits an option; now a down-stem is always appropriate.")
156 (grob-property-description 'neutral-position number? "Position (in half staff spaces) where to flip the direction of stems: by default, custodes above this position get their stems downwards; custodes below this position get their stems upwards.  A value of 0 designates the center of the staff.  Use property neutral-direction to control the behaviour of stems on the neutral position itself.  (Note: currently, neutral-position is supported only for custodes; for stems of note heads, neutral-position is currently fixed to 0, i.e. the middle of the staff.)")
157 (grob-property-description 'deminutum boolean? "is this neume deminished?.")
158 (grob-property-description 'dependencies grob-list? "list of score-grob pointers that indicate who to compute first for certain global passes.")
159 (grob-property-description 'details list? "alist of parameters for detailed grob behavior.")
160 (grob-property-description 'dir-function procedure? "function of type (count total)->direction.  Default value: beam-dir-majority, also available: beam-dir-mean, beam-dir-median.
161
162 The ways to calculate the direction of a beam work as follows:
163 @table @code
164 @item majority
165 number count of up or down notes
166 @item mean
167 mean center distance of all notes
168 @item median
169 mean centre distance weighted per note
170 @end table
171
172 ")
173 (grob-property-description 'direction ly:dir? "up or down, left or right?.")
174 (grob-property-description 'direction-source ly:grob? "in case side-relative-direction is set, which grob  to get the direction from .")
175 (grob-property-description 'dot ly:grob? "reference to Dots object.")
176 (grob-property-description 'dot-count integer? "number of dots.")
177 (grob-property-description 'duration-log integer? "2-log of the notehead duration, i.e. 0=whole note, 1 = half note, etc.")
178 (grob-property-description 'edge-height pair? "a cons that specifies the heights of the vertical edges '(LEFT-height . RIGHT-height).")
179 (grob-property-description 'edge-widen pair? "a cons that specifies the widths of the slanted edges '(LEFT-width . RIGHT-width).")
180 (grob-property-description 'edge-text pair? "a cons that specifies the texts to be set at the edges '(LEFT-text . RIGHT-text).")
181 (grob-property-description 'elements grob-list? "list of grobs, type depending on the Grob where this is set in.")
182 (grob-property-description 'expand-limit integer? "maximum number of measures expanded in church rests.")
183 (grob-property-description 'extra-X-extent number-pair? "enlarge in X dimension by this much, measured in staff space.")
184 (grob-property-description 'extra-Y-extent number-pair? "see @code{extra-Y-extent}.")
185 (grob-property-description 'extent number-pair? "the extent of the text: (WIDTH . HEIGHT)")
186 (grob-property-description 'X-extent number-pair? "Store extent. internal use only. ")
187 (grob-property-description 'Y-extent number-pair? "Store extent. internal use only. ")
188 (grob-property-description 'extra-offset number-pair? "pair of reals
189 (a cons) forcing an extra offset before outputting.
190 @code{extra-offset} is added just before `printing' the grob, so the
191 typesetting engine is completely oblivious to it.
192 ")
193 (grob-property-description 'extremity-offset-alist list? "an alist (attachment stem-dir*dir slur-dir*dir) -> offset.  The offset adds to the centre of the notehead, or stem.")
194
195 (grob-property-description 'extremity-rules list? "an alist (procedure
196 slur dir) -> attachment to determine the attachment (see above).  If
197 procedure returns #t, attachment is used.  Otherwise, the next
198 procedure is tried.")
199 (grob-property-description
200  'flag-style symbol?
201  "a string determining what style of glyph is typeset on a Stem.
202  Additionally, @code{no-flag} switches off the flag.")
203 (grob-property-description 'stroke-style string? "set to \"grace\" to turn stroke through flag on.")
204 (grob-property-description 'flag-width-function procedure? "Procedure that computes the width of a half-beam (a non-connecting beam.).")
205 (grob-property-description 'flexa-width number? "width of a flexa shape in a ligature grob.")
206 (grob-property-description 'font-family symbol? "partial font
207 definition: music roman braces dynamic math ...")
208 (grob-property-description 'font-name string? "file name for the font to load.
209 Overrides all other font-X qualifiers.")
210 (grob-property-description 'font-design-size number? "partial font definition: exact font size in points FIXME: should override font-relative-size.")
211 (grob-property-description 'font-magnification number? "Magnification
212   of the font. If undefined, the default is @code{1.0}.")
213 (grob-property-description 'font-relative-size number? "partial font definition: the relative size compared the `normal' size.
214  0 is style-sheet's normal size, -1 is smaller, +1 is bigger, -1 is smaller.")
215 (grob-property-description 'font-series symbol? "partial font definition: medium, bold.")
216 (grob-property-description 'font-shape symbol? "partial font definition: upright or italic.")
217
218 (grob-property-description 'font-style symbol? "a precooked set of font
219 definitions, eg. finger volta timesig mark script large Large
220 dynamic.")
221
222 (grob-property-description 'force-hshift number? "amount of
223 collision_note_width that overides automatic collision settings. This
224 is used by @ref{note-collision-interface}.")
225
226 (grob-property-description 'fraction number-pair? "fraction of a time signature.")
227 (grob-property-description 'french-beaming boolean? "Use French
228 beaming style: stems stop at innermost beams.")
229 (grob-property-description 'full-size-change boolean? "if set, don't make a change clef smaller.")
230
231 (grob-property-description 'glyph string? "a string determining what (style) of  glyph is typeset. Valid choices depend on the function that is reading this property. .")
232 (grob-property-description 'glyph-name string? "a name of character within font.")
233 (grob-property-description 'glyph-name-procedure procedure? "Return
234 name of character within font.")
235
236 (grob-property-description 'gap number? "Size of a gap in a variable symbol.")
237
238 (grob-property-description 'grow-direction ly:dir? "crescendo or decrescendo?.")
239 (grob-property-description 'hair-thickness number? "thickness, measured in stafflinethickness.")
240 (grob-property-description 'heads pair? "Pair of grob pointers, pointing to the two heads of the  tie.")
241 (grob-property-description 'height number? "in staffspace.")
242 (grob-property-description 'height-limit number? "Maximum slur height,
243   long slurs approach this height.
244
245   For small width w, the height should be proportional to w, for w ->
246   infinity, the height should rise to limit h_infinity asymptotically.
247
248   Hence we take F (x) such that
249 @quotation
250 @example  
251   F (0) = 0 , F' (0) = 1, and F (infinity) = 1
252 @end example
253 @end quotation
254   where
255 @quotation
256 @example  
257   h = height-limit * F (x * ratio / height-limit)
258 @end example
259 @end quotation
260   Currently, for F we use
261 @quotation
262 @example  
263   F (x) = 2/pi * atan (pi * x/2)
264 @end example
265 @end quotation
266 ")
267 (grob-property-description 'horizontal-shift integer? "integer that identifies ranking of note-column for horizontal shifting. This is used by @ref{note-collision-interface}.")
268 (grob-property-description 'ideal-distances list? "(OBJ . (DIST . STRENGTH)) pairs.")
269 (grob-property-description 'inclinatum boolean? "is this neume an inclinatum?.")
270 (grob-property-description 'interfaces list? "list of symbols indicating the interfaces supported by this object. Is initialized from the @code{meta} field.")
271 (grob-property-description 'inversion list? " musical-pitch, optional.")
272 (grob-property-description 'items-worth-living grob-list? "list of interesting items. If empty in a particular system, clear that system.")
273 (grob-property-description 'join-heads boolean? "Whether to join the noteheads of an ambitus grob with a vertical line.")
274 (grob-property-description 'kern number? "amount of extra white space to add.
275
276 For text,  this is `relative'(?) to the current alignment.
277
278 For barline, space after a thick line.")
279 (grob-property-description 'knee boolean? "Is this beam a knee?")
280 (grob-property-description 'knee-spacing-correction number? "optical correction amount for knees. 0: no correction; 1: full correction.")
281 (grob-property-description 'layer number? "The output layer [0..2].  The default is 1.")
282
283 (grob-property-description 'left-position number? "position of left part of spanner.")
284 (grob-property-description 'right-position number? "position of right part of spanner.")
285 (grob-property-description 'left-padding number? "space left of accs.")
286 (grob-property-description 'right-head ly:grob? "")
287 (grob-property-description 'left-head ly:grob? "")
288
289 (grob-property-description 'left-widen boolean? "Whether the left edge of a piano pedal bracket should be widened by the first element of edge-widen.")
290
291 (grob-property-description 'length number? "Stem length for unbeamed stems, only for user override.")
292 (grob-property-description 'lengths list? "Stem length given
293 multiplicity of flag.  The Nth element of the list gives the stem
294 length of a note with N flags.
295 ")
296 (grob-property-description 'line-count integer? "Number of staff
297 lines.  If you want to override this for staffs individually, you must
298 use @code{\outputproperty}. @code{\property .. \override} will not
299 work: @code{\override} is processed after the StaffSymbol is created,
300 and will have no effect.
301 ")
302 (grob-property-description 'lookup symbol? "lookup method: 'value for plain text, 'name for character-name.")
303 (grob-property-description 'maximum-length number? "don't make Grob longer than this")
304 (grob-property-description 'maximum-rest-count integer? "kill off rests so we don't more than this number left.")
305 (grob-property-description 'measure-length ly:moment? "Length of a
306 measure. Used in some spacing situations.")
307 (grob-property-description 'measure-count integer? "number of measures for a multimeasure rest.")
308
309 (grob-property-description 'merge-differently-headed boolean? "Merge
310 noteheads in collisions, even if they have different note heads. The
311 smaller of the two heads will be rendered invisible. This used
312 polyphonic guitar notation. The value of this setting is used by
313 @ref{note-collision-interface} .")
314
315 (grob-property-description 'merge-differently-dotted boolean? " Merge
316 noteheads in collisions, even if they have a different number of
317 dots. This normal notation for some types of polyphonic music. The
318 value of this setting is used by @ref{note-collision-interface} .")
319
320 (grob-property-description 'meta list? "Alist of meta information of this grob.
321
322 The alist contains the following entries: name, interfaces.
323
324
325
326 ")
327 (grob-property-description 'minimum-distance number? "minimum distance between notes and rests.")
328 (grob-property-description 'minimum-distances list? "list of rods (ie. (OBJ . DIST) pairs).")
329
330 (grob-property-description 'minimum-X-extent number-pair? "minimum size in X dimension, measured in staff space.")
331 (grob-property-description 'minimum-Y-extent number-pair? "see @code{minimum-Y-extent}.")
332 (grob-property-description 'minimum-length number? "try to make the
333 Grob at least this long.
334
335 Also works as a scaling parameter for the length of hyphen. .")
336
337 ;; FIXME.
338 (grob-property-description 'minimum-space number? "minimum distance that the victim should move (after padding).
339
340 FIXME: also pair? (cons LEFT RIGHT)
341
342 ")
343 (grob-property-description 'molecule-callback procedure? "Function
344 taking grob as argument, returning a smobbed Molecule.
345
346 All visible, i.e. non-transparent, grobs have a callback to create a
347 Molecule. The callback should be a Scheme function taking one argument
348 (the grob) and returning a Molecule.  Most molecule callbacks are
349 written in C++, but you can also write them in Scheme. An example is
350 provided in @code{input/regression/molecule-hacking.ly}.
351 ")
352
353 (grob-property-description 'molecule ly:molecule? "Cached output of the molecule-callback.")
354
355 (grob-property-description 'new-accidentals list? "list of (pitch, accidental) pairs.")
356 (grob-property-description 'no-spacing-rods boolean? "read from grobs: boolean that makes Separation_item ignore this item (MOVE ME TO ITEM).")
357 (grob-property-description 'no-stem-extend boolean? "should stem not be extended to middle staff line?.")
358 (grob-property-description 'non-default boolean? "not set because of existence of a bar?.")
359 (grob-property-description 'note-head-style string? "name of the font character to be used as note heads in the ambitus grob.")
360 (grob-property-description 'note-heads grob-list? "List of note head grobs")
361 (grob-property-description 'old-accidentals list? "list of (pitch, accidental) pairs.")
362 (grob-property-description 'oriscus boolean? "is this neume an oriscus?.")
363 (grob-property-description 'outer boolean? "whether a text spanner should extend to the outer edge of the spanned notes")
364 (grob-property-description 'padding number? "add this much extra space between objects that are next to each other.")
365 (grob-property-description 'pedal-type symbol? "Style of piano pedal: text, bracket or mixed.")
366 (grob-property-description 'pedal-text ly:grob? "Pointer to the text of a mixed-style piano pedal.")
367 (grob-property-description 'penalty number? "Penalty for breaking at
368 this column. 10000 or more means forbid linebreak, -10000 or less
369 means force linebreak.  Other values influence linebreaking decisions
370 as a real penalty.")
371
372 (grob-property-description 'pes-or-flexa boolean? "shall this neume be joined with the previous head?.")
373 (grob-property-description 'pitch-max ly:pitch? "FIXME, JUNKME")
374 (grob-property-description 'pitch-min ly:pitch? "FIXME, JUNKME")
375
376
377 (grob-property-description 'pitches list? "list of musical-pitch.")
378 (grob-property-description 'quilisma boolean? "is this neume a quilisma?.")
379 (grob-property-description 'positions pair? "cons of staff positions (LEFT . RIGHT")
380 (grob-property-description 'porrectus-height number? "in staffspace.")
381 (grob-property-description 'porrectus-width number? "in staffspace.")
382 (grob-property-description 'raise number? "height for text to be raised (a negative value lowers the text.")
383 (grob-property-description 'ratio number? "Slur parameter.  See height-limit.")
384 (grob-property-description 'right-padding number? "space right of accs.")
385 (grob-property-description 'right-trim-amount number? "shortening of the lyric extender on the right.")
386 (grob-property-description 'right-widen boolean? "Whether the right edge of a piano pedal bracket should be widened by the second element of edge-widen")
387 (grob-property-description 'script-priority number? "A sorting key that determines in what order a script is within a stack of scripts.")
388 (grob-property-description 'self-alignment-X number-or-grob? "real number: -1 =
389 left aligned, 0 = center, 1 right-aligned in X direction.
390
391  Set to an grob pointer, if you want that grob to be the center.
392 In this case, the center grob should have this object as a
393 reference point.
394
395 TODO: revise typing.")
396 (grob-property-description 'self-alignment-Y number? "like self-alignment-X but for Y axis.")
397 (grob-property-description 'segments list? "DOCME.  ")
398 (grob-property-description 'semivocalis boolean? "is this neume a lisquescending one?.")
399 (grob-property-description 'shape symbol? "shape of cluster segments.  Valid values include 'leftsided-stairs', 'rightsided-stairs', 'centered-stairs', and 'ramp'.")
400 (grob-property-description 'shorten number? "the amount of space that a stem should be shortened (DOCME!)")
401 (grob-property-description 'shorten-pair number-pair? "the length on each side to shorten a text-spanner, for example a pedal bracket")
402 (grob-property-description 'common-shortest-duration ly:moment?
403                            "The most common shortest note length.
404 This is used in spacing. Making this larger will make the score tighter.")
405 (grob-property-description 'shortest-duration-space number? "Start
406 with this much space for the shortest duration. This is explessed in @code{spacing-increment} as unit. See also
407 @ref{spacing-spanner-interface}.")
408 (grob-property-description 'shortest-playing-duration ly:moment? "duration of the shortest playing in that column.")
409 (grob-property-description 'shortest-starter-duration ly:moment? "duration of the shortest notes that starts exactly in this column.")
410 (grob-property-description 'side-relative-direction ly:dir? "if set: get the direction from a different object, and multiply by this.")
411 (grob-property-description 'side-support-elements grob-list? "the support, a list of grobs.")
412 (grob-property-description 'slope number? "some kind of slope")
413 (grob-property-description 'slope-limit number? "set slope to zero if slope is running away steeper than this.")
414 (grob-property-description 'solid boolean? "should porrectus be solidly filled?.")
415
416 (grob-property-description 'space-alist list? "Alist of break align
417 spacing tuples: format = (SYMBOL . (TYPE . DISTANCE)), where TYPE can be
418 minimum-space or extra-space.")
419 (grob-property-description 'space-function procedure? "return interbeam space given Beam grob and multiplicity.")
420 (grob-property-description 'spacing-increment number? "Add this much space for a doubled duration. Typically, the width of a note head. See also @ref{spacing-spanner-interface}.")
421
422 (grob-property-description 'spacing-wishes grob-list? "List of note spacing or staff spacing objects.")
423 (grob-property-description 'spacing-procedure procedure? "procedure
424 taking grob as argument. This is called after
425 before-line-breaking-callback, but before the actual line breaking
426 itself.  Return value is ignored.")
427 (grob-property-description 'stacking-dir ly:dir? "stack contents of grobs in which direction ?.")
428 (grob-property-description 'staff-space number? "Amount of line leading relative to global staffspace.")
429 (grob-property-description 'staff-position number? "vertical position in staff spaces, counted from the middle line.")
430
431 (grob-property-description 'staffline-clearance number? "don't get closer than this to stafflines.")
432 (grob-property-description 'stem ly:grob? "pointer to Stem object.")
433 (grob-property-description 'stem-attachment-function procedure? "Where
434 does the stem attach to the notehead? Function takes a symbol argument
435 being the style. It returns a (X . Y) pair, specifying location in
436 terms of note head bounding box.")
437 (grob-property-description 'stem-end-position number? "Where does the stem end (the end is opposite to the support-head.")
438
439 (grob-property-description 'stem-shorten list? "shorten stems in forced directions given flag multiplicity:
440 the Nth element of the list gives the amount stem shortening of a note with N flags.
441 ")
442 (grob-property-description 'stem-spacing-correction number? "optical correction amount.  [TODO: doco] ")
443 (grob-property-description 'stems grob-list? "list of stem objects, corresponding to the notes that the arpeggio has to be before.")
444 (grob-property-description 'stropha boolean? "is this neume a stropha?.")
445 (grob-property-description 'style symbol? "a string determining what style of  glyph is typeset. Valid choices depend on the function that is reading this property. .")
446 (grob-property-description 'support-head ly:grob? "the note head at
447 one end of the stem.")
448 (grob-property-description 'text markup? "
449 Scheme markup text.  It is defined as follows:
450
451 @example
452 text: string | (head? text+)
453 head: markup | (markup+)
454 markup-item: property | abbrev
455 property: (@var{key} . @var{value})
456 abbrev: @code{columns lines roman music bold italic named super sub overstrike text}
457         @code{finger volta timesig mmrest mark script large Large dynamic}
458 @end example
459
460
461 The following abbreviations are currently defined:
462 @table @samp
463 @item columns
464  horizontal mode: set all text on one line (default)
465 @item lines
466  vertical mode: set every text on new line
467 @item roman
468  select roman font
469 @item music
470  select feta font, and lookup by character name
471 @item bold
472  select bold series
473 @item italic
474  select italic shape
475 @item named
476  lookup by character name
477 @item text
478  plain text lookup (by character value)
479 @item super
480  superscript
481 @item sub
482  subscript
483 @item overstrike
484  the next text or character overstrikes this one
485 @item finger
486  select fingering number fontstyle
487 @item volta
488  select volta number fontstyle
489 @item timesig
490  select time signature number fontstyle
491 @item mmrest
492  select multi measure rest number fontstyle
493 @item mark
494  select mark number fontstyle
495 @item script
496  select scriptsize roman fontstyle
497 @item large
498  select large roman fontstyle
499 @item Large
500  select Large roman fontstyle
501 @item dynamic
502  select dynamics fontstyle
503 @end table
504 .")
505 (grob-property-description 'text-start boolean? "Indicator for whether a piano pedal bracket has leading text, such as Ped.")
506 (grob-property-description 'thick-thickness number? "thickness, measured in stafflinethickness.")
507 (grob-property-description 'thickness number? "thickness, measured in stafflinethickness.")
508 (grob-property-description 'thin-kern number? "space after a hair-line.")
509 (grob-property-description 'forced-distance number? "forced distance for an alignment.")
510
511 (grob-property-description 'threshold number-pair? "(cons MIN MAX), where MIN and MAX are dimensions in staffspace.")
512 (grob-property-description 'transparent boolean? "This is almost the
513 same as setting molecule-callback to #f, but this retains the
514 dimensions of this grob, which means that you can erase grobs
515 individually. .")
516 (grob-property-description 'bracket-visibility boolean-or-symbol? "
517 This controls the visibility of the tuplet bracket.
518 Setting it to false will prevent printing of the
519 bracket. Setting the property to #'if-no-beam will make it
520 print only if there is no beam associated with this tuplet bracket.")
521 (grob-property-description 'number-visibility boolean-or-symbol? "
522 Like @code{bracket-visibility}, but for the number.")
523 (grob-property-description 'tie ly:grob? "") 
524 (grob-property-description 'type symbol? " 
525
526 ")
527
528 (grob-property-description 'break-visibility procedure? "a function that takes the break direction and returns a  cons of booleans containing (TRANSPARENT . EMPTY).
529
530
531 Some items need special treatment for line breaking. For example, a
532 clef is normally only printed at the start of a line (i.e. after a line
533 break).  To model this, `breakable' items (clef, key signature, bar lines,
534 etc.) are copied twice. Then we have three versions of each breakable
535 item: one version if there is no line break, one version that is printed
536 before the line break (at the end of a system), one version that is
537 printed after the line break.
538
539 Whether these versions are visible and take up space, is determined by
540 the outcome of the @code{break-visibility}. This grob property is a
541 function taking a direction (-1, 0 or 1) as argument. It returns a cons
542 of booleans, signifying whether this grob should be transparent and have
543 no extent.
544
545 ")
546 (grob-property-description 'virga boolean? "is this neume a virga?.")
547 (grob-property-description 'when ly:moment? "when does this column happen?.")
548 (grob-property-description 'word-space number? "elongate left by this much (FIXME: cumbersome semantics).")
549 (grob-property-description 'alignment number? "alignment of lyrics on notehead, -1 is LEFT, 0 is CENTRE, 1 is RIGHT .")
550 (grob-property-description 'ignore-length-mismatch boolean? "if #t, stanzas with shorter lyrics can be moved away from their respective note-head by the lyric alignment code.")
551 (grob-property-description 'begin-alignment number? "proportion of lyric length from beginning to align with note-head for left-aligned lyrics.")
552 (grob-property-description 'end-alignment number? "proportion of lyric length from end to align with note-head for right-aligned lyrics.")
553 (grob-property-description 'width number? "width of a grob measured in staff space.")
554 (grob-property-description 'width-correct number? "width correction for (de)cresc. text spanners.")
555 (grob-property-description 'x-gap number? "horizontal gap between notehead and tie.")
556 (grob-property-description 'x-offset number? "extra horizontal offset for ligature heads.")
557 (grob-property-description 'y-free number? "minimal vertical gap between slur and noteheads or stems.")
558 (grob-property-description 'y-offset number? "extra vertical offset
559 for ties away from the center line.")
560 (grob-property-description 'zigzag-length number? "The length of the
561 lines of a zigzag - relative to zigzag-width. a value of 1
562 gives 60-degree zigzags.")
563 (grob-property-description 'zigzag-width number? "the width of one
564 zigzag-squiggle, measured in staff space. The width will be adjusted
565 so that the line can be constructed from a whole number of squiggles.")
566
567
568 ;;; INTERNAL
569
570 (grob-property-description 'left-neighbors grob-list? " List of
571 spacing-wish grobs that are close to the current column.
572
573 The closest spacing-wishes determine the actual distances between the
574 columns.
575 ")
576 (grob-property-description 'right-neighbors grob-list? "see left-neighbors")
577 (grob-property-description 'left-items grob-list? "")
578 (grob-property-description 'right-items grob-list? "")
579
580 (grob-property-description 'cause scheme? "Any kind of causation objects (i.e. music, or perhaps translator) that was the cause for this grob.  ")
581 (grob-property-description 'font ly:font-metric? "Cached font metric object")
582 (grob-property-description 'break-alignment-done boolean? "mark flag to signal we've done alignment already.")
583 (grob-property-description
584  'staff-padding number?
585  "Maintain this much space to the staff.  It's effect is similar to
586 the padding mechanism, but this will keep objects above and below the
587 staff in a row more often, when the heights of the notes vary.
588 ")
589
590 (grob-property-description 'staff-symbol ly:grob? "the staff symbol grob that we're in.")
591 (grob-property-description 'collision-done boolean? "")
592 (grob-property-description 'rest ly:grob? "the staff symbol grob that we're in.")
593 (grob-property-description 'rest-collision ly:grob? "rest collision that a rest is in.")
594 (grob-property-description 'rest-collision-done boolean? "Is this rest collision processed yet?")
595
596 (grob-property-description 'script-molecule pair? "Index code for script -- internal, see script.cc.")
597
598 (grob-property-description 'accidental-grob ly:grob? "Accidental for this note.")
599
600 (grob-property-description 'causes list? "list of cause objects; these can be music objects or grobs.")
601 (grob-property-description 'flag-count number? "")
602 (grob-property-description 'chord-tremolo boolean? "if set, this beam is a tremolo. TODO: use interface for this!")
603 (grob-property-description 'chord pair? "?")
604 (grob-property-description 'begin-of-line-visible boolean? "?")
605
606 (grob-property-description 'quant-score number? "Beam quanting score
607 -- can be stored for debugging")
608 (grob-property-description 'least-squares-dy number? 
609  "ideal beam slope, without damping.")
610 (grob-property-description 'ligature-primitive-callback procedure? "callback that brews ligature head.")
611 (grob-property-description 'stem-info pair? "caching of stem parameters")
612 (grob-property-description 'note-columns pair? "list of NoteColumn grobs.")
613
614 (grob-property-description 'if-text-padding number? "padding in case texts are there.")
615 (grob-property-description 'grace-space-factor number? "space grace at this fraction of the increment.")
616 (grob-property-description 'position-callbacks list? "list of
617 functions set spanner positions.")
618 (grob-property-description 'join-left number? "in ligature such as pes and flexa, the length of the vertical joining beam attached to the left side of the head")
619 (grob-property-description 'delta-pitch number? "DOCME")
620 (grob-property-description 'head-width number? "width of this ligature head")
621 (grob-property-description 'primitive number? "DOCME")
622 (grob-property-description 'minimum-beam-collision-distance number?
623 "Minimum distance to beam for a rest collision.")
624
625 (grob-property-description 'avoid-note-head boolean? "if set, the stem of a chord does not pass through all note head, but start at the last note head. Used by tablature.")
626 (grob-property-description 'up-to-staff boolean? "if set, stems' lengths are set so as stems end out of the staff. Used by tablature.")
627 (grob-property-description 'use-breve-rest boolean? "boolean that tells multi-measure-rest to use a breve rest to represent the duration of 1 measure instead of w whole rest.  It defaults to false.  It is set to true when the duration of a measure is a breve or longer.")