4 * Mensural rests (Juergen Reuter)
6 * Swedish translation (Thanks to the translation project)
8 * Bugfix: down 8th flag restored.
10 * Bugfix: span-bars and hara-kiri.
12 * More advanced collisions: handle meshed chords as well.
17 * Add mktextfm wrapper for windows (thanks Mats).
22 * Emacs-mode: new keywords, reserved words, notenames and brackets are
23 font-lock-keywords; implementation encourages spacing/indenting.
31 * reinclude input/bugs/*.ly
33 * Mensural flags (Juergen Reuter)
35 * Fixed problem with hanging Xdvi from redhat 7.x. See also
36 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=52089
38 * Bugfix: don't crash if kpse_find_file returns 0.
40 * Bugfix: don't allocate \outputscale for every file.
42 * Bugfix: mixing different rhythms on one staff doesn't muck up the
48 * Add PS-compilation, PS-viewing and MIDI-play in LilyPond
49 -Emacs-mode. (Heikki Johannes Junes).
51 * Add common finnish names for notes
57 * Use Cygwin included Python; drop Windows Python and workarounds.
59 * Include make/lilypond.mandrake.spec (unchecked!) and README.mandrake.
61 * Comment out two non existing examples in regression test, add one
62 missing from 1.5.5 distribution.
64 * Revert silly grace-with-braces stuff in tutorial.
66 * Add short crescendo bug to input/bugs.
68 * Update and bit more verbose download instructions in INSTALL,
69 fix some links on ftp.lilypond.org.
75 * Grace note bugfixes.
77 * Move staff-adjacency detection (for the spacing engine) to
78 Separating_group_spanner.
80 * Loose column support: clef changes, key changes may be folded underneath
81 notes in a different staff. See input/regression/spacing-folded-clef.ly.
84 - Separating_group_spanner: decide which columns are loose
86 - Simple_spacer, New_spacing_spanner: only look at non-loose columns.
88 - Line_of_score: set horizontal positions for loose columns.
96 * Allow for duplicated articulation scripts with different direction.
98 * Added new ornaments: \upmordent, \downmordent, \pralldown, \prallup,
99 \lineprall, \thumb, \comma (to be used with scriptHorizontal = ##t),
100 see also input/test/trill.ly. [WARNING: FONT UPDATE!]
102 * Bug fix: staccato dot placement.
107 * recent ancient-font.ly development branches manually merged and
110 * added enhanced mensural minima/fusa noteheads (30 degrees rhomb
111 style); the former 45 degrees quadratic shapes are now available
112 under notehead style "neo_mensural"; [WARNING: FONT UPDATE]
114 * minor ancient font corrections (in particular, enhanced set_char_box()
122 - Autogenerate bugs document from all .ly's.
123 - Add texidoc to lots of examples.
124 - Junk or move fixed examples to regression test.
125 - Move examples that crash lilypond to input/no-notation.
131 * Grace property fixes.
133 * More grace nesting bugfixes.
141 * Spelling fixes, notably staffs->staves, except for ChangeLogs.
143 * Removed `Default' from accidental comment names.
147 * Fixed off by one error for point and click.
149 * Website fixes, found bug in grace note stem lengths.
154 * Ancient font update [WARNING FONTS CHANGED!] (Juergen Reuter)
156 * New_spacing_spanner: revised spacing generation.
158 * Default neutral direction set to down.
160 * Junk hash table from flowerlib
162 * Bugfix: grace nesting error
164 * Bugfix: don't try schedule next bar when were on a grace moment.
166 * Bugfix: set measurePosition especially for music starting with
172 * midi2ly bugfixes: don't print ';' in .ly output.
174 * small cleanup of input/bugs/
176 * bugfix: nested grace notes; added input/regression/grace-nest.ly
178 * Bugfix: add double alterations to keyAccidentalOrder (Mats)
180 * Fixes for PostScript beams and stems.
185 * Starting pagenumber (Mark Hindley)
187 * Ancient font patch (Juergen Reuter) [WARNING: FONT UPDATE!]
189 * Bugfix: don't put grace beams on non grace notes, and vice versa.
192 - miserable try at importing repeatbars and volta brackets;
193 - import articulation defs (IX tag)
194 - revamped file reading logic. Now much cleaner.
196 * Experimental regular-spacing support: try to space regular runs of
202 * Flex is fixed in Debian/unstable. Update documentation accordingly.
204 * Guile 1.3.4 compile fix.
206 * Add trill line type, see input/test/trill.ly.
208 * Dvips bugs workarounds:
209 - Draw filledbox in tex for now. Test ps code using
211 lilypond -e '(define ps-testing 1)'
213 - Extend stems only half way into beam.
215 * Change order of includes in tex/lilyponddefs.tex so that feta font
216 can be used a little easier, like:
218 title="TeX \fetachar\fetasharp"
220 * Update stepmake/bin config.sub, config.guess.
228 * small bugfixes for grace-init.ly
230 * Bugfix: don't mess up spacing when combining different tuplets.
232 * Small bugfixes for lilypond-mode.el.
234 * property-init.ly: bugfix for dot directions in polyphonic music.
239 * Bugfix: text2html: escape entities inside <pre>.
241 * Added some template .ly's for evaluation.
243 * Make blot work without -fps too.
245 * Use blot diameter for postscript beams and boxes.
247 * Guile-1.5.0-cvs updates and Guile-1.4.x compatibility.
251 * Now really included lexer-gcc-3.0.patch.
253 * Make Voice context accept Thread again; this fixes MIDI output for music
254 that uses Thread contexts.
256 * Removed debug printing from chord-name.scm.
263 * Added feature to ly2dvi to find feta pfa font files used in a
264 postscript file to make printing of direct postscript a bit easier:
266 lilypond -fps input/trip.ly
267 cat $(ly2dvi -f trip.ps) trip.ps | lpr
269 * Reincluded 1.4.3.jcn2.
273 * Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
274 the temp dir if anything fails.
276 * Fixes for windows scripts.
281 * Hara kiri and span-bar.
283 * Junk old grace stuff.
285 * Don't crash on grace notes in MIDI output.
292 * experimental grace notes:
293 - add grace timing to Moment
294 - hack to Sequential_music_iterator to use the correct timing for
295 the note before a grace
296 - change the implementation of \grace construct
297 - property set/unset (eg. font size) is done through startGraceMusic
299 - various engraver fixes to deal with the fact that the
300 main-time-moment may remain the same during several steps.
301 - Change column creation logic in score-engraver.
303 * Bugfix: don't crash when \name not set in \translator block.
305 * rename ly/*.ly to ly/*-init.ly (except language files) to avoid
308 * deprecate Property_engraver, add Font_size_engraver to Staff, Voice
311 * Change mailing list address: *gnu-music*@gnu.org becomes
314 * Put span-bar lines only between the other barlines, not on top of
315 them (thanks to Juergen Reuter)
320 TODO: look at other filledbox'es (stafflines and barlines don't match up).
322 * Testing code off by default. On: -e "(define ps-testing 1)" -fps
324 * Output via TeX/dvips still gives problems. Use direct postscript
325 output for real testing.
327 * Beam and stem fixes:
328 - Stems drawn in PostScript (should do all filledbox'es in PS?).
329 - Fixes for draw_box and draw_beam PostScript routines.
330 - Stems reach to top (or bottom) of beam.
331 - Beam uses correct stem thickness (only right beams, left TODO).
332 - testing code in effect: only outlines are drawn.