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