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