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