]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
release: 1.5.0
[lilypond.git] / CHANGES
1 1.5.0
2 =====
3
4 * experimental grace notes:
5   - add grace timing to Moment
6   - hack to Sequential_music_iterator to use the correct timing for
7 the note before a grace
8   - change the implementation of \grace construct
9   - property set/unset (eg. font size) is done through startGraceMusic
10 and stopGraceMusic
11   - various engraver fixes to deal with the fact that the
12 main-time-moment may remain the same during several steps.
13   - Change column creation logic in score-engraver. 
14
15 * Bugfix: don't crash when \name not set in \translator block.
16
17 * rename ly/*.ly to ly/*-init.ly (except language files) to avoid
18 name clashes
19
20 * deprecate Property_engraver, add Font_size_engraver to Staff, Voice
21 and Thread.
22
23 * Change mailing list address: *gnu-music*@gnu.org becomes
24 *lilypond*@gnu.org
25
26 * Put span-bar lines only between the other barlines, not on top of
27 them (thanks to Juergen Reuter)
28
29 1.4.4.jcn3
30 ==========
31   
32 TODO: look at other filledbox'es (stafflines and barlines don't match up).
33
34 * Testing code off by default.  On: -e "(define ps-testing 1)" -fps
35
36 * Output via TeX/dvips still gives problems.  Use direct postscript
37 output for real testing.
38
39 * Beam and stem fixes:
40  - Stems drawn in PostScript (should do all filledbox'es in PS?).
41  - Fixes for draw_box and draw_beam PostScript routines.
42  - Stems reach to top (or bottom) of beam.
43  - Beam uses correct stem thickness (only right beams, left TODO).
44  - testing code in effect: only outlines are drawn.
45