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