3 - big Rest/notehead rewrite:
4 * separated Rest, Note_head and Dots
5 * Dot_column: dots are now chord-wise aligned
6 * Rhythmic_head is base for Rest, Note_head
7 * Merged Note_column and Rest_column
9 - grand Engraver/Translator/Performer rewrite.
10 * properties: \property voice.dir = -1 (mudela 0.1.3)
11 * Input_translator junked, now Translators are generated
12 by the parser (mudela 0.1.4)
13 * Translator changing: \translator Staff=oboesolo
14 * Translator preselect: \type Staff=bla < c4 >. (mudela 0.1.5)
15 * Engraver/Performer now derived of Translator.
16 * Engraver_group_engraver/ Performer_group_performer derived of
18 * renamed: Voice -> Thread, Voice_group -> Voice
19 - renamed Audio_score to Performance
20 - junked mididef statics
22 - bf: excess [] in scsi
24 - bf: don't crash on infinite dims
25 - renamed wohltemperirt to wtk1-fugue2
28 - bf: stop if errors in init files
29 - bf: move stem too when doing collisions
30 - Molecule::add_XXXX -> Molecule::add_at_edge ()
31 - doco updeet: why no midi FAQ, index, CodingStyle hungarian
34 - try at better dynamic font, copied from cmbxti10: mf/*
35 - typesetting abbreviation beams; abbreviation-*
36 - some simple abbrev fixes + code cleanup (dank je, lieverd)
37 - typesetting simple abbreviations: c4:16 === [c16 c c c]
40 - Support also for \longa in duration-convert.cc, init/ and tex/
48 - bf: don't redefine tex primitives like \textfont and \mathfont
49 - nicer broken slurs (?)
50 - bf: error status upon parse error
51 - robustness in Lookup::*slur
52 - bf: mi2mu: warn if 0-length string in midi-file
59 - forms for Musical vocabulary
60 - ignore \r for windows
61 - Now paper{score,def} & midi{def,score} derived of class
62 Music_output[_def]. Score is almost empty.
66 * barnumber now really counts the number of bars
67 * Separated Stem_engraver and Beam_engraver
68 * junk Stem_beam_engraver
69 * no need for Stem_reqs
70 - use Direction = {LEFT, RIGHT, UP, DOWN} iso. -1, 1 throughout source
71 - ties and slurs with Drul_array
72 - junked Spanner_elem_group
74 - Spanner now spans items.
75 - more GNITting ( bla ) -> (bla), indentation
77 - Paper_column now is derived of Horizontal_group_item. Items
78 are no longer hardwired into a Paper_column
80 - PCol -> Paper_column
81 - Wtk-i, fugue1, prelude1 (SR)
86 - bf: init pending_indent_i_
87 - output header to TeX file. Who wants to write TeX to make it work?
89 - mi2mu: bf's, --key option
90 - removed Duration(int,int)
91 - bf: Duration_convert::dur2_str
94 - redo of mi2mu frontend (midi-parser)
95 - bf: String_convert::bin2_i; added bin2_u
96 - bf's: Binary_source_file
97 - bf: constr. Tempo/Timing_req
99 - table20, standchen-{16,20}*
104 - declare rhythic_request
105 - preliminary support for real \mudelaheaders
106 - context-sensitive arithmetic spacing. Looks alot better
109 - bf: midi instrument
113 - use log of duration-name
120 - bf: Whoops! Open eyes now, when finding shortest note in
121 spring-spacer. Fixes spacing problems.
122 - GNU coding: parentheses (here you are, Franc,ois :-)
123 - all macros now UPPERCASE
124 - Identifier blondification: don't use void*
125 - Identifier doesn't store its name. Much cleaner now.
126 - bf: Rest_collision_engraver now always announces
127 - bf: announce Staff_sym only once
129 - complete redo mid/back-end of mi2mu
130 - bf: do not create/play empty Audio-{text,instrument} events
137 - Audio_element as base for Audio_item and Audio_staff. fixes
139 - added "Gallina a due violini" (MB)
140 - make MIDI files on website.
141 - Collision now also is an Element_group.
142 - bf: announce Collision when created
147 - bf: 13 shift/reduce in parser fixed
148 - bf: plets in parser
150 - german notenames (RM)
151 - Score_elem::offset_ now relative to its X/Y groups. Slight
159 - added LilyPond in WWW titles
160 - oops. A quaver is a 8th note, not a 4th
161 - bf: main.o remaking in lily/Makefile
162 - unhair Voice_iterator
163 - bf: error if no music in score
164 - bf: don't create translators if Chord element is empty
165 - bf: ctor of Tempo_req
166 - use virtual do_equal_b() for request comparison
167 - bf: turned off default plets: c4*2/3 c4*2/3 -> c4*2/3 c4*4/9
168 - bf: time_int() of an empty chord/voice
169 - more corrections to GMP Manifesto
170 - debian updates (AF)
171 - bf: g++ ICE in Performer_group_performer
172 - use fread() for reading in Simple_file_storage
175 - mi2mu: simplification +bf lily_stream: indentation and wordwrap
176 - mi2mu: bf: blunt: non-alpha(num) chars from identifiers
182 - correction of GNU Music Manifesto
183 - moved lowlevel stuff of Source_file to Mapped_file_storage.
184 Interface via File_storage. (Now using Simple_file_storage)
188 - Engraver_group_engraver::find_simple_engraver()
190 - bf: Midi_note_event ctor
192 - popular twinkle twinkle (JV)
193 - mudela: parse tempo requests, \midi{ \tempo 4= 60;}
198 - don't crash if no Clef_engraver.
199 - PScore -> Paper_score
200 - bf: Score_elem::extent() init of interval
201 - bfs: {Horizontal,Vertical}_group related
202 - bf: don't change original Item while doing making
204 - bf: configure DATADIR
205 - bf: type of spanbar.
209 - revived Midi_walker
210 - moved midi out of performer-* to audio-*
212 - removed all <ugh> members from performers
217 - junked Line_of_staff
220 - bf: mi2mu version number.
222 - bf: don't forget to make mi2mu
223 - Bar_number_grav: measure numbers (experimental)
224 - Bar_column_engraver, Bar_column: scripts on bars
225 - rewrite of {Horizontal,Vertical}_group. Yes, again.
226 Now neatly integrated into class hierarchy
231 - Audio{column,score,item,...}, more generic audio
233 - bf: mi2mu mudela version
238 - {Horizontal, Vertical}_group. A score_element may be in at most one.
239 - This means Horizontal_group_item and Vertical_group_spanner need special support.
240 - This also means a big speed increase
242 - bf: Choleski solve.
243 - doc updates: lilygut, INSTALL
246 - recode of Break/Colhpos interfaces
247 - Gourlay_breaking: dynamic-programming optimal solution for
248 casting off. Word_wrap is still optional
249 - some printing short cuts if no -d specced.
250 - band_matrices for column calcs
251 - more Diagonal_storage fixes
252 - retake: INFTY fixes ( now infinity_mom, infinity_f )
255 - configure: ln and zip
256 - target doosdist -> lilypond-x.x.x.exe.zip: + executables - sources