1 ;;;; interface-description.scm -- part of generated backend documentation
3 ;;;; source file of the GNU LilyPond music typesetter
5 ;;;; (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6 ;;;; Jan Nieuwenhuizen <janneke@gnu.org>
9 ; should include default value?
15 "Any kind of loudness sign"
21 "A fingering instruction"
26 'string-number-interface
27 "A string number instruction"
32 'fret-diagram-interface
34 '(align-dir barre-type dot-color dot-radius finger-code fret-count
35 label-dir number-type size string-count thickness)
45 'ligature-bracket-interface
46 "A bracket indicating a ligature in the original edition"
47 '(width thickness height ligature-primitive-callback))
50 'lyric-syllable-interface
51 "a single piece of lyrics"
56 "Any object that is related to lyrics."
65 'metronome-mark-interface
72 'multi-measure-interface
73 "Multi measure rest, and the text or number that is printed over it."
83 'only-prebreak-interface
84 "Kill this grob after the line breaking process."
88 'piano-pedal-interface
94 'rhythmic-grob-interface
95 "Any object with a rhythmic basis. Used to determine which grobs
96 are interesting enough to maintain a hara-kiri staff."
101 'stanza-number-interface
102 "A stanza number, to be put in from of a lyrics line"
106 ;;; todo: this is not typesetting info. Move to interpretation.
109 "An interface for any notes set in a tablature staff"
114 'vertically-spaceable-interface
115 "Objects that should be kept at constant vertical distances. Typically:
116 @internalsref{VerticalAxisGroup} objects of @internalsref{Staff} contexts."