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