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