]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
patch::: 1.5.0.jcn1
[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
20 =====
21
22 * experimental grace notes:
23   - add grace timing to Moment
24   - hack to Sequential_music_iterator to use the correct timing for
25 the note before a grace
26   - change the implementation of \grace construct
27   - property set/unset (eg. font size) is done through startGraceMusic
28 and stopGraceMusic
29   - various engraver fixes to deal with the fact that the
30 main-time-moment may remain the same during several steps.
31   - Change column creation logic in score-engraver. 
32
33 * Bugfix: don't crash when \name not set in \translator block.
34
35 * rename ly/*.ly to ly/*-init.ly (except language files) to avoid
36 name clashes
37
38 * deprecate Property_engraver, add Font_size_engraver to Staff, Voice
39 and Thread.
40
41 * Change mailing list address: *gnu-music*@gnu.org becomes
42 *lilypond*@gnu.org
43
44 * Put span-bar lines only between the other barlines, not on top of
45 them (thanks to Juergen Reuter)
46
47 1.4.4.jcn3
48 ==========
49   
50 TODO: look at other filledbox'es (stafflines and barlines don't match up).
51
52 * Testing code off by default.  On: -e "(define ps-testing 1)" -fps
53
54 * Output via TeX/dvips still gives problems.  Use direct postscript
55 output for real testing.
56
57 * Beam and stem fixes:
58  - Stems drawn in PostScript (should do all filledbox'es in PS?).
59  - Fixes for draw_box and draw_beam PostScript routines.
60  - Stems reach to top (or bottom) of beam.
61  - Beam uses correct stem thickness (only right beams, left TODO).
62  - testing code in effect: only outlines are drawn.
63