]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
22fd53ad4bfc5c933dfd05031dc95b47977f9f20
[lilypond.git] / CHANGES
1 1.5.2.jcn2
2 ==========
3
4 * Flex is fixed in Debian/unstable.  Update documentation accordingly.
5
6 * Guile 1.3.4 compile fix.
7
8 * Add trill line type, see input/test/trill.ly.
9
10 * Dvips bugs workarounds:
11   - Draw filledbox in tex for now.  Test ps code using
12
13      lilypond -e '(define ps-testing 1)'
14
15   - Extend stems only half way into beam.
16
17 * Change order of includes in tex/lilyponddefs.tex so that feta font
18 can be used a little easier, like:
19
20     title="TeX \fetachar\fetasharp"
21
22 * Update stepmake/bin config.sub, config.guess.
23
24 1.5.2
25 =====
26
27 1.5.1.hwn1
28 ==========
29
30 * small bugfixes for grace-init.ly
31
32 * Bugfix: don't mess up spacing when combining different tuplets.
33
34 * Small bugfixes for lilypond-mode.el.
35
36 * property-init.ly: bugfix for dot directions in polyphonic music.
37
38 1.5.1.jcn3
39 ==========
40
41 * Bugfix: text2html: escape entities inside <pre>.
42
43 * Added some template .ly's for evaluation.
44
45 * Make blot work without -fps too.
46
47 * Use blot diameter for postscript beams and boxes.
48
49 * Guile-1.5.0-cvs updates and Guile-1.4.x compatibility.
50
51 * Beam knee fix.
52
53 * Now really included lexer-gcc-3.0.patch.
54
55 * Make Voice context accept Thread again; this fixes MIDI output for music
56 that uses Thread contexts.
57
58 * Removed debug printing from chord-name.scm.
59
60 1.5.0
61 =====
62 1.5.0.jcn1
63 ==========
64
65 * Added feature to ly2dvi to find feta pfa font files used in a
66 postscript file to make printing of direct postscript a bit easier:
67
68     lilypond -fps input/trip.ly
69     cat $(ly2dvi -f trip.ps) trip.ps | lpr
70
71 * Reincluded 1.4.3.jcn2.
72
73 * Website fixes.
74
75 * Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
76 the temp dir if anything fails.
77
78 * Fixes for windows scripts.
79
80 1.5.0.uu1
81 =========
82
83 * Hara kiri and span-bar.
84
85 * Junk old grace stuff.
86
87 * Don't crash on grace notes in MIDI output.
88
89
90
91 1.5.0
92 =====
93
94 * experimental grace notes:
95   - add grace timing to Moment
96   - hack to Sequential_music_iterator to use the correct timing for
97 the note before a grace
98   - change the implementation of \grace construct
99   - property set/unset (eg. font size) is done through startGraceMusic
100 and stopGraceMusic
101   - various engraver fixes to deal with the fact that the
102 main-time-moment may remain the same during several steps.
103   - Change column creation logic in score-engraver. 
104
105 * Bugfix: don't crash when \name not set in \translator block.
106
107 * rename ly/*.ly to ly/*-init.ly (except language files) to avoid
108 name clashes
109
110 * deprecate Property_engraver, add Font_size_engraver to Staff, Voice
111 and Thread.
112
113 * Change mailing list address: *gnu-music*@gnu.org becomes
114 *lilypond*@gnu.org
115
116 * Put span-bar lines only between the other barlines, not on top of
117 them (thanks to Juergen Reuter)
118
119 1.4.4.jcn3
120 ==========
121   
122 TODO: look at other filledbox'es (stafflines and barlines don't match up).
123
124 * Testing code off by default.  On: -e "(define ps-testing 1)" -fps
125
126 * Output via TeX/dvips still gives problems.  Use direct postscript
127 output for real testing.
128
129 * Beam and stem fixes:
130  - Stems drawn in PostScript (should do all filledbox'es in PS?).
131  - Fixes for draw_box and draw_beam PostScript routines.
132  - Stems reach to top (or bottom) of beam.
133  - Beam uses correct stem thickness (only right beams, left TODO).
134  - testing code in effect: only outlines are drawn.
135