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