]> git.donarmstrong.com Git - lilypond.git/blob - TODO
release: 0.0.49
[lilypond.git] / TODO
1 before 0.1
2
3         * update 20 pt table
4
5         * decent TeX page layout
6
7         * per-pstaff item-widths
8         
9         * remove unnecessary or confusing constructs from .ly
10
11         * key undo
12
13 This is an assorted collection of stuff that will be done, might be
14 done, or is an idea that I want to think about
15
16 PARSER
17         * Duration-> Musical_duration, typedef Rational Duration?
18
19 MAKE-STUFF
20
21         * do platform stuff: configure, header(s), targets, build (out?)
22         
23 BUGS
24
25         * help-lines
26
27         * [c8. c32 c32]
28
29         * cis ( | ) cis
30
31         * lilypond - -> 
32
33 SEVERELY LACKING:
34
35         * grace notes
36
37 FURTHER FOR ORCHESTRAL SCORE:
38
39         * multibar rests
40
41         * barnumbers, markers
42
43         * abbreviations c4=16
44
45 INPUTLANGUAGE
46
47         * configure pitch_byte
48
49         * special key.
50
51         * figured bass?
52
53         * transposition
54
55         * rest name configurable
56
57         * Raw request syntax
58
59         * subtime with Subtle_reqs
60
61 SMALLISH PROJECTS
62
63         * bugreport to doc++ devel: struct not in class hier; public
64         virtual baseclasses
65
66         * half-sharps, half-flats
67         
68         * unix style paths for LILYINCLUDE EN
69
70         * rpm package buildroot
71
72         * indentable stream for TeX stream, lily stream, Dstream.
73
74         * key transposition
75         
76         * caching breakpoints / saving them. 
77
78         * use dstream feature in mi2mu
79
80         * qtor, btor, mtor-> tor( QUIET_ver ), tor( DEBUG_ver ), etc.
81
82         - declare notenametab?
83
84         * use tors feature in lily
85
86         * do conventional keys (C G A, F B E, a e fis, d as des, etc ), 
87           besides lists of flats/sharps
88
89         * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
90
91         * fix Staff_elem::width() derivs to use offset_
92
93         * parshape
94
95         * read from mmap directly: bugreport to flex developers->
96         yy_scan_buffer in C++..
97
98         * binsearch/hash for identifiers
99
100         * stafftypes: voice names/ instrument names.
101
102         * Lookup::tex_glissando, Lookup::tex_bracket,  (use texbeam.cc as an
103         example.)
104
105         * Decent TeX titledefs (\tempo, \metron, etc. )
106
107         * command priority into enum
108         
109         * C meter iso 4/4
110
111         * textspanner: center position
112
113         * script-spacing
114
115         * Brackets
116
117         * caching of Register_group_register hierarchies.
118
119         * use (char *) iso. String for communication between lexer and
120         parser.
121
122         * configure idealspacing: arithmetic
123
124         * collision Request_register.
125
126         * add (good guess of) width to lyric items
127
128         * midi output: eat-up dynamic, key/meter/tempo changes, and write them neatly
129
130         * LilyPond .deb
131
132 DOC
133
134         * beam generation.
135
136         * all errors
137
138         * a test suite
139
140 FUTURE
141
142         * slur parts as a script
143         
144         * multiple scripst.
145
146         * mixed fontsizes
147
148         * put scripts on bars
149
150         * glissando
151
152         * guitar chord
153
154         * Junk Staff_column, and find the requests while walking the Voices.?
155
156         * better beamslope calculation: QLP for beams?
157
158         * implement better breaking algorithm
159
160         * Text_crescendo
161
162         * clean solution for staffsize in items.
163
164         * merge key{item} & localkey{item}?
165
166         * revise calcideal
167
168         * volta
169
170         * piano staff
171
172 IDEAS
173
174         * integrate Register/Midi stuff
175
176         * create libmudela, or liblily_frontend
177
178         * Horizontal_align_item, Vertical_align_item.
179
180         * move MIDI io to a ANSI C libmidi library.
181
182         * itemcolumns: Use dummy items.
183
184         * use an embedded language: scheme, lisp, S-lang, Perl, GUILE, ?
185
186         * y -dims in internote?
187
188         * hack up mf sources for decent spacing info (and then maybe
189         read TFM directly)
190
191         * merge Atom and Symbol?
192
193         * merge common code of Item, Atom/Molecule
194
195         * Spacing_request for manually adjusting spacing
196
197         * Staff_group, Score_request_register.
198
199         * SHIT: meters/bars should be aligned, which is difficult if
200         we get different keychanges in different staffs.
201
202         * Integrating (objectiveC) MusicKit with LilyPond
203         
204         * MusixTeX output possible?
205
206         * PostScript output (esp. Beams, Slurs, etc)
207
208         * caching breakpoints
209
210         * use exceptions iso assert?