lilypond-1.5.9
[lilypond.git] / CHANGES
blob7ce58318f540a8b9a471ef67f262b47aebe1160e
1 1.5.7.hwn1
2 ==========
4 * reinclude input/bugs/*.ly
6 * Mensural flags (Juergen Reuter)
8 * Fixed problem with hanging Xdvi from redhat 7.x. See also
9 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=52089
11 * Bugfix: don't crash if kpse_find_file returns 0.
13 * Bugfix: don't allocate \outputscale for every file.
15 * Bugfix: mixing different rhythms on one staff doesn't muck up the
16 spacing that much.
18 1.5.7.hjj2
19 ==========
21 * Add PS-compilation, PS-viewing and MIDI-play in LilyPond
22 -Emacs-mode.  (Heikki Johannes Junes).
24 * Add common finnish names for notes
27 1.5.6.jcn2
28 =========
30 * Use Cygwin included Python; drop Windows Python and workarounds.
32 * Include make/lilypond.mandrake.spec (unchecked!) and README.mandrake.
34 * Comment out two non existing examples in regression test, add one
35 missing from 1.5.5 distribution.
37 * Revert silly grace-with-braces stuff in tutorial.
39 * Add short crescendo bug to input/bugs.
41 * Update and bit more verbose download instructions in INSTALL, 
42 fix some links on ftp.lilypond.org.
45 1.5.6.hwn1
46 ==========
48 * Grace note bugfixes.
50 * Move staff-adjacency detection (for the spacing engine) to
51 Separating_group_spanner.
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
57   - Separating_group_spanner: decide which columns are loose
59   - Simple_spacer, New_spacing_spanner: only look at non-loose columns.
61   - Line_of_score: set horizontal positions for loose columns.
63 1.5.6
64 =====
66 1.4.6.mb1
67 =========
69 * Allow for duplicated articulation scripts with different direction.
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!]
75 * Bug fix: staccato dot placement.
77 1.5.5.jr1
78 =========
80 * recent ancient-font.ly development branches manually merged and
81   updated;
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] 
87 * minor ancient font corrections (in particular, enhanced set_char_box()
88   arguments).
91 1.5.5.jcn2
92 ==========
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.
101 1.5.5.hwn1
102 ==========
104 * Grace property fixes.
106 * More grace nesting bugfixes.
108 1.5.5
109 =====
111 1.5.4.jcn2
112 ==========
114 * Spelling fixes, notably staffs->staves, except for ChangeLogs.
116 * Removed `Default' from accidental comment names.
118 * Compile fixes.
120 * Fixed off by one error for point and click.
122 * Website fixes, found bug in grace note stem lengths.
124 1.5.4.hwn1
125 ==========
127 * Ancient font update [WARNING FONTS CHANGED!] (Juergen Reuter)
129 * New_spacing_spanner: revised spacing generation.
131 * Default neutral direction set to down. 
133 * Junk hash table  from flowerlib
135 * Bugfix: grace nesting error
137 * Bugfix: don't try schedule next bar when were on a grace moment.
139 * Bugfix: set measurePosition especially for music starting with
140 grace.
142 1.5.3.hwn1
143 ==========
145 * midi2ly bugfixes: don't print ';' in .ly output.
147 * small cleanup of input/bugs/
149 * bugfix: nested grace notes; added input/regression/grace-nest.ly
151 * Bugfix: add double alterations to keyAccidentalOrder (Mats)
153 * Fixes for PostScript beams and stems.
155 1.5.2.hwn1
156 ==========
158 * Starting pagenumber (Mark Hindley)
160 * Ancient font patch (Juergen Reuter) [WARNING: FONT UPDATE!]
162 * Bugfix: don't  put grace beams on non grace notes, and vice versa.
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.
169 * Experimental regular-spacing support: try to space regular runs of
170 notes equidistantly.
172 1.5.2.jcn2
173 ==========
175 * Flex is fixed in Debian/unstable.  Update documentation accordingly.
177 * Guile 1.3.4 compile fix.
179 * Add trill line type, see input/test/trill.ly.
181 * Dvips bugs workarounds:
182   - Draw filledbox in tex for now.  Test ps code using
184      lilypond -e '(define ps-testing 1)'
186   - Extend stems only half way into beam.
188 * Change order of includes in tex/lilyponddefs.tex so that feta font
189 can be used a little easier, like:
191     title="TeX \fetachar\fetasharp"
193 * Update stepmake/bin config.sub, config.guess.
195 1.5.2
196 =====
198 1.5.1.hwn1
199 ==========
201 * small bugfixes for grace-init.ly
203 * Bugfix: don't mess up spacing when combining different tuplets.
205 * Small bugfixes for lilypond-mode.el.
207 * property-init.ly: bugfix for dot directions in polyphonic music.
209 1.5.1.jcn3
210 ==========
212 * Bugfix: text2html: escape entities inside <pre>.
214 * Added some template .ly's for evaluation.
216 * Make blot work without -fps too.
218 * Use blot diameter for postscript beams and boxes.
220 * Guile-1.5.0-cvs updates and Guile-1.4.x compatibility.
222 * Beam knee fix.
224 * Now really included lexer-gcc-3.0.patch.
226 * Make Voice context accept Thread again; this fixes MIDI output for music
227 that uses Thread contexts.
229 * Removed debug printing from chord-name.scm.
231 1.5.0
232 =====
233 1.5.0.jcn1
234 ==========
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:
239     lilypond -fps input/trip.ly
240     cat $(ly2dvi -f trip.ps) trip.ps | lpr
242 * Reincluded 1.4.3.jcn2.
244 * Website fixes.
246 * Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
247 the temp dir if anything fails.
249 * Fixes for windows scripts.
251 1.5.0.uu1
252 =========
254 * Hara kiri and span-bar.
256 * Junk old grace stuff.
258 * Don't crash on grace notes in MIDI output.
262 1.5.0
263 =====
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. 
276 * Bugfix: don't crash when \name not set in \translator block.
278 * rename ly/*.ly to ly/*-init.ly (except language files) to avoid
279 name clashes
281 * deprecate Property_engraver, add Font_size_engraver to Staff, Voice
282 and Thread.
284 * Change mailing list address: *gnu-music*@gnu.org becomes
285 *lilypond*@gnu.org
287 * Put span-bar lines only between the other barlines, not on top of
288 them (thanks to Juergen Reuter)
290 1.4.4.jcn3
291 ==========
292   
293 TODO: look at other filledbox'es (stafflines and barlines don't match up).
295 * Testing code off by default.  On: -e "(define ps-testing 1)" -fps
297 * Output via TeX/dvips still gives problems.  Use direct postscript
298 output for real testing.
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.