]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
release: 1.5.14
[lilypond.git] / CHANGES
1 1.5.13.hwn2
2 ===========
3
4 * Bugfix: revert font-relative-size for grace Accidentals
5
6 * Bugfix: hara kiri'd piano staffs doesn't take space anymore.
7
8 * Bugfix: reinstate rest-collisions.
9
10 * Bugfix: key items have the c0 position again.
11
12 * Make \property Voice.GrobName = \turnOff work again.
13
14 * More intelligent symbol-cache, in less code. Turned off by default, doesn't
15 work with -O2 yet.
16
17 * Documentation fixes: change documentation of Moment and make-moment,
18 add Translator::{name,description}
19
20 * Junk STL implementation of Scheme_hash_table in favor of GUILE
21 hashtables with automatic resizing. 
22
23
24 1.5.12.jcn2
25 ===========
26
27 * half-baken --with-kpathsea configuration fix.
28
29 * ly2dvi: add `.' to TEXINPUTS to catch broken TEXINPUTS settings.
30
31 * guile-1.4 compile fix.
32
33 1.5.12.hwn1
34 ===========
35
36 * Move engraver descriptions into the C code.  They are accessible
37 from Scheme. Grand rehacking to make stuff work again.
38
39 * Precompute which engravers are eligible to acknowledge a certain
40 type of grob. Speedup: approx 10 % on interpretation phase.
41
42
43 1.5.12
44 ======
45
46 1.5.11.jcn1
47 ===========
48
49 * Add -p flag to package-diff.py's diff invocation, to show changed function.
50
51 * Add configure checks for python headers.
52
53 * Make midi module.
54
55 1.5.11.hwn1
56 ===========
57
58 * Allow breaks at measures starting with grace notes.
59
60 * Bugfix: don't give up when there is one entirely unspaceable
61 measure/line.
62
63 * Midi module: many bugfixes.
64
65 * midi2ly python blurble.
66
67
68 1.5.11
69 ======
70
71 1.5.10.jcn3
72 ===========
73
74 * include python midi parser.
75
76 * stepmake updates.
77
78 * add .cvsignore patterns for making patches the standard, manual way.
79
80 * midi2ly: support chords, duration conversion rewrite.
81
82 * parser.yy: Guile > 1.4 compilation fix; scm_unprotect_object is deprecated.
83
84 1.5.10.hwn1
85 ===========
86
87 * Rational bugfix.
88
89 * Cleaned up definitions of SystemStartDelimiter
90
91 * WTK fix.
92
93 * Porrectus patch (Juergen Reuter):
94
95 - Syntax change: \porrectus -> \~
96 - New porrectus properties: porrectus-width, line-thickness.
97 - Bugfix: left<->right confusion in porrectus-engraver.cc.
98 - Bugfix: Box dimensions for horizontal slope molecule in porrectus.cc.
99 - Enhanced mensural style porrectus shape, considering optical
100   illusion in vertical endings due to slope.  Simplified drawing.
101 - Code clean-up.
102
103 1.5.10
104 ======
105
106 1.5.9.hjj2
107 ==========
108 * Emacs-mode: Keyboard shortcuts, separated identifiers from keywords
109 and spacing not necessary in font-locking.
110
111 1.5.9.jcn3
112 ==========
113
114 * add-html-footer.py: use html <title> as fallback title for pages
115 where @WEB-TITLE@ is not defined.
116
117 * Bugfix: stepmake: don't go building executables all over the place,
118 if NAME is set in environment.  Some cleanups. 
119  
120 * add-html-footer.py: remove href to self.  Substitute @at-variables@
121 defined in html comments.  Any occurrence of
122
123         <!-- @foo@=bar -->
124
125 in the html page, will subsequently substitute any occurrence of @foo@
126 in the same html page with `bar'.
127
128 * Bugfix: update-lily: remove unprotected gettext.py include.
129
130 * po update.
131
132 * windows doc update.
133
134 1.5.9.hwn3
135 ==========
136
137 * Optimizations:
138   - speed up Rational::operator+= 
139   - speed up Rational::compare ()
140   - don't store origins if point-and-click not set. 
141
142 * \figures input mode:  \figures { <4 6+> <3- 5>2. } 
143
144 * Obscure bugfix: call kpsewhich with --format for mfplain.
145
146 * Don't put  volta bracket on top of following note (vertically).
147
148 * Collision fixes.
149
150 * Crude figured bass support (supports rests as well, now)
151
152 * Bugfix: various collision issues, updated regtest example.
153
154 * Porrectus support (Juergen Reuter)
155
156 1.5.9
157 =====
158
159 1.5.8.uu1
160 =========
161
162 * Mensural rests (Juergen Reuter)
163
164 * Swedish translation (Thanks to the translation project)
165
166 * Bugfix: down 8th flag restored.
167
168 * Bugfix: span-bars and hara-kiri.
169
170 * More advanced collisions: handle meshed chords as well.
171
172 1.5.8.jcn1
173 ==========
174
175 * Add mktextfm wrapper for windows (thanks Mats).
176
177 1.5.8.hjj1
178 ==========
179
180 * Emacs-mode: new keywords, reserved words, notenames and brackets are
181 font-lock-keywords; implementation encourages spacing/indenting.
182
183
184 1.5.8
185 =====
186 1.5.7.hwn1
187 ==========
188
189 * reinclude input/bugs/*.ly
190
191 * Mensural flags (Juergen Reuter)
192
193 * Fixed problem with hanging Xdvi from redhat 7.x. See also
194 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=52089
195
196 * Bugfix: don't crash if kpse_find_file returns 0.
197
198 * Bugfix: don't allocate \outputscale for every file.
199
200 * Bugfix: mixing different rhythms on one staff doesn't muck up the
201 spacing that much.
202
203 1.5.7.hjj2
204 ==========
205
206 * Add PS-compilation, PS-viewing and MIDI-play in LilyPond
207 -Emacs-mode.  (Heikki Johannes Junes).
208
209 * Add common finnish names for notes
210
211
212 1.5.6.jcn2
213 =========
214  
215 * Use Cygwin included Python; drop Windows Python and workarounds.
216
217 * Include make/lilypond.mandrake.spec (unchecked!) and README.mandrake.
218
219 * Comment out two non existing examples in regression test, add one
220 missing from 1.5.5 distribution.
221
222 * Revert silly grace-with-braces stuff in tutorial.
223
224 * Add short crescendo bug to input/bugs.
225
226 * Update and bit more verbose download instructions in INSTALL, 
227 fix some links on ftp.lilypond.org.
228
229
230 1.5.6.hwn1
231 ==========
232
233 * Grace note bugfixes.
234
235 * Move staff-adjacency detection (for the spacing engine) to
236 Separating_group_spanner.
237
238 * Loose column support: clef changes, key changes may be folded underneath
239 notes in a different staff. See input/regression/spacing-folded-clef.ly.
240 Changes were made to
241
242   - Separating_group_spanner: decide which columns are loose
243
244   - Simple_spacer, New_spacing_spanner: only look at non-loose columns.
245
246   - Line_of_score: set horizontal positions for loose columns.
247  
248 1.5.6
249 =====
250
251 1.4.6.mb1
252 =========
253
254 * Allow for duplicated articulation scripts with different direction.
255
256 * Added new ornaments: \upmordent, \downmordent, \pralldown, \prallup,
257   \lineprall, \thumb, \comma (to be used with scriptHorizontal = ##t),
258   see also input/test/trill.ly. [WARNING: FONT UPDATE!]
259
260 * Bug fix: staccato dot placement.
261
262 1.5.5.jr1
263 =========
264
265 * recent ancient-font.ly development branches manually merged and
266   updated;
267
268 * added enhanced mensural minima/fusa noteheads (30 degrees rhomb
269   style); the former 45 degrees quadratic shapes are now available
270   under notehead style "neo_mensural"; [WARNING: FONT UPDATE] 
271
272 * minor ancient font corrections (in particular, enhanced set_char_box()
273   arguments).
274
275
276 1.5.5.jcn2
277 ==========
278
279 * input/bugs:
280   - Autogenerate bugs document from all .ly's.
281   - Add texidoc to lots of examples.
282   - Junk or move fixed examples to regression test.
283   - Move examples that crash lilypond to input/no-notation.
284   - Update examples.
285
286 1.5.5.hwn1
287 ==========
288
289 * Grace property fixes.
290
291 * More grace nesting bugfixes.
292
293 1.5.5
294 =====
295
296 1.5.4.jcn2
297 ==========
298
299 * Spelling fixes, notably staffs->staves, except for ChangeLogs.
300
301 * Removed `Default' from accidental comment names.
302
303 * Compile fixes.
304
305 * Fixed off by one error for point and click.
306
307 * Website fixes, found bug in grace note stem lengths.
308
309 1.5.4.hwn1
310 ==========
311
312 * Ancient font update [WARNING FONTS CHANGED!] (Juergen Reuter)
313
314 * New_spacing_spanner: revised spacing generation.
315
316 * Default neutral direction set to down. 
317
318 * Junk hash table  from flowerlib
319
320 * Bugfix: grace nesting error
321
322 * Bugfix: don't try schedule next bar when were on a grace moment.
323
324 * Bugfix: set measurePosition especially for music starting with
325 grace.
326
327 1.5.3.hwn1
328 ==========
329
330 * midi2ly bugfixes: don't print ';' in .ly output.
331
332 * small cleanup of input/bugs/
333
334 * bugfix: nested grace notes; added input/regression/grace-nest.ly
335
336 * Bugfix: add double alterations to keyAccidentalOrder (Mats)
337
338 * Fixes for PostScript beams and stems.
339
340 1.5.2.hwn1
341 ==========
342
343 * Starting pagenumber (Mark Hindley)
344
345 * Ancient font patch (Juergen Reuter) [WARNING: FONT UPDATE!]
346
347 * Bugfix: don't  put grace beams on non grace notes, and vice versa.
348
349 * etf2ly:
350   - miserable try at importing repeatbars and volta brackets;
351   - import articulation defs (IX tag)
352   - revamped file reading logic. Now much cleaner.
353
354 * Experimental regular-spacing support: try to space regular runs of
355 notes equidistantly.
356
357 1.5.2.jcn2
358 ==========
359
360 * Flex is fixed in Debian/unstable.  Update documentation accordingly.
361
362 * Guile 1.3.4 compile fix.
363
364 * Add trill line type, see input/test/trill.ly.
365
366 * Dvips bugs workarounds:
367   - Draw filledbox in tex for now.  Test ps code using
368
369      lilypond -e '(define ps-testing 1)'
370
371   - Extend stems only half way into beam.
372
373 * Change order of includes in tex/lilyponddefs.tex so that feta font
374 can be used a little easier, like:
375
376     title="TeX \fetachar\fetasharp"
377
378 * Update stepmake/bin config.sub, config.guess.
379
380 1.5.2
381 =====
382
383 1.5.1.hwn1
384 ==========
385
386 * small bugfixes for grace-init.ly
387
388 * Bugfix: don't mess up spacing when combining different tuplets.
389
390 * Small bugfixes for lilypond-mode.el.
391
392 * property-init.ly: bugfix for dot directions in polyphonic music.
393
394 1.5.1.jcn3
395 ==========
396
397 * Bugfix: text2html: escape entities inside <pre>.
398
399 * Added some template .ly's for evaluation.
400
401 * Make blot work without -fps too.
402
403 * Use blot diameter for postscript beams and boxes.
404
405 * Guile-1.5.0-cvs updates and Guile-1.4.x compatibility.
406
407 * Beam knee fix.
408
409 * Now really included lexer-gcc-3.0.patch.
410
411 * Make Voice context accept Thread again; this fixes MIDI output for music
412 that uses Thread contexts.
413
414 * Removed debug printing from chord-name.scm.
415
416 1.5.0
417 =====
418 1.5.0.jcn1
419 ==========
420
421 * Added feature to ly2dvi to find feta pfa font files used in a
422 postscript file to make printing of direct postscript a bit easier:
423
424     lilypond -fps input/trip.ly
425     cat $(ly2dvi -f trip.ps) trip.ps | lpr
426
427 * Reincluded 1.4.3.jcn2.
428
429 * Website fixes.
430
431 * Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
432 the temp dir if anything fails.
433
434 * Fixes for windows scripts.
435
436 1.5.0.uu1
437 =========
438
439 * Hara kiri and span-bar.
440
441 * Junk old grace stuff.
442
443 * Don't crash on grace notes in MIDI output.
444
445
446
447 1.5.0
448 =====
449
450 * experimental grace notes:
451   - add grace timing to Moment
452   - hack to Sequential_music_iterator to use the correct timing for
453 the note before a grace
454   - change the implementation of \grace construct
455   - property set/unset (eg. font size) is done through startGraceMusic
456 and stopGraceMusic
457   - various engraver fixes to deal with the fact that the
458 main-time-moment may remain the same during several steps.
459   - Change column creation logic in score-engraver. 
460
461 * Bugfix: don't crash when \name not set in \translator block.
462
463 * rename ly/*.ly to ly/*-init.ly (except language files) to avoid
464 name clashes
465
466 * deprecate Property_engraver, add Font_size_engraver to Staff, Voice
467 and Thread.
468
469 * Change mailing list address: *gnu-music*@gnu.org becomes
470 *lilypond*@gnu.org
471
472 * Put span-bar lines only between the other barlines, not on top of
473 them (thanks to Juergen Reuter)
474
475 1.4.4.jcn3
476 ==========
477   
478 TODO: look at other filledbox'es (stafflines and barlines don't match up).
479
480 * Testing code off by default.  On: -e "(define ps-testing 1)" -fps
481
482 * Output via TeX/dvips still gives problems.  Use direct postscript
483 output for real testing.
484
485 * Beam and stem fixes:
486  - Stems drawn in PostScript (should do all filledbox'es in PS?).
487  - Fixes for draw_box and draw_beam PostScript routines.
488  - Stems reach to top (or bottom) of beam.
489  - Beam uses correct stem thickness (only right beams, left TODO).
490  - testing code in effect: only outlines are drawn.
491