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