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