]> git.donarmstrong.com Git - lilypond.git/blob - scm/interface-description.scm
''
[lilypond.git] / scm / interface-description.scm
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>
7
8
9 ; should include default value?
10
11 (ly-add-interface
12 'note-name-interface
13  "Note name"
14  '(style))
15
16 (ly-add-interface
17  'dynamic-interface
18    "Any kind of loudness sign"
19    '()
20     )
21
22 (ly-add-interface
23  'finger-interface
24  "A fingering instruction"
25  '()
26  )
27
28 (ly-add-interface
29  'ligature-interface
30  "A ligature"
31  '()
32  )
33
34 (ly-add-interface
35  'mark-interface
36  "a rehearsal mark"
37  '(
38    ))