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