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