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