]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
patch::: 1.4.8.moh1: [PATCH] 1.4 Lyric alignment
[lilypond.git] / CHANGES
1 --- ../lilypond-1.4.8/CHANGES   Wed Oct 17 09:25:04 2001
2 ++ b/CHANGES    Wed Oct 17 10:55:11 2001
3 @@ -1,3 +1,12 @@
4 1.4.8.moh1
5 ==========
6
7 * new property "end-alignment" to control non-centered lyric alignment
8
9
10 1.4.8
11 =====
12
13  1.4.7.jcn2
14  ==========
15  1.4.8.jcn1
16 ==========
17
18 * Backported more guile > 1.4 compatibility stuff.
19
20 1.4.8
21 =====
22
23 1.4.7.jcn2
24 ==========
25
26 * Fixed off by one error for point and click.
27
28 * po update.
29
30 * windows doc update.
31   
32 * Add mktextfm wrapper for windows (thanks Mats).
33
34
35 1.4.7.mb1
36 ==========
37
38 * Bugfix: span-bars and hara-kiri.
39
40 * Bugfix: lilypond-book, avoid exception on some geometry options
41
42 * Bugfix: fontSize affects also time signatures.
43
44
45 1.4.7.hwn1
46 ==========
47
48 * Backported compatibility fixes for GUILE 1.5
49
50 * default-neutral-direction -> neutral-direction
51
52 * Danish .po file.
53
54 1.4.7
55 =====
56
57 1.4.6.hwn1
58 ==========
59
60 * Change gnu-music to lilypond in email adresses.
61
62 * Neutral direction down
63
64 * Redhat Xdvi fix
65
66 * Bugfix in stem interface description 
67
68 * Bugfix: don't crash on lost TFM fonts.
69
70 * Junk hash-table-* 
71
72 * Syntax fixes for midi2ly.
73
74 1.4.6.jcn1
75 ==========
76  
77 * Fixes for PostScript beams and stems.
78   
79 * Use Cygwin included Python; drop Windows Python and workarounds.
80   
81 1.4.6.mb1
82 =========
83
84 * Allow for duplicated articulation scripts with different direction.
85
86 * Added new ornaments: \upmordent, \downmordent, \pralldown, \prallup,
87   \lineprall, \thumb, \comma (to be used with scriptHorizontal = ##t), 
88   see also input/test/trill.ly. [WARNING: FONT UPDATE!]
89
90 * Bug fix: staccato dot placement.
91
92 * Handle keys with double flats/sharps better.
93
94
95 1.4.6
96 =====
97
98 1.4.5.jcn1
99 ==========
100
101 * Dvips bugs workarounds:
102   - Draw filledbox in tex for now.  Test ps code using
103
104      lilypond -e '(define ps-testing 1)'
105
106   - Extend stems only half way into beam.
107
108 * Change order of includes in tex/lilyponddefs.tex so that feta font
109 can be used a little easier, like:
110
111     title="TeX \fetachar\fetasharp"
112
113 * Update stepmake/bin config.sub, config.guess.
114
115 1.4.4.mb1
116 ========
117   
118 * Documentation fixes
119   
120 1.4.4.stable.jcn4
121 =================
122   
123 * Website: downloadable pictures with better alt texts.
124
125 * Bugfix: c:dim7 generates <c es ges beses>.
126
127 * Bugfix: call <c es ges bes> Cm5-/7 in Banter style.
128
129 * Bugfix: don't change value of chord modifiers.
130
131 * Bugfix: size and overstrike fix for some Banter chord names.
132
133 * Bugfix: text2html: escape entities inside <pre>.
134
135 * Added some template .ly's for evaluation.
136
137 * Bugfix: text2html: escape entities inside <pre>.
138
139 * Now really included lexer-gcc-3.0.patch.
140
141 * Added feature to ly2dvi to find feta pfa font files used in a
142 postscript file to make printing of direct postscript a bit easier:
143
144     lilypond -fps input/trip.ly
145     cat $(ly2dvi -f trip.ps) trip.ps | lpr
146
147 * Reincluded 1.4.3.jcn2.
148
149 * Website fixes.
150
151 * Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
152 the temp dir if anything fails.
153
154 * Fixes for windows scripts.
155
156 * Beam and stem fixes:
157  - Fixes for draw-box and draw_beam PostScript routines.
158  - Stems reach to top (or bottom) of beam.
159  - Beam uses correct stem thickness.
160
161 1.4.4
162 =====
163
164 1.4.3.jcn2
165 ==========
166
167 * Included documentatioon and post-flex lexer.cc patch for
168 Debian/unstable gcc-3.0.
169
170 * Enhanced gcc autoconf and make messages.
171
172 * Added -mieee to CFLAGS for alpha.
173
174 * Fixed help and documentation of new LilyPond command line.
175
176 * Redirected SuSE download to ftp.lilypond.org (where mirror script runs).
177
178 1.4.3
179 =====
180
181 1.4.2.jcn4
182 ==========
183
184 * Windows: bugfix for tex-wrappers, added tex wrapper for dvips.
185 LilyPond (read: ly2dvi) should now work right out of the box.
186
187 Amazing; it seems that ly2dvi won't generate PK files without this
188 dvips wrapper.  We had over 200 downloads of setup.exe, yet only one
189 `call for help'.  Did all the others give up, or did none of them
190 bother to share their fix/file a bug report?  Urg.
191
192 * Included mktexnam.patch (again?).
193
194 * Documentation fix (Mark Hindley).
195
196 * Debian patch and bashism fix (Anthony).
197
198 * Bugfix: local-install should depend on $(INSTALLATION_FILES).  This fixes
199 ./configure; make install in buildscripts/ (Michael Vanier).
200
201 * Removed les-nereides from short-examples, as it is tweaked a lot,
202 contrary to what the webpage claims (didn't know that).
203
204 1.4.2.mb1
205 ==========
206
207 * ly2dvi, titledefs.tex: Typeset copyright notice at the bottom of the
208 first page. Make separate page styles for first and last page.
209
210 * Bugfix: Default RehearsalMark font-family changed to roman (only
211 affects Scheme text markups).
212
213 1.4.2.hwn1
214 ==========
215
216 * Added support for Q: statement to abc2ly. (Laura Conrad)
217
218 * Tie shape bugfix (Mark Hindley).
219
220 * Bugfix: lilypond-book LatexPaper.__setattr__()
221
222 * Bugfix: make Hyphen_spanner::brew_molecule() more robust.
223
224 * Don't use stdin when no argument specified.
225
226 * Naming smobs -> grobs 
227
228 * Bugfix: ledger lines on easy-notation note heads.
229
230 1.4.2
231 =====
232
233 * Glossary fixes (Thanks Jean-Pierre Coulon).
234
235 1.4.1.jcn3
236 ==========
237
238 * Updated les-nereides.
239
240 * Added \newpage command.
241
242 * Doco fixes.
243
244 * Debian make fix.
245
246 * Fix for index, small doco fixes.
247
248 * Bugfix: use roman font (instead of feta) for unacorda pedal.
249
250 * Don't use cyclic symlinks for web doc.
251
252 * Don't create `empty pngs' with touch, make symlinks instead.
253
254 * Added extra header titling fields to ly2dvi too.
255
256 1.4.1.mb2
257 =========
258
259 * documentation fixes
260
261 * Add make rule to avoid problems building dvi documentation
262
263 * Documentation fixes
264
265 * Bugfix: tuplet-number-visibility
266
267 1.4.1.hwn1
268 ==========
269
270 * Do not lengthen the stem in case of a collision with the flag, but
271 move dots to the right.
272
273 * Debian patches (Thanks, Anthony!)
274
275 1.4.1
276 =====
277
278 1.4.0.jcn7
279 ==========
280
281 * Added \tupletUp, \tupletDown, \tupletBoth.
282
283 * Bugfix convert-ly: treCorde.
284
285 * Slur attachment and extremity offsets taken relative to slur
286 direction; so that
287
288    Slur \override #'attachment-offset = #'((0 . 1) . (0 . 1))
289
290 will always make the slur move away from the note head.
291
292 * Bugfix: slurs on dotted or flagged notes.
293
294 * Added @reng, @rgrob, and @rint macros for referencing engravers,
295 grobs and interfaces in documentation.
296
297 * Bugfix for configure.
298
299 * text2html: use python script, use <pre> instead of <xmp>.
300
301 * Fixed pa.ly.
302
303 * Bugfix: lilypond mode: make view messages scroll by.
304
305 * configure: check for splitting makeinfo; small fixes for
306 non-splitting makeinfo doc.
307
308 * Added some missing titling (dedication, translator) and fixed ps titling
309 (Thanks David Arnold).
310
311 * More doco fixes.  Added a small legend.
312
313 * Bugfix: trend of broken slurs with user-overridden stem attachments.
314
315 * Bugfix redhat.spec: use root attributes on files.
316
317 * Bugfix: typo in update-lily, re-set download url to /development.
318
319 * Removed some empty files.
320
321 * Merged tutorials. Simplified the text.
322
323 * Small doco fixes.
324
325 1.4.0.uu1
326 =========
327
328 * Bugfix: percussion clef
329
330 * Bugfix: multiple scripts.
331
332 * Bugfix: read TeX's afm files. Metrics are still messed up (too small), but no
333 crash.
334
335 * Bugfix: fixed the problem where dots clash with other notes (Timothy S.
336 Nelson)
337