1 ;;;; This file is part of LilyPond, the GNU music typesetter.
3 ;;;; Copyright (C) 1998--2010 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 ;; should include default value?
24 'accidental-suggestion-interface
25 "An accidental, printed as a suggestion (typically: vertically over a
31 "The line between note heads for a pitch range."
32 '(gap note-heads thickness))
35 'bass-figure-interface
40 'bass-figure-alignment-interface
41 "Align a bass figure."
47 '(thickness delta-position))
51 "Any kind of loudness sign."
55 'dynamic-line-spanner-interface
56 "Dynamic line spanner."
60 'dynamic-text-interface
61 "An absolute text dynamic."
65 'dynamic-text-spanner-interface
66 "Dynamic text spanner."
76 "A fingering instruction."
80 'fret-diagram-interface
82 '(align-dir fret-diagram-details size dot-placement-list
86 'grace-spacing-interface
87 "Keep track of durations in a run of grace notes."
88 '(columns common-shortest-duration))
91 'instrument-specific-markup-interface
92 "Instrument-specific markup (like fret boards or harp pedal diagrams)."
93 '(fret-diagram-details harp-pedal-details size thickness))
96 'key-cancellation-interface
101 'ligature-bracket-interface
102 "A bracket indicating a ligature in the original edition."
103 '(width thickness height))
112 "Any object that is related to lyrics."
116 'lyric-syllable-interface
117 "A single piece of lyrics."
126 'metronome-mark-interface
131 'multi-measure-interface
132 "Multi measure rest, and the text or number that is printed over it."
141 'only-prebreak-interface
142 "Kill this grob after the line breaking process."
146 'parentheses-interface
147 "Parentheses for other objects."
151 'percent-repeat-interface
152 "Beat, Double and single measure repeats."
153 '(dot-negative-kern slash-negative-kern slope thickness))
156 'piano-pedal-interface
157 "A piano pedal sign."
161 'piano-pedal-script-interface
162 "A piano pedal sign, fixed size."
166 'pitched-trill-interface
167 "A note head to indicate trill pitches."
171 'rhythmic-grob-interface
172 "Any object with a duration. Used to determine which grobs are
173 interesting enough to maintain a hara-kiri staff."
177 'spacing-options-interface
178 "Supports setting of spacing variables."
179 '(spacing-increment shortest-duration-space))
182 'stanza-number-interface
183 "A stanza number, to be put in from of a lyrics line."
187 'string-number-interface
188 "A string number instruction."
192 'stroke-finger-interface
193 "A right hand finger instruction."
197 'system-start-text-interface
198 "Text in front of the system."
199 '(long-text self-alignment-X self-alignment-Y text))
202 'tab-note-head-interface
203 "A note head in tablature."
207 'trill-spanner-interface
212 'trill-pitch-accidental-interface
213 "An accidental for trill pitch."
217 'unbreakable-spanner-interface
218 "A spanner that should not be broken across line breaks. Override
219 with @code{breakable=##t}."
223 'vertically-spaceable-interface
224 "Objects that should be kept at constant vertical distances. Typically:
225 @rinternals{VerticalAxisGroup} objects of @rinternals{Staff} contexts."