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