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