3 - scripts now do relative coords (fixes lyrics + barnumber bug)
4 - bf: Lyrics lexer mode
9 - feta: bass clef, bf: dynamics, bf: 64th flag
15 - revised Staff_symbol::brew_molecule_p ()
16 - naming: \makelilytitle
17 - fixes for TeX titledefs (JAF)
18 - junked some obsolete pedal stuff.
20 pl 27.om-je-te-helpen-met-je-ps-spul.jcn1
24 * postscript is default
27 * postscript macro: draw_slur
32 - -t/--test switch for experimental stuff.
33 - bf: debian optimize is not with 'z'
34 - mf: naming feta fonts are now called feta16, feta-beams16, etc.
36 - lily adjustments for new and elegant ledger line
42 - embedded slur testing
43 - bf + patch: make-patch release.py / VERSION
50 - feta: numerals 0 - 9, rewrote flags.
59 - feta: 32nd, 64th flags
61 - dist & tarball made in out/
62 - rewrote release.sh in python
63 - notehead/stem attachment better.
65 - related Beam cleanage
66 - started numeral font (JCN)
67 - bf: whole rest outside staff.
72 - internationalization preps (FP)
73 - rewrote make-patch in python
74 - BUGS: added another flex/libio crash explanation
80 - feta changes: 1/4 rest, flat, bf 8-128 rest
90 - bf: lyric 's- Zondags
91 - bf: colliding accidentals: renamed translate(Real,Axis) to translate_axis()
93 - strings with escaped characters.
94 - bf "string_with_\"_embedded"
96 - feta changes (trill, organ pedals)
97 - updated mf-to-table for new feta conventions
98 - changed header format to something sensible.
99 - moved staff to centerline == 0;
104 - shrinking uses more energy than stretching
105 - check IO error on writing (disk full?)
112 - don't swallow non lyric-stuff in lyrics
115 - move scripts to right
116 - genheader.py replaces genheader.perl
120 * Midi_track_parser::note_end_all
121 * staff output uses key, meter, tempo read
122 * command line read minor key
123 * minor key notenames
126 - small changes to sharp, fermata
127 - small changes to lilypond.lsm+doc, lelievijver.lsm
131 - bf: keyword.cc rm'd struct defs
132 - dots: support for feta dots.
133 - lots of font (feta) tjanges
134 - mf-to-table rewrite in python
138 - check for python, mf-deps fix
141 - bf: Box[X_AXIS] = b
142 - bin/mf-deps.py script
143 - moved beams out of font-en-tja into vette-beams.
144 - Made corresponding .cc changes.
148 - egcs compile (no link yet)
150 - beam font (je kunt wel tegen een grapje, eva?)
152 * "breapth" (x-depth) feature
153 * handle generic stuff such as beams
157 - mf-to-table generates tex defs
158 - bf:mf-to-table and conflily outname check
165 - bf: ledgerline width
167 - took out some hardwiring of tex-beam
170 - mf-to-table.in: generate mozarella metric info tables
171 - autometric.mf: write metric info to mf logfile
172 - ital-r.mf, smaller ital-m.mf
173 - variable streepjes length (top/bottomlines); fixed (for 20pt?)
174 - streepjes twice as thick as staffrules
175 - even more pronounced bolletjes -- how 'bout this wendy?
176 - quarter and half note after drawings (a/b less distinct)
181 - revised mudela-man a bit
182 - ; optional after \musicidentifier
183 - bf: doco about {Mus*,Opus}TeX
184 - bf: configure: MFDIR
185 - bf: String::operator bool () removed
186 - bf: String::operator char const * () removed
187 - bf: Line_spacer::~Line_spacer () added: plugged memleak
188 - bf: Line_of_score::do_unlink () call Spanner::do_unlink
195 - bf: typos whole and half notehead
196 - de-uglyfied bolletjes.mf
197 - ascii output of font metrics in mf logfile
204 - put top of NEWS file in the webpage
205 - breadth first search for engravers.
206 - bf: coriolan-alto.ly
207 - Stem / Notehead width now properly calced
208 - Atom and Symbol merged
211 - lily's own noteheads (balls/globes :) (font-en-tja*.mf)
212 - {table,paper}* and taupindefs adaptations (when are we moving?)
213 - fp, sf, sfz dynamics
215 - bf: dist mudela-mode
221 - Simple but nifty mudela-mode.el for Emacs
222 - slightly better syntax for single-note-repeat, now default kept in
224 - bf: Abbrev_beams are not the only beams (see: jcn4, stem-info, thanks, Jan)
225 - a CPU timer for Interpreting and Breaking
226 - Separate Score_elem:
227 * invoke-once stuff in Super_elem (using function pointers; much cleaner now)
228 * geometrical stuff into Graphical_element
229 * Axis_group_* accept Graphical_elements iso. Score_elems
230 * A dimension cache, hopefully this makes lily a bit faster
231 * TeX output moved out of Score_elem, separate interface Outputter
233 - < \multi 2; bla > -> \multi 2 < bla > (mudela 0.1.6)
234 - bf: don't do \multi if \type specified
235 - Translator switching: Change_translator, Change_iterator
239 - fixed dynamic f, magstep bug
240 - gaps on abbrev-beams
244 - bf: removed rest-column.hh
250 - big Rest/notehead rewrite:
251 * separated Rest, Note_head and Dots
252 * Dot_column: dots are now chord-wise aligned
253 * Rhythmic_head is base for Rest, Note_head
254 * Merged Note_column and Rest_column
256 - grand Engraver/Translator/Performer rewrite.
257 * properties: \property voice.dir = -1 (mudela 0.1.3)
258 * Input_translator junked, now Translators are generated
259 by the parser (mudela 0.1.4)
260 * Translator changing: \translator Staff=oboesolo
261 * Translator preselect: \type Staff=bla < c4 >. (mudela 0.1.5)
262 * Engraver/Performer now derived of Translator.
263 * Engraver_group_engraver/ Performer_group_performer derived of
265 * renamed: Voice -> Thread, Voice_group -> Voice
266 - renamed Audio_score to Performance
267 - junked mididef statics
269 - bf: excess [] in scsi
271 - bf: don't crash on infinite dims
272 - renamed wohltemperirt to wtk1-fugue2
274 - bf: errors in stdin
275 - bf: stop if errors in init files
276 - bf: move stem too when doing collisions
277 - Molecule::add_XXXX -> Molecule::add_at_edge ()
278 - doco updeet: why no midi FAQ, index, CodingStyle hungarian
282 - try at better dynamic font, copied from cmbxti10: mf/*
283 - typesetting abbreviation beams; abbreviation-*
284 - some simple abbrev fixes + code cleanup (dank je, lieverd)
285 - typesetting simple abbreviations: c4:16 === [c16 c c c]
288 - Support also for \longa in duration-convert.cc, init/ and tex/
296 - bf: don't redefine tex primitives like \textfont and \mathfont
297 - nicer broken slurs (?)
298 - bf: error status upon parse error
299 - robustness in Lookup::*slur
300 - bf: mi2mu: warn if 0-length string in midi-file
307 - forms for Musical vocabulary
308 - ignore \r for windows
309 - Now paper{score,def} & midi{def,score} derived of class
310 Music_output[_def]. Score is almost empty.
314 * barnumber now really counts the number of bars
315 * Separated Stem_engraver and Beam_engraver
316 * junk Stem_beam_engraver
317 * no need for Stem_reqs
318 - use Direction = {LEFT, RIGHT, UP, DOWN} iso. -1, 1 throughout source
319 - ties and slurs with Drul_array
320 - junked Spanner_elem_group
322 - Spanner now spans items.
323 - more GNITting ( bla ) -> (bla), indentation
325 - Paper_column now is derived of Horizontal_group_item. Items
326 are no longer hardwired into a Paper_column
328 - PCol -> Paper_column
329 - Wtk-i, fugue1, prelude1 (SR)
334 - bf: init pending_indent_i_
335 - output header to TeX file. Who wants to write TeX to make it work?
337 - mi2mu: bf's, --key option
338 - removed Duration(int,int)
339 - bf: Duration_convert::dur2_str
342 - redo of mi2mu frontend (midi-parser)
343 - bf: String_convert::bin2_i; added bin2_u
344 - bf's: Binary_source_file
345 - bf: constr. Tempo/Timing_req
347 - table20, standchen-{16,20}*
352 - declare rhythic_request
353 - preliminary support for real \mudelaheaders
354 - context-sensitive arithmetic spacing. Looks alot better
357 - bf: midi instrument
361 - use log of duration-name
368 - bf: Whoops! Open eyes now, when finding shortest note in
369 spring-spacer. Fixes spacing problems.
370 - GNU coding: parentheses (here you are, Franc,ois :-)
371 - all macros now UPPERCASE
372 - Identifier blondification: don't use void*
373 - Identifier doesn't store its name. Much cleaner now.
374 - bf: Rest_collision_engraver now always announces
375 - bf: announce Staff_sym only once
377 - complete redo mid/back-end of mi2mu
378 - bf: do not create/play empty Audio-{text,instrument} events
385 - Audio_element as base for Audio_item and Audio_staff. fixes
387 - added "Gallina a due violini" (MB)
388 - make MIDI files on website.
389 - Collision now also is an Element_group.
390 - bf: announce Collision when created
395 - bf: 13 shift/reduce in parser fixed
396 - bf: plets in parser
398 - german notenames (RM)
399 - Score_elem::offset_ now relative to its X/Y groups. Slight
407 - added LilyPond in WWW titles
408 - oops. A quaver is a 8th note, not a 4th
409 - bf: main.o remaking in lily/Makefile
410 - unhair Voice_iterator
411 - bf: error if no music in score
412 - bf: don't create translators if Chord element is empty
413 - bf: ctor of Tempo_req
414 - use virtual do_equal_b() for request comparison
415 - bf: turned off default plets: c4*2/3 c4*2/3 -> c4*2/3 c4*4/9
416 - bf: time_int() of an empty chord/voice
417 - more corrections to GMP Manifesto
418 - debian updates (AF)
419 - bf: g++ ICE in Performer_group_performer
420 - use fread() for reading in Simple_file_storage
423 - mi2mu: simplification +bf lily_stream: indentation and wordwrap
424 - mi2mu: bf: blunt: non-alpha(num) chars from identifiers
430 - correction of GNU Music Manifesto
431 - moved lowlevel stuff of Source_file to Mapped_file_storage.
432 Interface via File_storage. (Now using Simple_file_storage)
436 - Engraver_group_engraver::find_simple_engraver()
438 - bf: Midi_note_event ctor
440 - popular twinkle twinkle (JV)
441 - mudela: parse tempo requests, \midi{ \tempo 4= 60;}
446 - don't crash if no Clef_engraver.
447 - PScore -> Paper_score
448 - bf: Score_elem::extent() init of interval
449 - bfs: {Horizontal,Vertical}_group related
450 - bf: don't change original Item while doing making
452 - bf: configure DATADIR
453 - bf: type of spanbar.
457 - revived Midi_walker
458 - moved midi out of performer-* to audio-*
460 - removed all <ugh> members from performers
465 - junked Line_of_staff
468 - bf: mi2mu version number.
470 - bf: don't forget to make mi2mu
471 - Bar_number_grav: measure numbers (experimental)
472 - Bar_column_engraver, Bar_column: scripts on bars
473 - rewrite of {Horizontal,Vertical}_group. Yes, again.
474 Now neatly integrated into class hierarchy
479 - Audio{column,score,item,...}, more generic audio
481 - bf: mi2mu mudela version
486 - {Horizontal, Vertical}_group. A score_element may be in at most one.
487 - This means Horizontal_group_item and Vertical_group_spanner need special support.
488 - This also means a big speed increase
490 - bf: Choleski solve.
491 - doc updates: lilygut, INSTALL
494 - recode of Break/Colhpos interfaces
495 - Gourlay_breaking: dynamic-programming optimal solution for
496 casting off. Word_wrap is still optional
497 - some printing short cuts if no -d specced.
498 - band_matrices for column calcs
499 - more Diagonal_storage fixes
500 - retake: INFTY fixes ( now infinity_mom, infinity_f )
503 - configure: ln and zip
504 - target doosdist -> lilypond-x.x.x.exe.zip: + executables - sources