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