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