]> git.donarmstrong.com Git - lilypond.git/blob - NEWS
patch::: 1.0.11.mb1: Re: Old time signatures in LilyPond
[lilypond.git] / NEWS
1 pl 11.mb1
2         - Added feta-timesig.mf, font for C and alla breve.
3
4 pl 10.uu2
5         - plet-spanner fix.
6         - large doc patch (thanks Adrian)
7
8 pl 10.jbr1
9         - aclocal.m4, stepmake/aclocal.m4: Choose specific python
10         - stepmake/bin/release.py: Use the same python calling process
11         - make/lilypond-vars.make: PATH should not use PATHSEP.  It is fine 
12           to hard code it to `:' on both Windows NT and UNIX.
13         - stepmake/bin/package-zip32.sh: Perform configure with a specific
14           python, ie cygwin32 python on Windows NT
15
16 pl 10.uu1
17         - junked \octave
18         - marginBreakPriority, direction==LEFT
19         - mf-to-table NT fix (JBR)
20         - createKeyOnClefChange property
21
22
23 pl 10.jcn1
24         - mf-to-xpms for Harmonia
25   
26 pl 9.jbr1
27         - scripts/convert-mudela.py: We must close infile and outfile before
28           a rename occurs.  NT Windows locks open files.
29           stepmake/bin/package-zip32.sh: renamed all python bins to:
30           <filename>.py in NT Windows distribution.
31
32
33 *********
34 pl 10
35
36 pl 9.jcn1
37         - started gnuisation of website
38           * filetype and size
39           * 'no gifs due to patent problems'
40         - bumped stepmake version nr (again):
41           please update stepmake/VERSION after making changes to stepmake...
42   
43 pl 9.hwn1
44         - do default midi,paper by toplevel \paper / \midi (mudela 1.0.4)
45         - bf: error if no Score context
46         - notename table now can be declared as well.
47         - junked \clear
48
49 *********
50 pl 9
51         
52 pl 8.uu1
53         - junked \staff, \multi
54         - bf Music_list::Music_list (Music_list const&)
55         - AC_SUBST(PATHSEP,DIRSEP)
56         - generate Documentation/tex/out/*.bib (AM)
57         - a4 fixes (AM)
58         - bf: metafont-*.make
59         - parser.yy: intlist mods. (mudela 1.0.2)
60         - \melodic -> \notes (mudela 1.0.3)
61         - typo: calcalute_dependencies ()
62
63 pl 8.jcn3
64         - gif -> png
65             * ps-to-pngs.sh
66             * stepmake
67             * website
68             * yodl-1.31.4 (to be released)
69         - target 'texinfo' -> 'info'
70
71 pl 8.jcn2
72         - more doco in texinfo (with yodl pl3)
73         - bf's: package-diff
74
75 pl 8.jcn1
76         - removed tutorial from texinfo, yodl2texinfo is still rather broken
77         - bf: setlocale NUMERIC to 'C'
78         - removed ugly space from print-dimen
79
80 *******
81 pl 8
82         - make website fixes.
83
84 pl 7.jcn1
85         - minor stepmake/yodl fixes
86  
87 pl 7.uu1
88
89         - changed separator in vocabulary
90         - added barAlways and defaultBarType properties.
91
92 pl 7.hwn1
93         - changed header format.  Use a + for concatenation.
94
95                 \header { key = "concat" + "string" }
96         
97         (mudela 1.0.2)  
98         - allow computed properties in translator definition
99
100                 GrandStaff = \translator {
101                         minVerticalAlign = 1.5\staffheight;
102                         ..
103                 }
104
105         - Music inheritance. Datastructure and parser now follow this grammar
106
107                 Music_list:
108                         | Music_list Music
109                         ;
110                 Simultaneous_music: '<' Music_list '>'
111                         ;
112                 Sequential_music: '{' Music_list '}'
113                         ;
114
115         - bf: Item::do_unlink () don't iterate on attached_span_l_arr_,
116 because it is changed by Spanner::set_bounds () (thanks Thomas)
117         - bf: URL Documentation/index (thanks EP)
118         - bf: twinkle.ly (thanks EP)
119         - bf: mi2mu (thanks Murray)
120         - bf: mudela-book --dependencies
121         - split LaTeX and TeX stuff
122
123 pl 7.tca1
124         - more Partita's 
125
126 pl 7.jbr1
127         - aclocal.m4,make/lilypond-vars.make: added PATHSEP as AC_SUBST to  
128           help support Windows NT doco build.  
129           Documentation/ntweb/index.yo: minor spelling changes
130
131
132 *************
133 pl 7
134         - refman updates by Adriano Moriano.
135
136
137 pl 6.jbr2
138         - scripts/ly2dvi32.py: Fixed bug with lily input including multiple
139           files.  Also, we now stream out lilypond log one line at a time
140           for better feedback.
141
142 pl 6.jbr1
143         - scripts/ly2dvi32.py: Added some doco, add postscript option, set
144           MFINPUTS along with TEXINPUTS, modified initialization sequence. 
145           Made some Python style changes per Han-Wen suggestions.
146         - Documentation/man/ly2dvi32.yo: Added a manpage for ly2dvi32.
147         - stepmake/bin/package-zip32.sh: Added doco distribution.  Removed
148           the installation directory after zip operation.  
149         - Documentation/ntweb/index.yo: LILYPOND -> LILYPONDPREFIX and 
150           comments about MiKTeX-1.11.
151
152 pl 6.tca1
153         - First movement of Partita II (BWV 826) in 
154           mutopia/J.S.Bach/Cembalo-Partitas. Lilypond output was so
155           beautiful that I'll have to write the rest of the partita.
156
157 pl 6.uu2
158         - mudela-book.py --dependencies
159         - more doc fixes (AM)
160         - warn if declaring a keyword.
161         - \grouping 4 2*3; now accepted.
162         - patches to standchen.ly
163
164 pl 6.uu1
165
166         - mudela-book handles \input now
167         - vocabulary fixes by Adrian Moriano
168
169 ********
170 pl 6
171         - largish rehack:
172           * Super_element is now an `abstract' class,
173           * Paper_score directly contains one Line_of_score.  The
174         breaking/postprocessing/deletion is mixed with the output phase.
175           * Hopefully this will save memory for large scores. (benchmarks, anyone?)
176           * bf: Horizontal_vertical_group_item::do_unlink () should call
177
178         Axis_group_item::do_unlink ()
179
180         - changed LILYPOND to LILYPONDPREFIX
181         - added tfm and dvi target for mf/
182         - reincluded english.ly
183         - doc fixes (thanks, Adrian Moriano)
184         - doc fixes.
185         - mf: ex height added.
186
187 pl 5.mb1
188       - Mudela 1.0.1: Changed \accidentals -> \keysignature
189       - Identifiers can be used in textual scripts:
190
191
192         tempoString="Allegro molto assai";
193
194                 [...]
195
196         c^\tempoString 
197
198
199
200 pl 5.jbr2
201         - aclocal.m4,config.h.in,flower/file-path.cc: Added PATHSEP and 
202           DIRSEP to configuration to support windows style path and pathlists.
203         - stepmake/bin/package-zip32.sh,stepmake/stepmake/package.make:
204           zip target now calls package-zip32.sh which creates winnt 
205           binary distribution zip file. xzip target continues to use 
206           package-zip.sh for Jan's cross-compiled version.
207         - lily/main.cc: Added a search for LILYPOND environment variable to
208           better facilitate binary distributions. 
209         - Documentation/README-W32.yo: Updated information on running lilypond
210           on winnt.
211           
212
213
214 pl 5.jcn1
215         - (step)make fixes from yodl
216         - minor doco fixes
217         - bf: patch in website after 'make release'
218
219 pl 5.jbr1
220         - Documentation/ntweb/Makefile: Used absolute url for LilyPond Homepage
221         - Documentation/ntweb/index.yo: Minor mods per Jan's suggestions
222
223
224
225
226 *************
227 pl 5
228
229 pl 4.jcn1
230         - texinfo docs, lots of yodl TODO
231         - junked some makefiles
232         - ntweb: use BLURB
233         - bf: pletvisibility 
234         - adaptions for yodl-1.31.2's automatic texinfo conversion 
235         - reinclude of 1.jcn2:
236                   - renamed -alto -> viola
237                   - bf: avant-gardish six preludes
238                   - bf: ly2dvi warnings
239
240 pl 4.jbr1
241         - stepmake/stepmake/install-outfiles.sub.make: fixed typo
242         - scripts/GNUmakefile: add ly2dvi32 to installation list and fixed
243           included executable-targets.make to facilate installation of scripts
244         - Documentation/ntweb: Fixes to nt web page and added topdoc like
245           automation.
246
247 *********
248 pl 4
249 pl 3.mb2
250         - Changed text script alignment: center -> left
251         - TeX commands counts as one character when calculating
252           the length of a Text_def
253
254 pl 3.jbr2
255          - Documentation/topdocs/index.yo: Added link to NT dist page
256          - Documentation/ntweb/: Added Makefile and index.yo to build the
257            NT dist page
258
259 pl 3.hwn1
260         - stepmake hacking
261
262 pl 3.uu1
263         - stepmake MAKEFILES -> STEPMAKE_TEMPLATES
264         - count \texcommands in tex string
265
266
267 pl 3.jcn1
268        - bf: website: empty toplevel readme's
269        - bf: xs4all (again?)
270        - can't administer ftp site now: put patch into website
271
272
273 pl 3.jbr1
274         - stepmake/stepmake/Executable_targets: UNIX cross-compile doesn't
275           work with $(DOTEXE) on source of install command.
276         - stepmake/Generic_targets: creating multiple dirs with mkdir 
277           requires -p option
278         - scripts/ly2dvi32.py: General and Winnt specific fixes
279
280
281 *********
282 pl 3
283
284 pl 2.uu1
285         - solaris 2.6 compile/make website fixes.
286         - rm'd WWW.make
287         - stepmake .43
288         - pcnov095.win.tue.nl -> ftp.cs.uu.nl
289   
290 pl 2.hwn1
291         - mi2mu naming of track output
292         - bf: do key restore sign only once
293         - ly2dvi32 preliminary version (JBR)
294         - bf index.html link
295         - bf mudela-book.py
296
297
298 **********
299 pl 2
300         - scalar compile stuff
301         - bf install directory
302         - YODL note
303         - GUI faq update
304         - bf ly2dvi
305         - stepmake split:  Po.make
306         - make check target
307         - dist AFMs and manpages
308         - split up mudela.yo in glossary.yo, tutorial.yo and refman.yo
309
310 pl 1.jcn1
311         - www.digicash.com www.xs4all.nl
312         - fake msgfmt
313         - make uninstall fixes
314
315 pl 1.jbr2 - aclocal.m4,stepmake/aclocal.m4,stepmake/stepmake/Variables.make:
316             Support install target for unix, unix cross compile, and 
317             Windows NT
318
319 pl 1.jbr1 - stepmake/stepmake/Executable.make: DOTEXE was missplaced
320           - scripts/convert-mudela.py: program_id should write to stderr
321
322 **************
323 pl 1
324         - mi2mu fix: \key "D"
325         - \hoffset
326         - started new NEWS file 
327         - lots of stepmake hacking
328         - aclocal.m4 copied from stepmake
329         - ly2dvi 0.12
330         - build the doco from the source tree.
331         - include website in RPM
332