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