1 ;;;; interface-description.scm -- part of generated backend documentation
3 ;;;; source file of the GNU LilyPond music typesetter
5 ;;;; (c) 1998--2007 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
57 '(align-dir fret-diagram-details size string-fret-finger-combinations
61 'grace-spacing-interface
62 "Keep track of durations in a run of grace notes."
63 '(columns common-shortest-duration))
66 'key-cancellation-interface
71 'ligature-bracket-interface
72 "A bracket indicating a ligature in the original edition."
73 '(width thickness height))
82 "Any object that is related to lyrics."
86 'lyric-syllable-interface
87 "A single piece of lyrics."
96 'metronome-mark-interface
101 'multi-measure-interface
102 "Multi measure rest, and the text or number that is printed over it."
111 'only-prebreak-interface
112 "Kill this grob after the line breaking process."
116 'parentheses-interface
117 "Parentheses for other objects."
121 'piano-pedal-interface
122 "A piano pedal sign."
126 'piano-pedal-script-interface
127 "A piano pedal sign, fixed size."
131 'pitched-trill-interface
132 "A note head to indicate trill pitches."
136 'rhythmic-grob-interface
137 "Any object with a duration. Used to determine which grobs are
138 interesting enough to maintain a hara-kiri staff."
142 'spacing-options-interface
143 "Supports setting of spacing variables."
144 '(spacing-increment shortest-duration-space))
147 'stanza-number-interface
148 "A stanza number, to be put in from of a lyrics line."
152 'string-number-interface
153 "A string number instruction."
157 'stroke-finger-interface
158 "A right hand finger instruction."
161 ;;; todo: this is not typesetting info. Move to interpretation.
164 "An interface for any notes set in a tablature staff."
168 'trill-spanner-interface
173 'trill-pitch-accidental-interface
174 "An accidental for trill pitch."
178 'unbreakable-spanner-interface
179 "A spanner that should not be broken across line breaks. Override
180 with @code{breakable=##t}."
184 'vertically-spaceable-interface
185 "Objects that should be kept at constant vertical distances. Typically:
186 @rinternals{VerticalAxisGroup} objects of @rinternals{Staff} contexts."