]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
release: 1.5.9
[lilypond.git] / CHANGES
1 1.5.8.uu1
2 =========
3
4 * Mensural rests (Juergen Reuter)
5
6 * Swedish translation (Thanks to the translation project)
7
8 * Bugfix: down 8th flag restored.
9
10 * Bugfix: span-bars and hara-kiri.
11
12 * More advanced collisions: handle meshed chords as well.
13
14 1.5.8.jcn1
15 ==========
16
17 * Add mktextfm wrapper for windows (thanks Mats).
18
19 1.5.8.hjj1
20 ==========
21
22 * Emacs-mode: new keywords, reserved words, notenames and brackets are
23 font-lock-keywords; implementation encourages spacing/indenting.
24
25
26 1.5.8
27 =====
28 1.5.7.hwn1
29 ==========
30
31 * reinclude input/bugs/*.ly
32
33 * Mensural flags (Juergen Reuter)
34
35 * Fixed problem with hanging Xdvi from redhat 7.x. See also
36 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=52089
37
38 * Bugfix: don't crash if kpse_find_file returns 0.
39
40 * Bugfix: don't allocate \outputscale for every file.
41
42 * Bugfix: mixing different rhythms on one staff doesn't muck up the
43 spacing that much.
44
45 1.5.7.hjj2
46 ==========
47
48 * Add PS-compilation, PS-viewing and MIDI-play in LilyPond
49 -Emacs-mode.  (Heikki Johannes Junes).
50
51 * Add common finnish names for notes
52
53
54 1.5.6.jcn2
55 =========
56  
57 * Use Cygwin included Python; drop Windows Python and workarounds.
58
59 * Include make/lilypond.mandrake.spec (unchecked!) and README.mandrake.
60
61 * Comment out two non existing examples in regression test, add one
62 missing from 1.5.5 distribution.
63
64 * Revert silly grace-with-braces stuff in tutorial.
65
66 * Add short crescendo bug to input/bugs.
67
68 * Update and bit more verbose download instructions in INSTALL, 
69 fix some links on ftp.lilypond.org.
70
71
72 1.5.6.hwn1
73 ==========
74
75 * Grace note bugfixes.
76
77 * Move staff-adjacency detection (for the spacing engine) to
78 Separating_group_spanner.
79
80 * Loose column support: clef changes, key changes may be folded underneath
81 notes in a different staff. See input/regression/spacing-folded-clef.ly.
82 Changes were made to
83
84   - Separating_group_spanner: decide which columns are loose
85
86   - Simple_spacer, New_spacing_spanner: only look at non-loose columns.
87
88   - Line_of_score: set horizontal positions for loose columns.
89  
90 1.5.6
91 =====
92
93 1.4.6.mb1
94 =========
95
96 * Allow for duplicated articulation scripts with different direction.
97
98 * Added new ornaments: \upmordent, \downmordent, \pralldown, \prallup,
99   \lineprall, \thumb, \comma (to be used with scriptHorizontal = ##t),
100   see also input/test/trill.ly. [WARNING: FONT UPDATE!]
101
102 * Bug fix: staccato dot placement.
103
104 1.5.5.jr1
105 =========
106
107 * recent ancient-font.ly development branches manually merged and
108   updated;
109
110 * added enhanced mensural minima/fusa noteheads (30 degrees rhomb
111   style); the former 45 degrees quadratic shapes are now available
112   under notehead style "neo_mensural"; [WARNING: FONT UPDATE] 
113
114 * minor ancient font corrections (in particular, enhanced set_char_box()
115   arguments).
116
117
118 1.5.5.jcn2
119 ==========
120
121 * input/bugs:
122   - Autogenerate bugs document from all .ly's.
123   - Add texidoc to lots of examples.
124   - Junk or move fixed examples to regression test.
125   - Move examples that crash lilypond to input/no-notation.
126   - Update examples.
127
128 1.5.5.hwn1
129 ==========
130
131 * Grace property fixes.
132
133 * More grace nesting bugfixes.
134
135 1.5.5
136 =====
137
138 1.5.4.jcn2
139 ==========
140
141 * Spelling fixes, notably staffs->staves, except for ChangeLogs.
142
143 * Removed `Default' from accidental comment names.
144
145 * Compile fixes.
146
147 * Fixed off by one error for point and click.
148
149 * Website fixes, found bug in grace note stem lengths.
150
151 1.5.4.hwn1
152 ==========
153
154 * Ancient font update [WARNING FONTS CHANGED!] (Juergen Reuter)
155
156 * New_spacing_spanner: revised spacing generation.
157
158 * Default neutral direction set to down. 
159
160 * Junk hash table  from flowerlib
161
162 * Bugfix: grace nesting error
163
164 * Bugfix: don't try schedule next bar when were on a grace moment.
165
166 * Bugfix: set measurePosition especially for music starting with
167 grace.
168
169 1.5.3.hwn1
170 ==========
171
172 * midi2ly bugfixes: don't print ';' in .ly output.
173
174 * small cleanup of input/bugs/
175
176 * bugfix: nested grace notes; added input/regression/grace-nest.ly
177
178 * Bugfix: add double alterations to keyAccidentalOrder (Mats)
179
180 * Fixes for PostScript beams and stems.
181
182 1.5.2.hwn1
183 ==========
184
185 * Starting pagenumber (Mark Hindley)
186
187 * Ancient font patch (Juergen Reuter) [WARNING: FONT UPDATE!]
188
189 * Bugfix: don't  put grace beams on non grace notes, and vice versa.
190
191 * etf2ly:
192   - miserable try at importing repeatbars and volta brackets;
193   - import articulation defs (IX tag)
194   - revamped file reading logic. Now much cleaner.
195
196 * Experimental regular-spacing support: try to space regular runs of
197 notes equidistantly.
198
199 1.5.2.jcn2
200 ==========
201
202 * Flex is fixed in Debian/unstable.  Update documentation accordingly.
203
204 * Guile 1.3.4 compile fix.
205
206 * Add trill line type, see input/test/trill.ly.
207
208 * Dvips bugs workarounds:
209   - Draw filledbox in tex for now.  Test ps code using
210
211      lilypond -e '(define ps-testing 1)'
212
213   - Extend stems only half way into beam.
214
215 * Change order of includes in tex/lilyponddefs.tex so that feta font
216 can be used a little easier, like:
217
218     title="TeX \fetachar\fetasharp"
219
220 * Update stepmake/bin config.sub, config.guess.
221
222 1.5.2
223 =====
224
225 1.5.1.hwn1
226 ==========
227
228 * small bugfixes for grace-init.ly
229
230 * Bugfix: don't mess up spacing when combining different tuplets.
231
232 * Small bugfixes for lilypond-mode.el.
233
234 * property-init.ly: bugfix for dot directions in polyphonic music.
235
236 1.5.1.jcn3
237 ==========
238
239 * Bugfix: text2html: escape entities inside <pre>.
240
241 * Added some template .ly's for evaluation.
242
243 * Make blot work without -fps too.
244
245 * Use blot diameter for postscript beams and boxes.
246
247 * Guile-1.5.0-cvs updates and Guile-1.4.x compatibility.
248
249 * Beam knee fix.
250
251 * Now really included lexer-gcc-3.0.patch.
252
253 * Make Voice context accept Thread again; this fixes MIDI output for music
254 that uses Thread contexts.
255
256 * Removed debug printing from chord-name.scm.
257
258 1.5.0
259 =====
260 1.5.0.jcn1
261 ==========
262
263 * Added feature to ly2dvi to find feta pfa font files used in a
264 postscript file to make printing of direct postscript a bit easier:
265
266     lilypond -fps input/trip.ly
267     cat $(ly2dvi -f trip.ps) trip.ps | lpr
268
269 * Reincluded 1.4.3.jcn2.
270
271 * Website fixes.
272
273 * Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
274 the temp dir if anything fails.
275
276 * Fixes for windows scripts.
277
278 1.5.0.uu1
279 =========
280
281 * Hara kiri and span-bar.
282
283 * Junk old grace stuff.
284
285 * Don't crash on grace notes in MIDI output.
286
287
288
289 1.5.0
290 =====
291
292 * experimental grace notes:
293   - add grace timing to Moment
294   - hack to Sequential_music_iterator to use the correct timing for
295 the note before a grace
296   - change the implementation of \grace construct
297   - property set/unset (eg. font size) is done through startGraceMusic
298 and stopGraceMusic
299   - various engraver fixes to deal with the fact that the
300 main-time-moment may remain the same during several steps.
301   - Change column creation logic in score-engraver. 
302
303 * Bugfix: don't crash when \name not set in \translator block.
304
305 * rename ly/*.ly to ly/*-init.ly (except language files) to avoid
306 name clashes
307
308 * deprecate Property_engraver, add Font_size_engraver to Staff, Voice
309 and Thread.
310
311 * Change mailing list address: *gnu-music*@gnu.org becomes
312 *lilypond*@gnu.org
313
314 * Put span-bar lines only between the other barlines, not on top of
315 them (thanks to Juergen Reuter)
316
317 1.4.4.jcn3
318 ==========
319   
320 TODO: look at other filledbox'es (stafflines and barlines don't match up).
321
322 * Testing code off by default.  On: -e "(define ps-testing 1)" -fps
323
324 * Output via TeX/dvips still gives problems.  Use direct postscript
325 output for real testing.
326
327 * Beam and stem fixes:
328  - Stems drawn in PostScript (should do all filledbox'es in PS?).
329  - Fixes for draw_box and draw_beam PostScript routines.
330  - Stems reach to top (or bottom) of beam.
331  - Beam uses correct stem thickness (only right beams, left TODO).
332  - testing code in effect: only outlines are drawn.
333