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