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