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