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