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