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