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