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