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