lilypond-0.1.15
[lilypond.git] / NEWS
blob34ebe729b29c9a0cda3b7d4dfb7c6e6e25beb9ca
1 pl 14
2         - Simple but nifty mudela-mode.el for Emacs
3         - slightly better syntax for single-note-repeat, now default kept in
4 Stem_engraver
5         - bf: Abbrev_beams are not the only beams (see: jcn4, stem-info, thanks, Jan)
6         - a CPU timer for Interpreting and Breaking
7         - Separate Score_elem:
8           * invoke-once stuff in Super_elem (using function pointers; much cleaner now)
9           * geometrical stuff into Graphical_element
10           * Axis_group_* accept Graphical_elements iso. Score_elems
11           * A dimension cache, hopefully this makes lily a bit faster
12           * TeX output moved out of Score_elem, separate interface Outputter
13         
14         - < \multi 2; bla >  -> \multi 2 < bla > (mudela 0.1.6)
15         - bf: don't do \multi if \type specified
16         - Translator switching: Change_translator, Change_iterator
17         
19 pl 12.jcn4
20         - fixed dynamic f, magstep bug
21         - gaps on abbrev-beams 
22         - bf: stem-info
23         - bf: last abbrev
24         - bf: stem: do_width
25         - bf: removed rest-column.hh
27 *******
28 sep 11
30 pl 13
31         - big Rest/notehead rewrite:
32           * separated Rest, Note_head and Dots
33           * Dot_column: dots are now chord-wise aligned 
34           * Rhythmic_head is base for Rest, Note_head
35           * Merged Note_column and Rest_column
36           * Rest_engraver
37         - grand Engraver/Translator/Performer rewrite.
38           * properties:  \property voice.dir = -1 (mudela 0.1.3)
39           * Input_translator junked, now Translators are generated
40 by the parser (mudela 0.1.4)
41           * Translator changing: \translator Staff=oboesolo
42           * Translator preselect: \type Staff=bla < c4 >. (mudela 0.1.5)
43           * Engraver/Performer now derived of Translator.
44           * Engraver_group_engraver/ Performer_group_performer derived of
45         Translator_group
46           * renamed: Voice -> Thread, Voice_group -> Voice
47         - renamed Audio_score to Performance
48         - junked mididef statics
49         - Audio debug output
50         - bf: excess [] in scsi
51         - bf: swallow \skips
52         - bf: don't crash on infinite dims
53         - renamed wohltemperirt to wtk1-fugue2
54         - bf: address in GPL
55         - bf: errors in stdin
56         - bf: stop if errors in init files
57         - bf: move stem too when doing collisions
58         - Molecule::add_XXXX -> Molecule::add_at_edge ()
59         - doco updeet: why no midi FAQ, index, CodingStyle hungarian
62 pl 12.jcn3
63         - try at better dynamic font, copied from cmbxti10: mf/*
64         - typesetting abbreviation beams; abbreviation-*
65         - some simple abbrev fixes + code cleanup (dank je, lieverd)
66         - typesetting simple abbreviations: c4:16 === [c16 c c c]
68 pl 11mb
69         - Support also for \longa in duration-convert.cc, init/ and tex/
70           files. (MB)
72 ********
73 sep 3
76 pl 12
77         - bf: don't redefine tex primitives like \textfont and  \mathfont
78         - nicer broken slurs (?)
79         - bf: error status upon parse error
80         - robustness in Lookup::*slur
81         - bf: mi2mu: warn if 0-length string in midi-file
82         - output id-footer
84 ********
85 sep 1
87 pl 11
88         - forms for Musical vocabulary 
89         - ignore \r for windows
90         - Now paper{score,def} & midi{def,score} derived of class
91 Music_output[_def]. Score is almost empty.
92         - Engraver hacking:
93           * junk Text_engraver
94           * Timing_engraver
95           * barnumber now really counts the number of bars
96           * Separated Stem_engraver and Beam_engraver
97           * junk Stem_beam_engraver
98           * no need for Stem_reqs
99         - use Direction = {LEFT, RIGHT, UP, DOWN} iso. -1, 1 throughout source
100         - ties and slurs with Drul_array
101         - junked Spanner_elem_group
102         - bf: w32 fixes
103         - Spanner now spans items.
104         - more GNITting ( bla ) -> (bla), indentation
105         - Drul_array
106         - Paper_column now is derived of Horizontal_group_item. Items
107 are no longer hardwired into a Paper_column
108         - bf: stdin input
109         - PCol -> Paper_column
110         - Wtk-i, fugue1, prelude1 (SR)
112 *******
113 aug 21
114 pl 10
115         - bf: init pending_indent_i_
116         - output header to TeX file. Who wants to write TeX to make it work?
118         - mi2mu: bf's, --key option
119         - removed Duration(int,int)
120         - bf: Duration_convert::dur2_str
122 pl 9.jcn2
123         - redo of mi2mu frontend (midi-parser)
124         - bf: String_convert::bin2_i; added bin2_u
125         - bf's: Binary_source_file
126         - bf: constr. Tempo/Timing_req
127 pl 0.1.8.jcn3
128         - table20, standchen-{16,20}*
129 *******
130 aug 18
132 pl 9    
133         - declare rhythic_request
134         - preliminary support for real \mudelaheaders
135         - context-sensitive arithmetic spacing. Looks alot better
136         - silly GNU braces.
137         - JCN fixes for pl 8
138         - bf: midi instrument
139         - Vocabs from GMP-I
141 pl 8.mb:
142         - use log of duration-name
144 *******
145 aug 15
146 pl 8
148         - gif -> xpm
149         - bf: Whoops! Open eyes now, when finding shortest note in
150 spring-spacer. Fixes spacing problems.
151         - GNU coding: parentheses (here you are, Franc,ois :-)
152         - all macros now UPPERCASE
153         - Identifier blondification: don't use void*
154         - Identifier doesn't store its name. Much cleaner now.  
155         - bf: Rest_collision_engraver now always announces
156         - bf: announce Staff_sym only once
157 pl 0.1.7.jcn1
158         - complete redo mid/back-end of mi2mu
159         - bf: do not create/play empty Audio-{text,instrument} events
162 ********
163 aug 14
165 pl 7
166         - Audio_element as base for Audio_item and Audio_staff. fixes
167 midi-lyric segfault
168         - added "Gallina a due violini" (MB)
169         - make MIDI files on website.
170         - Collision now also is an Element_group.
171         - bf: announce Collision when created
173 ********
174 aug 13
175 pl 6
176         - bf: 13 shift/reduce in parser fixed
177         - bf: plets in parser
178         - bf: main.o (again)
179         - german notenames (RM)
180         - Score_elem::offset_ now relative to its X/Y groups. Slight
181 speed increase? 
183 ********
184 aug 12
185 pl 5
187         - Wordwrap revert
188         - added LilyPond in WWW titles
189         - oops. A quaver is a 8th note, not a 4th
190         - bf: main.o remaking in lily/Makefile 
191         - unhair Voice_iterator 
192         - bf: error if no music in score
193         - bf: don't create translators if Chord element is empty
194         - bf: ctor of Tempo_req
195         - use virtual do_equal_b() for request comparison
196         - bf: turned off default plets: c4*2/3 c4*2/3 -> c4*2/3 c4*4/9
197         - bf: time_int() of an empty chord/voice
198         - more corrections to GMP Manifesto
199         - debian updates (AF)
200         - bf: g++ ICE in Performer_group_performer
201         - use fread() for reading in Simple_file_storage
203 pl 0.1.3.jcn1
204         - mi2mu: simplification +bf lily_stream: indentation and wordwrap
205         - mi2mu: bf: blunt: non-alpha(num) chars from identifiers
207 *********
208 aug 11
210 pl 4
211         - correction of GNU Music Manifesto
212         - moved lowlevel stuff of Source_file to Mapped_file_storage. 
213 Interface via File_storage. (Now using Simple_file_storage)
214         - bf: c4-"A"-"B"
215         - bf: exit status
216         - declarable keys
217         - Engraver_group_engraver::find_simple_engraver()
218         - bf: lily/Makefile
219         - bf: Midi_note_event ctor 
220         - bf: tempo request
221         - popular twinkle twinkle (JV)
222         - mudela: parse tempo requests, \midi{ \tempo 4= 60;}
224 ******
225 aug 8
226 pl 3
227         - don't crash if no Clef_engraver.
228         - PScore -> Paper_score
229         - bf: Score_elem::extent() init of interval
230         - bfs: {Horizontal,Vertical}_group related
231         - bf: don't change original Item while doing making 
232         multiple copies
233         - bf: configure DATADIR
234         - bf: type of spanbar.
236 pl 0.1.2.jcn1
237         - minor doco fixes
238         - revived Midi_walker
239         - moved midi out of performer-* to audio-*
240         - Audio_staff
241         - removed all <ugh> members from performers
243 *******
244 aug 7
245 pl 2
246         - junked Line_of_staff
247         - bf: --output
248         - bf: . in lexer
249         - bf: mi2mu version number.
250         - bf: in mudela-book
251         - bf: don't forget to make mi2mu
252         - Bar_number_grav: measure numbers (experimental)
253         - Bar_column_engraver, Bar_column: scripts on bars
254         - rewrite of {Horizontal,Vertical}_group. Yes, again. 
255 Now neatly integrated into class hierarchy
256         - Axis, Axis_group
257         - Debian rules (AF)
259 pl 0.1.1.jcn1
260         - Audio{column,score,item,...}, more generic audio
261         - bf: Makefiles
262         - bf: mi2mu mudela version
263 *********
264 aug 5
266 pl 0.1.1
267         - {Horizontal, Vertical}_group.  A score_element may be in at most one.
268         - This means Horizontal_group_item and Vertical_group_spanner need special support.
269         - This also means a big speed increase
270         - configure cleanup
271         - bf: Choleski solve.
272         - doc updates: lilygut, INSTALL
274 pl 0.1.1.hwn
275         - recode of Break/Colhpos interfaces
276         - Gourlay_breaking: dynamic-programming optimal solution for 
277         casting off. Word_wrap is still optional
278         - some printing short cuts if no -d specced.
279         - band_matrices for column calcs
280         - more Diagonal_storage fixes
281         - retake: INFTY fixes ( now infinity_mom, infinity_f )
283 pl 78.jcn3
284         - configure: ln and zip 
285         - target doosdist -> lilypond-x.x.x.exe.zip: + executables - sources