]> git.donarmstrong.com Git - lilypond.git/blob - scm/describe-context.scm
remove tail, filter-list, filter-out-list,
[lilypond.git] / scm / describe-context.scm
1
2 ;; todo: move this to engraver-init.ly 
3
4 (define-public context-description-alist
5   '(
6     (LyricsVoice . )
7     (Thread . )
8     (Voice . )
9
10
11     (ChordNames . "
12   Can contain @code{ChordNamesVoice}
13     contexts.")
14
15     (Lyrics . "
16 ")
17     (Staff .
18
19     (RhythmicStaff .
20     (GrandStaff . 
21     (PianoStaff .
22                 
23
24     (StaffGroup .
25                 
26     (ChoirStaff . "
27 ")
28     (Score .
29            
30 ")
31
32     (TabStaff . 
33     )
34   )
35
36 (set! context-description-alist
37       (sort context-description-alist alist<?))