]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
release: 1.5.5
[lilypond.git] / CHANGES
1 1.5.4.jcn2
2 ==========
3
4 * Spelling fixes, notably staffs->staves, except for ChangeLogs.
5
6 * Removed `Default' from accidental comment names.
7
8 * Compile fixes.
9
10 * Fixed off by one error for point and click.
11
12 * Website fixes, found bug in grace note stem lengths.
13
14 1.5.4.hwn1
15 ==========
16
17 * Ancient font update [WARNING FONTS CHANGED!] (Juergen Reuter)
18
19 * New_spacing_spanner: revised spacing generation.
20
21 * Default neutral direction set to down. 
22
23 * Junk hash table  from flowerlib
24
25 * Bugfix: grace nesting error
26
27 * Bugfix: don't try schedule next bar when were on a grace moment.
28
29 * Bugfix: set measurePosition especially for music starting with
30 grace.
31
32 1.5.3.hwn1
33 ==========
34
35 * midi2ly bugfixes: don't print ';' in .ly output.
36
37 * small cleanup of input/bugs/
38
39 * bugfix: nested grace notes; added input/regression/grace-nest.ly
40
41 * Bugfix: add double alterations to keyAccidentalOrder (Mats)
42
43 * Fixes for PostScript beams and stems.
44
45 1.5.2.hwn1
46 ==========
47
48 * Starting pagenumber (Mark Hindley)
49
50 * Ancient font patch (Juergen Reuter) [WARNING: FONT UPDATE!]
51
52 * Bugfix: don't  put grace beams on non grace notes, and vice versa.
53
54 * etf2ly:
55   - miserable try at importing repeatbars and volta brackets;
56   - import articulation defs (IX tag)
57   - revamped file reading logic. Now much cleaner.
58
59 * Experimental regular-spacing support: try to space regular runs of
60 notes equidistantly.
61
62 1.5.2.jcn2
63 ==========
64
65 * Flex is fixed in Debian/unstable.  Update documentation accordingly.
66
67 * Guile 1.3.4 compile fix.
68
69 * Add trill line type, see input/test/trill.ly.
70
71 * Dvips bugs workarounds:
72   - Draw filledbox in tex for now.  Test ps code using
73
74      lilypond -e '(define ps-testing 1)'
75
76   - Extend stems only half way into beam.
77
78 * Change order of includes in tex/lilyponddefs.tex so that feta font
79 can be used a little easier, like:
80
81     title="TeX \fetachar\fetasharp"
82
83 * Update stepmake/bin config.sub, config.guess.
84
85 1.5.2
86 =====
87
88 1.5.1.hwn1
89 ==========
90
91 * small bugfixes for grace-init.ly
92
93 * Bugfix: don't mess up spacing when combining different tuplets.
94
95 * Small bugfixes for lilypond-mode.el.
96
97 * property-init.ly: bugfix for dot directions in polyphonic music.
98
99 1.5.1.jcn3
100 ==========
101
102 * Bugfix: text2html: escape entities inside <pre>.
103
104 * Added some template .ly's for evaluation.
105
106 * Make blot work without -fps too.
107
108 * Use blot diameter for postscript beams and boxes.
109
110 * Guile-1.5.0-cvs updates and Guile-1.4.x compatibility.
111
112 * Beam knee fix.
113
114 * Now really included lexer-gcc-3.0.patch.
115
116 * Make Voice context accept Thread again; this fixes MIDI output for music
117 that uses Thread contexts.
118
119 * Removed debug printing from chord-name.scm.
120
121 1.5.0
122 =====
123 1.5.0.jcn1
124 ==========
125
126 * Added feature to ly2dvi to find feta pfa font files used in a
127 postscript file to make printing of direct postscript a bit easier:
128
129     lilypond -fps input/trip.ly
130     cat $(ly2dvi -f trip.ps) trip.ps | lpr
131
132 * Reincluded 1.4.3.jcn2.
133
134 * Website fixes.
135
136 * Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
137 the temp dir if anything fails.
138
139 * Fixes for windows scripts.
140
141 1.5.0.uu1
142 =========
143
144 * Hara kiri and span-bar.
145
146 * Junk old grace stuff.
147
148 * Don't crash on grace notes in MIDI output.
149
150
151
152 1.5.0
153 =====
154
155 * experimental grace notes:
156   - add grace timing to Moment
157   - hack to Sequential_music_iterator to use the correct timing for
158 the note before a grace
159   - change the implementation of \grace construct
160   - property set/unset (eg. font size) is done through startGraceMusic
161 and stopGraceMusic
162   - various engraver fixes to deal with the fact that the
163 main-time-moment may remain the same during several steps.
164   - Change column creation logic in score-engraver. 
165
166 * Bugfix: don't crash when \name not set in \translator block.
167
168 * rename ly/*.ly to ly/*-init.ly (except language files) to avoid
169 name clashes
170
171 * deprecate Property_engraver, add Font_size_engraver to Staff, Voice
172 and Thread.
173
174 * Change mailing list address: *gnu-music*@gnu.org becomes
175 *lilypond*@gnu.org
176
177 * Put span-bar lines only between the other barlines, not on top of
178 them (thanks to Juergen Reuter)
179
180 1.4.4.jcn3
181 ==========
182   
183 TODO: look at other filledbox'es (stafflines and barlines don't match up).
184
185 * Testing code off by default.  On: -e "(define ps-testing 1)" -fps
186
187 * Output via TeX/dvips still gives problems.  Use direct postscript
188 output for real testing.
189
190 * Beam and stem fixes:
191  - Stems drawn in PostScript (should do all filledbox'es in PS?).
192  - Fixes for draw_box and draw_beam PostScript routines.
193  - Stems reach to top (or bottom) of beam.
194  - Beam uses correct stem thickness (only right beams, left TODO).
195  - testing code in effect: only outlines are drawn.
196