]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
release: 1.5.1
[lilypond.git] / CHANGES
1 1.5.0.jcn1
2 ==========
3
4 * Added feature to ly2dvi to find feta pfa font files used in a
5 postscript file to make printing of direct postscript a bit easier:
6
7     lilypond -fps input/trip.ly
8     cat $(ly2dvi -f trip.ps) trip.ps | lpr
9
10 * Reincluded 1.4.3.jcn2.
11
12 * Website fixes.
13
14 * Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
15 the temp dir if anything fails.
16
17 * Fixes for windows scripts.
18
19 1.5.0.uu1
20 =========
21
22 * Hara kiri and span-bar.
23
24 * Junk old grace stuff.
25
26 * Don't crash on grace notes in MIDI output.
27
28
29
30 1.5.0
31 =====
32
33 * experimental grace notes:
34   - add grace timing to Moment
35   - hack to Sequential_music_iterator to use the correct timing for
36 the note before a grace
37   - change the implementation of \grace construct
38   - property set/unset (eg. font size) is done through startGraceMusic
39 and stopGraceMusic
40   - various engraver fixes to deal with the fact that the
41 main-time-moment may remain the same during several steps.
42   - Change column creation logic in score-engraver. 
43
44 * Bugfix: don't crash when \name not set in \translator block.
45
46 * rename ly/*.ly to ly/*-init.ly (except language files) to avoid
47 name clashes
48
49 * deprecate Property_engraver, add Font_size_engraver to Staff, Voice
50 and Thread.
51
52 * Change mailing list address: *gnu-music*@gnu.org becomes
53 *lilypond*@gnu.org
54
55 * Put span-bar lines only between the other barlines, not on top of
56 them (thanks to Juergen Reuter)
57
58 1.4.4.jcn3
59 ==========
60   
61 TODO: look at other filledbox'es (stafflines and barlines don't match up).
62
63 * Testing code off by default.  On: -e "(define ps-testing 1)" -fps
64
65 * Output via TeX/dvips still gives problems.  Use direct postscript
66 output for real testing.
67
68 * Beam and stem fixes:
69  - Stems drawn in PostScript (should do all filledbox'es in PS?).
70  - Fixes for draw_box and draw_beam PostScript routines.
71  - Stems reach to top (or bottom) of beam.
72  - Beam uses correct stem thickness (only right beams, left TODO).
73  - testing code in effect: only outlines are drawn.
74