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