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