1 ;;;; interface-description.scm -- part of generated backend documentation
3 ;;;; source file of the GNU LilyPond music typesetter
5 ;;;; (c) 1998--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
6 ;;;; Jan Nieuwenhuizen <janneke@gnu.org>
9 ;; should include default value?
13 'accidental-suggestion-interface
14 "An accidental, printed as a suggestion (typically: vertically over a
19 'bass-figure-interface
24 'bass-figure-alignment-interface
25 "Align a bass figure."
31 '(thickness delta-position))
35 "Any kind of loudness sign."
39 'dynamic-line-spanner-interface
40 "Dynamic line spanner."
44 'dynamic-text-spanner-interface
45 "Dynamic text spanner."
50 "A fingering instruction."
54 'fret-diagram-interface
56 '(align-dir fret-diagram-details size dot-placement-list
60 'grace-spacing-interface
61 "Keep track of durations in a run of grace notes."
62 '(columns common-shortest-duration))
65 'instrument-specific-markup-interface
66 "Instrument-specific markup (like fret boards or harp pedal diagrams)."
67 '(fret-diagram-details harp-pedal-details size thickness))
70 'key-cancellation-interface
75 'ligature-bracket-interface
76 "A bracket indicating a ligature in the original edition."
77 '(width thickness height))
86 "Any object that is related to lyrics."
90 'lyric-syllable-interface
91 "A single piece of lyrics."
100 'metronome-mark-interface
105 'multi-measure-interface
106 "Multi measure rest, and the text or number that is printed over it."
115 'only-prebreak-interface
116 "Kill this grob after the line breaking process."
120 'parentheses-interface
121 "Parentheses for other objects."
125 'percent-repeat-interface
126 "Beat, Double and single measure repeats."
127 '(dot-negative-kern slash-negative-kern slope thickness))
130 'piano-pedal-interface
131 "A piano pedal sign."
135 'piano-pedal-script-interface
136 "A piano pedal sign, fixed size."
140 'pitched-trill-interface
141 "A note head to indicate trill pitches."
145 'rhythmic-grob-interface
146 "Any object with a duration. Used to determine which grobs are
147 interesting enough to maintain a hara-kiri staff."
151 'spacing-options-interface
152 "Supports setting of spacing variables."
153 '(spacing-increment shortest-duration-space))
156 'stanza-number-interface
157 "A stanza number, to be put in from of a lyrics line."
161 'string-number-interface
162 "A string number instruction."
166 'stroke-finger-interface
167 "A right hand finger instruction."
170 ;;; todo: this is not typesetting info. Move to interpretation.
173 "An interface for any notes set in a tablature staff."
177 'trill-spanner-interface
182 'trill-pitch-accidental-interface
183 "An accidental for trill pitch."
187 'unbreakable-spanner-interface
188 "A spanner that should not be broken across line breaks. Override
189 with @code{breakable=##t}."
193 'vertically-spaceable-interface
194 "Objects that should be kept at constant vertical distances. Typically:
195 @rinternals{VerticalAxisGroup} objects of @rinternals{Staff} contexts."