''
[lilypond.git] / scm / interface-description.scm
blob767de6a6efc8065de19e9cd46dbc2439ecc88c6e
1 ;;;; interface-description.scm -- part of generated backend documentation
2 ;;;;
3 ;;;;  source file of the GNU LilyPond music typesetter
4 ;;;; 
5 ;;;; (c) 1998--2001  Han-Wen Nienhuys <hanwen@cs.uu.nl>
6 ;;;;                 Jan Nieuwenhuizen <janneke@gnu.org>
9 ; should include default value?
11 (ly-add-interface
12 'note-name-interface
13  "Note name"
14  '(style))
16 (ly-add-interface
17  'dynamic-interface
18    "Any kind of loudness sign"
19    '()
20     )
22 (ly-add-interface
23  'finger-interface
24  "A fingering instruction"
25  '()
26  )
28 (ly-add-interface
29  'ligature-interface
30  "A ligature"
31  '()
32  )
34 (ly-add-interface
35  'mark-interface
36  "a rehearsal mark"
37  '(
38    ))
40 ;;; todo: this is not typesetting info. Move to interpretation.
41 (ly-add-interface
42  'tablature-interface
43  "tablature notes"
44  '(string-tunings tab-string))