1 ;;;; This file is part of LilyPond, the GNU music typesetter.
3 ;;;; Copyright (C) 1998--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
4 ;;;; Jan Nieuwenhuizen <janneke@gnu.org>
6 ;;;; LilyPond is free software: you can redistribute it and/or modify
7 ;;;; it under the terms of the GNU General Public License as published by
8 ;;;; the Free Software Foundation, either version 3 of the License, or
9 ;;;; (at your option) any later version.
11 ;;;; LilyPond is distributed in the hope that it will be useful,
12 ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 ;;;; GNU General Public License for more details.
16 ;;;; You should have received a copy of the GNU General Public License
17 ;;;; along with LilyPond. If not, see <http://www.gnu.org/licenses/>.
20 ;; The interfaces defined here generally have no code (e.g.,
21 ;; dynamic-interface), or have callbacks defined entirely in
22 ;; scheme. Others interfaces are defined in lily/*.cc with the
23 ;; ADD_INTERFACE function.
25 ;; should include default value?
29 'accidental-suggestion-interface
30 "An accidental, printed as a suggestion (typically: vertically over a
36 "The line between note heads for a pitch range."
37 '(gap note-heads thickness))
40 'bass-figure-interface
45 'bass-figure-alignment-interface
46 "Align a bass figure."
52 '(thickness delta-position))
56 "Any kind of loudness sign."
60 'dynamic-line-spanner-interface
61 "Dynamic line spanner."
65 'dynamic-text-interface
66 "An absolute text dynamic."
70 'dynamic-text-spanner-interface
71 "Dynamic text spanner."
81 "A fingering instruction."
87 '(automatically-numbered
90 numbering-assertion-function))
93 'footnote-spanner-interface
94 "Make a footnote spanner."
95 '(footnote-text spanner-placement))
98 'fret-diagram-interface
100 '(align-dir fret-diagram-details size dot-placement-list
109 'grace-spacing-interface
110 "Keep track of durations in a run of grace notes."
111 '(columns common-shortest-duration))
114 'inline-accidental-interface
115 "An inlined accidental (i.e. normal accidentals, cautionary
120 'instrument-specific-markup-interface
121 "Instrument-specific markup (like fret boards or harp pedal diagrams)."
122 '(fret-diagram-details graphical harp-pedal-details size thickness))
125 'key-cancellation-interface
126 "A key cancellation."
130 'ligature-head-interface
131 "A note head that can become part of a ligature."
135 'ligature-bracket-interface
136 "A bracket indicating a ligature in the original edition."
137 '(width thickness height))
146 "Any object that is related to lyrics."
150 'lyric-syllable-interface
151 "A single piece of lyrics."
160 'metronome-mark-interface
165 'multi-measure-interface
166 "Multi measure rest, and the text or number that is printed over it."
175 'only-prebreak-interface
176 "Kill this grob after the line breaking process."
180 'parentheses-interface
181 "Parentheses for other objects."
185 'percent-repeat-interface
186 "Beat, Double and single measure repeats."
187 '(dot-negative-kern slash-negative-kern slope thickness))
190 'piano-pedal-interface
191 "A piano pedal sign."
195 'piano-pedal-script-interface
196 "A piano pedal sign, fixed size."
200 'pitched-trill-interface
201 "A note head to indicate trill pitches."
205 'rhythmic-grob-interface
206 "Any object with a duration. Used to determine which grobs are
207 interesting enough to maintain a hara-kiri staff."
211 'spacing-options-interface
212 "Supports setting of spacing variables."
213 '(spacing-increment shortest-duration-space))
216 'stanza-number-interface
217 "A stanza number, to be put in from of a lyrics line."
221 'string-number-interface
222 "A string number instruction."
226 'stroke-finger-interface
227 "A right hand finger instruction."
231 'system-start-text-interface
232 "Text in front of the system."
233 '(long-text self-alignment-X self-alignment-Y text))
236 'tab-note-head-interface
237 "A note head in tablature."
238 '(details display-cautionary span-start))
241 'trill-spanner-interface
246 'trill-pitch-accidental-interface
247 "An accidental for trill pitch."
251 'unbreakable-spanner-interface
252 "A spanner that should not be broken across line breaks. Override
253 with @code{breakable=##t}."