]> git.donarmstrong.com Git - lilypond.git/blob - NEWS
patch::: 0.1.17.jcn2: biems
[lilypond.git] / NEWS
1 pl 17.jcn2
2         - egcs compile (no link yet)
3         - nicer 4rest
4         - beam font (je kunt wel tegen een grapje, eva?)
5         - mf-to-table: 
6           * "breapth" (x-depth) feature
7           * handle generic stuff such as beams
8
9 pl 17.jcn1
10         - all of the above
11
12 pl 16.jcn3
13         - polished noteheads
14         - fixed 8-128 rests
15         - 4rest
16         - mf-to-table generates tex defs
17         - bf:mf-to-table and conflily outname check
18
19 pl 16.jcn2
20         - 8-128 rests
21  
22 pl 17
23         - bf: ledgerline width
24         - bf: toccata-fuga-E
25         - took out some hardwiring of tex-beam
26         
27 pl 16.jcn1
28         - mf-to-table.in: generate mozarella metric info tables
29         - autometric.mf: write metric info to mf logfile
30         - ital-r.mf, smaller ital-m.mf
31         - variable streepjes length (top/bottomlines); fixed (for 20pt?)
32         - streepjes twice as thick as staffrules
33         - even more pronounced bolletjes -- how 'bout this wendy?
34         - quarter and half note after drawings (a/b less distinct)
35
36 *****
37 sep 19
38 pl 16
39         - revised mudela-man a bit
40         - ; optional after \musicidentifier
41         - bf: doco about {Mus*,Opus}TeX
42         - bf: configure: MFDIR
43         - bf: String::operator bool () removed
44         - bf: String::operator char const * () removed
45         - bf: Line_spacer::~Line_spacer () added: plugged memleak
46         - bf: Line_of_score::do_unlink () call Spanner::do_unlink
47         - bf: rests in beams
48         - bf: textnatural
49         - bf: 20 pt flags
50         - bf: longarest 
51         
52 pl 15.jcn1
53         - bf: typos whole and half notehead
54         - de-uglyfied bolletjes.mf
55         - ascii output of font metrics in mf logfile
56
57 ******
58 sep 17
59
60         
61 pl 15
62         - put top of NEWS file in the webpage
63         - breadth first search for engravers.
64         - bf: coriolan-alto.ly
65         - Stem / Notehead width now properly calced
66         - Atom and Symbol merged
67
68 pl 14.jcn1
69         - lily's own noteheads (balls/globes :)  (font-en-tja*.mf)
70         - {table,paper}* and taupindefs adaptations (when are we moving?)
71         - fp, sf, sfz dynamics
72         - font.ly
73         - bf: dist mudela-mode
74
75 *******
76 sep 15
77
78 pl 14
79         - Simple but nifty mudela-mode.el for Emacs
80         - slightly better syntax for single-note-repeat, now default kept in
81 Stem_engraver
82         - bf: Abbrev_beams are not the only beams (see: jcn4, stem-info, thanks, Jan)
83         - a CPU timer for Interpreting and Breaking
84         - Separate Score_elem:
85           * invoke-once stuff in Super_elem (using function pointers; much cleaner now)
86           * geometrical stuff into Graphical_element
87           * Axis_group_* accept Graphical_elements iso. Score_elems
88           * A dimension cache, hopefully this makes lily a bit faster
89           * TeX output moved out of Score_elem, separate interface Outputter
90         
91         - < \multi 2; bla >  -> \multi 2 < bla > (mudela 0.1.6)
92         - bf: don't do \multi if \type specified
93         - Translator switching: Change_translator, Change_iterator
94         
95
96 pl 12.jcn4
97         - fixed dynamic f, magstep bug
98         - gaps on abbrev-beams 
99         - bf: stem-info
100         - bf: last abbrev
101         - bf: stem: do_width
102         - bf: removed rest-column.hh
103
104 *******
105 sep 11
106
107 pl 13
108         - big Rest/notehead rewrite:
109           * separated Rest, Note_head and Dots
110           * Dot_column: dots are now chord-wise aligned 
111           * Rhythmic_head is base for Rest, Note_head
112           * Merged Note_column and Rest_column
113           * Rest_engraver
114         - grand Engraver/Translator/Performer rewrite.
115           * properties:  \property voice.dir = -1 (mudela 0.1.3)
116           * Input_translator junked, now Translators are generated
117 by the parser (mudela 0.1.4)
118           * Translator changing: \translator Staff=oboesolo
119           * Translator preselect: \type Staff=bla < c4 >. (mudela 0.1.5)
120           * Engraver/Performer now derived of Translator.
121           * Engraver_group_engraver/ Performer_group_performer derived of
122         Translator_group
123           * renamed: Voice -> Thread, Voice_group -> Voice
124         - renamed Audio_score to Performance
125         - junked mididef statics
126         - Audio debug output
127         - bf: excess [] in scsi
128         - bf: swallow \skips
129         - bf: don't crash on infinite dims
130         - renamed wohltemperirt to wtk1-fugue2
131         - bf: address in GPL
132         - bf: errors in stdin
133         - bf: stop if errors in init files
134         - bf: move stem too when doing collisions
135         - Molecule::add_XXXX -> Molecule::add_at_edge ()
136         - doco updeet: why no midi FAQ, index, CodingStyle hungarian
137
138
139 pl 12.jcn3
140         - try at better dynamic font, copied from cmbxti10: mf/*
141         - typesetting abbreviation beams; abbreviation-*
142         - some simple abbrev fixes + code cleanup (dank je, lieverd)
143         - typesetting simple abbreviations: c4:16 === [c16 c c c]
144
145 pl 11mb
146         - Support also for \longa in duration-convert.cc, init/ and tex/
147           files. (MB)
148
149 ********
150 sep 3
151
152
153 pl 12
154         - bf: don't redefine tex primitives like \textfont and  \mathfont
155         - nicer broken slurs (?)
156         - bf: error status upon parse error
157         - robustness in Lookup::*slur
158         - bf: mi2mu: warn if 0-length string in midi-file
159         - output id-footer
160
161 ********
162 sep 1
163
164 pl 11
165         - forms for Musical vocabulary 
166         - ignore \r for windows
167         - Now paper{score,def} & midi{def,score} derived of class
168 Music_output[_def]. Score is almost empty.
169         - Engraver hacking:
170           * junk Text_engraver
171           * Timing_engraver
172           * barnumber now really counts the number of bars
173           * Separated Stem_engraver and Beam_engraver
174           * junk Stem_beam_engraver
175           * no need for Stem_reqs
176         - use Direction = {LEFT, RIGHT, UP, DOWN} iso. -1, 1 throughout source
177         - ties and slurs with Drul_array
178         - junked Spanner_elem_group
179         - bf: w32 fixes
180         - Spanner now spans items.
181         - more GNITting ( bla ) -> (bla), indentation
182         - Drul_array
183         - Paper_column now is derived of Horizontal_group_item. Items
184 are no longer hardwired into a Paper_column
185         - bf: stdin input
186         - PCol -> Paper_column
187         - Wtk-i, fugue1, prelude1 (SR)
188
189 *******
190 aug 21
191 pl 10
192         - bf: init pending_indent_i_
193         - output header to TeX file. Who wants to write TeX to make it work?
194
195         - mi2mu: bf's, --key option
196         - removed Duration(int,int)
197         - bf: Duration_convert::dur2_str
198
199 pl 9.jcn2
200         - redo of mi2mu frontend (midi-parser)
201         - bf: String_convert::bin2_i; added bin2_u
202         - bf's: Binary_source_file
203         - bf: constr. Tempo/Timing_req
204 pl 0.1.8.jcn3
205         - table20, standchen-{16,20}*
206 *******
207 aug 18
208
209 pl 9    
210         - declare rhythic_request
211         - preliminary support for real \mudelaheaders
212         - context-sensitive arithmetic spacing. Looks alot better
213         - silly GNU braces.
214         - JCN fixes for pl 8
215         - bf: midi instrument
216         - Vocabs from GMP-I
217
218 pl 8.mb:
219         - use log of duration-name
220
221 *******
222 aug 15
223 pl 8
224
225         - gif -> xpm
226         - bf: Whoops! Open eyes now, when finding shortest note in
227 spring-spacer. Fixes spacing problems.
228         - GNU coding: parentheses (here you are, Franc,ois :-)
229         - all macros now UPPERCASE
230         - Identifier blondification: don't use void*
231         - Identifier doesn't store its name. Much cleaner now.  
232         - bf: Rest_collision_engraver now always announces
233         - bf: announce Staff_sym only once
234 pl 0.1.7.jcn1
235         - complete redo mid/back-end of mi2mu
236         - bf: do not create/play empty Audio-{text,instrument} events
237
238
239 ********
240 aug 14
241
242 pl 7
243         - Audio_element as base for Audio_item and Audio_staff. fixes
244 midi-lyric segfault
245         - added "Gallina a due violini" (MB)
246         - make MIDI files on website.
247         - Collision now also is an Element_group.
248         - bf: announce Collision when created
249
250 ********
251 aug 13
252 pl 6
253         - bf: 13 shift/reduce in parser fixed
254         - bf: plets in parser
255         - bf: main.o (again)
256         - german notenames (RM)
257         - Score_elem::offset_ now relative to its X/Y groups. Slight
258 speed increase? 
259
260 ********
261 aug 12
262 pl 5
263
264         - Wordwrap revert
265         - added LilyPond in WWW titles
266         - oops. A quaver is a 8th note, not a 4th
267         - bf: main.o remaking in lily/Makefile 
268         - unhair Voice_iterator 
269         - bf: error if no music in score
270         - bf: don't create translators if Chord element is empty
271         - bf: ctor of Tempo_req
272         - use virtual do_equal_b() for request comparison
273         - bf: turned off default plets: c4*2/3 c4*2/3 -> c4*2/3 c4*4/9
274         - bf: time_int() of an empty chord/voice
275         - more corrections to GMP Manifesto
276         - debian updates (AF)
277         - bf: g++ ICE in Performer_group_performer
278         - use fread() for reading in Simple_file_storage
279
280 pl 0.1.3.jcn1
281         - mi2mu: simplification +bf lily_stream: indentation and wordwrap
282         - mi2mu: bf: blunt: non-alpha(num) chars from identifiers
283
284 *********
285 aug 11
286
287 pl 4
288         - correction of GNU Music Manifesto
289         - moved lowlevel stuff of Source_file to Mapped_file_storage. 
290 Interface via File_storage. (Now using Simple_file_storage)
291         - bf: c4-"A"-"B"
292         - bf: exit status
293         - declarable keys
294         - Engraver_group_engraver::find_simple_engraver()
295         - bf: lily/Makefile
296         - bf: Midi_note_event ctor 
297         - bf: tempo request
298         - popular twinkle twinkle (JV)
299         - mudela: parse tempo requests, \midi{ \tempo 4= 60;}
300
301 ******
302 aug 8
303 pl 3
304         - don't crash if no Clef_engraver.
305         - PScore -> Paper_score
306         - bf: Score_elem::extent() init of interval
307         - bfs: {Horizontal,Vertical}_group related
308         - bf: don't change original Item while doing making 
309         multiple copies
310         - bf: configure DATADIR
311         - bf: type of spanbar.
312
313 pl 0.1.2.jcn1
314         - minor doco fixes
315         - revived Midi_walker
316         - moved midi out of performer-* to audio-*
317         - Audio_staff
318         - removed all <ugh> members from performers
319
320 *******
321 aug 7
322 pl 2
323         - junked Line_of_staff
324         - bf: --output
325         - bf: . in lexer
326         - bf: mi2mu version number.
327         - bf: in mudela-book
328         - bf: don't forget to make mi2mu
329         - Bar_number_grav: measure numbers (experimental)
330         - Bar_column_engraver, Bar_column: scripts on bars
331         - rewrite of {Horizontal,Vertical}_group. Yes, again. 
332 Now neatly integrated into class hierarchy
333         - Axis, Axis_group
334         - Debian rules (AF)
335
336 pl 0.1.1.jcn1
337         - Audio{column,score,item,...}, more generic audio
338         - bf: Makefiles
339         - bf: mi2mu mudela version
340 *********
341 aug 5
342
343 pl 0.1.1
344         - {Horizontal, Vertical}_group.  A score_element may be in at most one.
345         - This means Horizontal_group_item and Vertical_group_spanner need special support.
346         - This also means a big speed increase
347         - configure cleanup
348         - bf: Choleski solve.
349         - doc updates: lilygut, INSTALL
350
351 pl 0.1.1.hwn
352         - recode of Break/Colhpos interfaces
353         - Gourlay_breaking: dynamic-programming optimal solution for 
354         casting off. Word_wrap is still optional
355         - some printing short cuts if no -d specced.
356         - band_matrices for column calcs
357         - more Diagonal_storage fixes
358         - retake: INFTY fixes ( now infinity_mom, infinity_f )
359
360 pl 78.jcn3
361         - configure: ln and zip 
362         - target doosdist -> lilypond-x.x.x.exe.zip: + executables - sources
363
364
365