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