]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
release: 1.5.2
[lilypond.git] / CHANGES
1 1.5.1.hwn1
2 ==========
3
4 * small bugfixes for grace-init.ly
5
6 * Bugfix: don't mess up spacing when combining different tuplets.
7
8 * Small bugfixes for lilypond-mode.el.
9
10 * property-init.ly: bugfix for dot directions in polyphonic music.
11
12 1.5.1.jcn3
13 ==========
14
15 * Bugfix: text2html: escape entities inside <pre>.
16
17 * Added some template .ly's for evaluation.
18
19 * Make blot work without -fps too.
20
21 * Use blot diameter for postscript beams and boxes.
22
23 * Guile-1.5.0-cvs updates and Guile-1.4.x compatibility.
24
25 * Beam knee fix.
26
27 * Now really included lexer-gcc-3.0.patch.
28
29 * Make Voice context accept Thread again; this fixes MIDI output for music
30 that uses Thread contexts.
31
32 * Removed debug printing from chord-name.scm.
33
34 1.5.0
35 =====
36 1.5.0.jcn1
37 ==========
38
39 * Added feature to ly2dvi to find feta pfa font files used in a
40 postscript file to make printing of direct postscript a bit easier:
41
42     lilypond -fps input/trip.ly
43     cat $(ly2dvi -f trip.ps) trip.ps | lpr
44
45 * Reincluded 1.4.3.jcn2.
46
47 * Website fixes.
48
49 * Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
50 the temp dir if anything fails.
51
52 * Fixes for windows scripts.
53
54 1.5.0.uu1
55 =========
56
57 * Hara kiri and span-bar.
58
59 * Junk old grace stuff.
60
61 * Don't crash on grace notes in MIDI output.
62
63
64
65 1.5.0
66 =====
67
68 * experimental grace notes:
69   - add grace timing to Moment
70   - hack to Sequential_music_iterator to use the correct timing for
71 the note before a grace
72   - change the implementation of \grace construct
73   - property set/unset (eg. font size) is done through startGraceMusic
74 and stopGraceMusic
75   - various engraver fixes to deal with the fact that the
76 main-time-moment may remain the same during several steps.
77   - Change column creation logic in score-engraver. 
78
79 * Bugfix: don't crash when \name not set in \translator block.
80
81 * rename ly/*.ly to ly/*-init.ly (except language files) to avoid
82 name clashes
83
84 * deprecate Property_engraver, add Font_size_engraver to Staff, Voice
85 and Thread.
86
87 * Change mailing list address: *gnu-music*@gnu.org becomes
88 *lilypond*@gnu.org
89
90 * Put span-bar lines only between the other barlines, not on top of
91 them (thanks to Juergen Reuter)
92
93 1.4.4.jcn3
94 ==========
95   
96 TODO: look at other filledbox'es (stafflines and barlines don't match up).
97
98 * Testing code off by default.  On: -e "(define ps-testing 1)" -fps
99
100 * Output via TeX/dvips still gives problems.  Use direct postscript
101 output for real testing.
102
103 * Beam and stem fixes:
104  - Stems drawn in PostScript (should do all filledbox'es in PS?).
105  - Fixes for draw_box and draw_beam PostScript routines.
106  - Stems reach to top (or bottom) of beam.
107  - Beam uses correct stem thickness (only right beams, left TODO).
108  - testing code in effect: only outlines are drawn.
109