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