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